summaryrefslogtreecommitdiff
path: root/arch/x86/lib/zimage.c
Commit message (Expand)AuthorAgeFilesLines
* x86: zimage: Quieten down the zimage boot processSimon Glass2020-11-061-5/+6
* x86: zimage: Sanity-check the kernel version before printing itSimon Glass2020-11-061-0/+9
* x86: zimage: Add a little more loggingSimon Glass2020-11-061-0/+6
* x86: zboot: Allow overriding the command lineSimon Glass2020-09-251-7/+18
* x86: zboot: Add an option to dump the setup informationSimon Glass2020-09-251-1/+198
* x86: zboot: Allow setting a separate setup base addressSimon Glass2020-09-251-8/+35
* x86: zboot: Set environment variables for image locationsSimon Glass2020-09-251-0/+3
* x86: zboot: Add an 'setup' subcommandSimon Glass2020-09-251-7/+25
* x86: zboot: Add an 'load' subcommandSimon Glass2020-09-251-7/+16
* x86: zboot: Add an 'info' subcommandSimon Glass2020-09-251-3/+15
* x86: zboot: Add a 'go' subcommandSimon Glass2020-09-251-4/+25
* x86: zboot: Set up a sub-command structureSimon Glass2020-09-251-5/+61
* x86: zimage: Disable interrupts just before bootingSimon Glass2020-09-251-1/+1
* x86: zboot: Correct image typeSimon Glass2020-09-251-2/+1
* x86: zboot: Move kernel-version code into a functionSimon Glass2020-09-251-16/+27
* x86: zimage: Avoid using #ifdefSimon Glass2020-09-251-9/+5
* x86: zimage: Use a state struct to hold the stateSimon Glass2020-09-251-15/+29
* x86: Drop setup_pcat_compatibility()Simon Glass2020-07-171-10/+0
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+2
* x86: Move acpi_table header to main include/ directorySimon Glass2020-04-161-1/+1
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-021-0/+1
* x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parametersAndy Shevchenko2019-10-011-0/+4
* env: Move env_get_hex() to env.hSimon Glass2019-08-111-0/+1
* x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parametersBin Meng2018-08-301-5/+0
* x86: zimage: Support booting Linux kernel from an EFI payloadBin Meng2018-08-301-0/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* x86: zImage: Pass working device tree data to the kernelIvan Gorinov2018-03-301-0/+35
* x86: acpi: Use an API to get the ACPI RSDP table addressBin Meng2018-01-301-2/+2
* x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parametersAndy Shevchenko2018-01-301-0/+6
* x86: zImage: Move subarch assignment out of cmd_line checkAndy Shevchenko2018-01-301-4/+5
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-4/+4
* x86: zImage: add Intel MID platforms supportVincent Tinelli2017-02-211-0/+4
* x86: Use unsigned long for address in table generationSimon Glass2017-02-061-1/+1
* x86: Move install_e820_map() out of zimage.cBin Meng2015-10-211-26/+0
* x86: Reserve PCIe ECAM address range in the E820 tableBin Meng2015-07-281-1/+4
* x86: Configure VESA parameters before loading Linux kernelBin Meng2015-07-141-0/+2
* x86: Install a default e820 table in the __weak install_e820_map()Bin Meng2015-04-291-7/+22
* x86: Correct a few progress message nitsSimon Glass2014-10-281-2/+2
* x86: Move kernel boot function to arch/x86/lib/bootm.cSimon Glass2014-10-281-35/+8
* dm: x86: Remove ebp assembler warning in zimage.cSimon Glass2014-10-231-1/+0
* x86: Allow cmdline setup in setup_zimage() to be optionalSimon Glass2014-10-221-9/+12
* x86: Rewrite bootm.c to make it similar to ARMSimon Glass2014-10-221-18/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* x86: Rationalise kernel booting logic and bootstageSimon Glass2013-05-131-4/+7
* x86: Remove unused real mode codeSimon Glass2013-02-141-23/+0
* x86: Fix indirect jmp warning in zimage.cSimon Glass2012-12-061-3/+3
* x86: Provide a function to clean up just before booting a zimageStefan Reinauer2012-12-061-0/+11
* x86: Add a CBMEM timestamp generated right before the kernel startup.Vadim Bendebury2012-12-061-0/+6
* x86: Allow compiling out realmode/bios codeGabe Black2012-11-301-2/+2