summaryrefslogtreecommitdiff
path: root/arch/x86/lib/zimage.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-17x86: zimage: Export the function to obtain the cmdlineSimon Glass1-3/+8
2023-07-17x86: Add a function to boot a zimageSimon Glass1-11/+71
2023-03-25x86: Support booting a 64-bit kernel from 64-bit U-BootSimon Glass1-2/+13
2023-03-25x86: Adjust bootparam.h to be more like linuxSimon Glass1-1/+1
2021-12-31x86: Don't process the kernel command line unless enabledSimon Glass1-5/+8
2021-10-21x86: Create a new header for EFISimon Glass1-0/+1
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-7/+7
2021-07-15x86: Ensure the e820 map is installed in all casesSimon Glass1-4/+4
2021-03-27x86: Allow installing an e820 when booting from corebootSimon Glass1-2/+11
2021-02-01x86: zimage: Improve command-line debug handlingSimon Glass1-3/+7
2021-02-01x86: zimage: Allow dumping the image from outside the moduleSimon Glass1-8/+15
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini1-7/+8
2020-12-16x86: zimage: Update cmdline parameter to be an env varSimon Glass1-7/+8
2020-12-05x86: zimage: Add silent-console processingSimon Glass1-0/+14
2020-11-06x86: zimage: Quieten down the zimage boot processSimon Glass1-5/+6
2020-11-06x86: zimage: Sanity-check the kernel version before printing itSimon Glass1-0/+9
2020-11-06x86: zimage: Add a little more loggingSimon Glass1-0/+6
2020-09-25x86: zboot: Allow overriding the command lineSimon Glass1-7/+18
2020-09-25x86: zboot: Add an option to dump the setup informationSimon Glass1-1/+198
2020-09-25x86: zboot: Allow setting a separate setup base addressSimon Glass1-8/+35
2020-09-25x86: zboot: Set environment variables for image locationsSimon Glass1-0/+3
2020-09-25x86: zboot: Add an 'setup' subcommandSimon Glass1-7/+25
2020-09-25x86: zboot: Add an 'load' subcommandSimon Glass1-7/+16
2020-09-25x86: zboot: Add an 'info' subcommandSimon Glass1-3/+15
2020-09-25x86: zboot: Add a 'go' subcommandSimon Glass1-4/+25
2020-09-25x86: zboot: Set up a sub-command structureSimon Glass1-5/+61
2020-09-25x86: zimage: Disable interrupts just before bootingSimon Glass1-1/+1
2020-09-25x86: zboot: Correct image typeSimon Glass1-2/+1
2020-09-25x86: zboot: Move kernel-version code into a functionSimon Glass1-16/+27
2020-09-25x86: zimage: Avoid using #ifdefSimon Glass1-9/+5
2020-09-25x86: zimage: Use a state struct to hold the stateSimon Glass1-15/+29
2020-07-17x86: Drop setup_pcat_compatibility()Simon Glass1-10/+0
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+2
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass1-1/+1
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-10-01x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parametersAndy Shevchenko1-0/+4
2019-08-11env: Move env_get_hex() to env.hSimon Glass1-0/+1
2018-08-30x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parametersBin Meng1-5/+0
2018-08-30x86: zimage: Support booting Linux kernel from an EFI payloadBin Meng1-0/+4
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