summaryrefslogtreecommitdiff
path: root/arch/x86/lib/zimage.c
AgeCommit message (Expand)Author
2015-10-21x86: Move install_e820_map() out of zimage.cBin Meng
2015-07-28x86: Reserve PCIe ECAM address range in the E820 tableBin Meng
2015-07-14x86: Configure VESA parameters before loading Linux kernelBin Meng
2015-04-29x86: Install a default e820 table in the __weak install_e820_map()Bin Meng
2014-10-28x86: Correct a few progress message nitsSimon Glass
2014-10-28x86: Move kernel boot function to arch/x86/lib/bootm.cSimon Glass
2014-10-23dm: x86: Remove ebp assembler warning in zimage.cSimon Glass
2014-10-22x86: Allow cmdline setup in setup_zimage() to be optionalSimon Glass
2014-10-22x86: Rewrite bootm.c to make it similar to ARMSimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-13x86: Rationalise kernel booting logic and bootstageSimon Glass
2013-02-14x86: Remove unused real mode codeSimon Glass
2012-12-06x86: Fix indirect jmp warning in zimage.cSimon Glass
2012-12-06x86: Provide a function to clean up just before booting a zimageStefan Reinauer
2012-12-06x86: Add a CBMEM timestamp generated right before the kernel startup.Vadim Bendebury
2012-11-30x86: Allow compiling out realmode/bios codeGabe Black
2012-01-04x86: Move setup_pcat_compatibility() out of board.cGraeme Russ
2011-12-19x86: Add support for specifying an initrd with the zboot commandGabe Black
2011-12-19x86: Refactor the zboot innards so they can be reused with a vboot imageGabe Black
2011-12-19x86: Add support for booting Linux using the 32 bit boot protocolGabe Black
2011-12-19x86: Clean up the x86 zimage code in preparation to extend itGabe Black
2011-11-29cosmetic: checkpatch cleanup of arch/x86/lib/*.cGraeme Russ
2011-11-02x86: Rename include/asm/ic to include/asm/arch-sc520Graeme Russ
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD
2011-04-13x86: Rename i386 to x86Graeme Russ