summaryrefslogtreecommitdiff
path: root/arch/x86/lib/zimage.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Support booting a 64-bit kernel from 64-bit U-BootSimon Glass2023-03-251-2/+13
* x86: Adjust bootparam.h to be more like linuxSimon Glass2023-03-251-1/+1
* x86: Don't process the kernel command line unless enabledSimon Glass2021-12-311-5/+8
* x86: Create a new header for EFISimon Glass2021-10-211-0/+1
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-7/+7
* x86: Ensure the e820 map is installed in all casesSimon Glass2021-07-151-4/+4
* x86: Allow installing an e820 when booting from corebootSimon Glass2021-03-271-2/+11
* x86: zimage: Improve command-line debug handlingSimon Glass2021-02-011-3/+7
* x86: zimage: Allow dumping the image from outside the moduleSimon Glass2021-02-011-8/+15
* Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-051-7/+8
|\
| * x86: zimage: Update cmdline parameter to be an env varSimon Glass2020-12-161-7/+8
* | x86: zimage: Add silent-console processingSimon Glass2020-12-041-0/+14
|/
* 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