aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/zimage.c
AgeCommit message (Expand)Author
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
2020-09-25x86: zboot: Correct image typeSimon Glass
2020-09-25x86: zboot: Move kernel-version code into a functionSimon Glass
2020-09-25x86: zimage: Avoid using #ifdefSimon Glass
2020-09-25x86: zimage: Use a state struct to hold the stateSimon Glass
2020-07-17x86: Drop setup_pcat_compatibility()Simon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass
2019-10-01x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parametersAndy Shevchenko
2019-08-11env: Move env_get_hex() to env.hSimon Glass
2018-08-30x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parametersBin Meng
2018-08-30x86: zimage: Support booting Linux kernel from an EFI payloadBin Meng
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-03-30x86: zImage: Pass working device tree data to the kernelIvan Gorinov
2018-01-30x86: acpi: Use an API to get the ACPI RSDP table addressBin Meng
2018-01-30x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parametersAndy Shevchenko
2018-01-30x86: zImage: Move subarch assignment out of cmd_line checkAndy Shevchenko
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-02-21x86: zImage: add Intel MID platforms supportVincent Tinelli
2017-02-06x86: Use unsigned long for address in table generationSimon Glass
2015-10-21x86: Move install_e820_map() out of zimage.cBin Meng
2015-07-28x86: Reserve PCIe ECAM address range in the E820 tableBin Meng
2015-07-14x86: Configure VESA parameters before loading Linux kernelBin Meng
2015-04-29x86: Install a default e820 table in the __weak install_e820_map()Bin Meng
2014-10-28x86: Correct a few progress message nitsSimon Glass
2014-10-28x86: Move kernel boot function to arch/x86/lib/bootm.cSimon Glass
2014-10-23dm: x86: Remove ebp assembler warning in zimage.cSimon Glass
2014-10-22x86: Allow cmdline setup in setup_zimage() to be optionalSimon Glass
2014-10-22x86: Rewrite bootm.c to make it similar to ARMSimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-13x86: Rationalise kernel booting logic and bootstageSimon Glass
2013-02-14x86: Remove unused real mode codeSimon Glass
2012-12-06x86: Fix indirect jmp warning in zimage.cSimon Glass
2012-12-06x86: Provide a function to clean up just before booting a zimageStefan Reinauer
2012-12-06x86: Add a CBMEM timestamp generated right before the kernel startup.Vadim Bendebury
2012-11-30x86: Allow compiling out realmode/bios codeGabe Black
2012-01-04x86: Move setup_pcat_compatibility() out of board.cGraeme Russ
2011-12-19x86: Add support for specifying an initrd with the zboot commandGabe Black
2011-12-19x86: Refactor the zboot innards so they can be reused with a vboot imageGabe Black