aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/zimage.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-03-30x86: zImage: Pass working device tree data to the kernelIvan Gorinov1-0/+35
2018-01-30x86: acpi: Use an API to get the ACPI RSDP table addressBin Meng1-2/+2
2018-01-30x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parametersAndy Shevchenko1-0/+6
2018-01-30x86: zImage: Move subarch assignment out of cmd_line checkAndy Shevchenko1-4/+5
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-4/+4
2017-02-21x86: zImage: add Intel MID platforms supportVincent Tinelli1-0/+4
2017-02-06x86: Use unsigned long for address in table generationSimon Glass1-1/+1
2015-10-21x86: Move install_e820_map() out of zimage.cBin Meng1-26/+0
2015-07-28x86: Reserve PCIe ECAM address range in the E820 tableBin Meng1-1/+4
2015-07-14x86: Configure VESA parameters before loading Linux kernelBin Meng1-0/+2
2015-04-29x86: Install a default e820 table in the __weak install_e820_map()Bin Meng1-7/+22
2014-10-28x86: Correct a few progress message nitsSimon Glass1-2/+2
2014-10-28x86: Move kernel boot function to arch/x86/lib/bootm.cSimon Glass1-35/+8
2014-10-23dm: x86: Remove ebp assembler warning in zimage.cSimon Glass1-1/+0
2014-10-22x86: Allow cmdline setup in setup_zimage() to be optionalSimon Glass1-9/+12
2014-10-22x86: Rewrite bootm.c to make it similar to ARMSimon Glass1-18/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-13x86: Rationalise kernel booting logic and bootstageSimon Glass1-4/+7
2013-02-14x86: Remove unused real mode codeSimon Glass1-23/+0
2012-12-06x86: Fix indirect jmp warning in zimage.cSimon Glass1-3/+3
2012-12-06x86: Provide a function to clean up just before booting a zimageStefan Reinauer1-0/+11
2012-12-06x86: Add a CBMEM timestamp generated right before the kernel startup.Vadim Bendebury1-0/+6
2012-11-30x86: Allow compiling out realmode/bios codeGabe Black1-2/+2
2012-01-04x86: Move setup_pcat_compatibility() out of board.cGraeme Russ1-0/+7
2011-12-19x86: Add support for specifying an initrd with the zboot commandGabe Black1-4/+19
2011-12-19x86: Refactor the zboot innards so they can be reused with a vboot imageGabe Black1-80/+103
2011-12-19x86: Add support for booting Linux using the 32 bit boot protocolGabe Black1-13/+51
2011-12-19x86: Clean up the x86 zimage code in preparation to extend itGabe Black1-37/+45
2011-11-29cosmetic: checkpatch cleanup of arch/x86/lib/*.cGraeme Russ1-43/+51
2011-11-02x86: Rename include/asm/ic to include/asm/arch-sc520Graeme Russ1-1/+0
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD1-1/+1
2011-04-13x86: Rename i386 to x86Graeme Russ1-0/+296