summaryrefslogtreecommitdiff
path: root/arch/x86/lib/zimage.c
AgeCommit message (Expand)Author
2026-02-17treewide: Clean up DECLARE_GLOBAL_DATA_PTR usagePeng Fan
2025-04-07Revert "Merge patch series "pxe: Precursor series for supporting read_all() i...Tom Rini
2025-04-04arch/x86/lib: Fix CONFIG_X86_64 usage in zimage.cJeremy Compostella
2025-04-03x86: Support a 64-bit ramdisk addressSimon Glass
2025-04-03x86: e820: Add a function to dump the e820 tableSimon Glass
2025-03-18boot: pxe: Refactor label_run_boot() to avoid cmdlineSimon Glass
2025-03-18x86: Drop the unnecessary base_ptr argument to zboot_dump()Simon Glass
2025-03-18bootstd: Correct display of kernel versionSimon Glass
2025-03-18x86: Move the bootm state for zimage into cmd/Simon Glass
2025-03-18x86: Rename state to bmiSimon Glass
2025-03-18x86: Move x86 zboot state into struct bootm_infoSimon Glass
2025-03-18x86: Rename zboot_run() to zboot_run_args()Simon Glass
2024-12-18arch: x86: lib: Add support of legacy 64-bit entry point at 0x200Paul HENRYS
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06x86: Remove <common.h> and add needed includesTom Rini
2024-04-10x86: zboot: Use zboot_start() in zboot_run()Simon Glass
2024-04-10x86: zboot: Separate logic functions from commandsSimon Glass
2024-04-10x86: zboot: Rename zboot_start() to zboot_run()Simon Glass
2024-04-10x86: zboot: Move environment setting into zboot_load()Simon Glass
2024-04-10x86: zboot: Move command code into its own fileSimon Glass
2024-04-10x86: zboot: Move zimage definitions to the header fileSimon Glass
2023-08-10bootstd: Allow display of the x86 setup informationSimon Glass
2023-07-17x86: zimage: Export the function to obtain the cmdlineSimon Glass
2023-07-17x86: Add a function to boot a zimageSimon Glass
2023-03-25x86: Support booting a 64-bit kernel from 64-bit U-BootSimon Glass
2023-03-25x86: Adjust bootparam.h to be more like linuxSimon Glass
2021-12-31x86: Don't process the kernel command line unless enabledSimon Glass
2021-10-21x86: Create a new header for EFISimon Glass
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-07-15x86: Ensure the e820 map is installed in all casesSimon Glass
2021-03-27x86: Allow installing an e820 when booting from corebootSimon Glass
2021-02-01x86: zimage: Improve command-line debug handlingSimon Glass
2021-02-01x86: zimage: Allow dumping the image from outside the moduleSimon Glass
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini
2020-12-16x86: zimage: Update cmdline parameter to be an env varSimon Glass
2020-12-04x86: zimage: Add silent-console processingSimon Glass
2020-11-06x86: zimage: Quieten down the zimage boot processSimon Glass
2020-11-06x86: zimage: Sanity-check the kernel version before printing itSimon Glass
2020-11-06x86: zimage: Add a little more loggingSimon Glass
2020-09-25x86: zboot: Allow overriding the command lineSimon Glass
2020-09-25x86: zboot: Add an option to dump the setup informationSimon Glass
2020-09-25x86: zboot: Allow setting a separate setup base addressSimon Glass
2020-09-25x86: zboot: Set environment variables for image locationsSimon Glass
2020-09-25x86: zboot: Add an 'setup' subcommandSimon Glass
2020-09-25x86: zboot: Add an 'load' subcommandSimon Glass
2020-09-25x86: zboot: Add an 'info' subcommandSimon Glass
2020-09-25x86: zboot: Add a 'go' subcommandSimon Glass
2020-09-25x86: zboot: Set up a sub-command structureSimon Glass
2020-09-25x86: zimage: Disable interrupts just before bootingSimon Glass