summaryrefslogtreecommitdiff
path: root/arch/x86/lib/bootm.c
AgeCommit message (Expand)Author
2020-09-25x86: zboot: Allow overriding the command lineSimon Glass
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2019-05-08x86: Don't generate a bootstage report in SPLSimon Glass
2018-10-22x86/bootm: fix error handling in boot_prep_linux(...)Hannes Schmelzer
2018-06-03Define board_quiesce_devices() in a shared locationSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-02-18fdt: Implement weak arch_fixup_fdt()Alexey Brodkin
2017-11-30Revert "x86: bootm: Fix FIT image booting on x86"Anatolij Gustschin
2017-05-17x86: bootm: Add dm_remove_devices_flags() call to bootm_announce_and_cleanup()Stefan Roese
2017-04-10x86: bootm: Fix FIT image booting on x86Stefan Roese
2017-02-06x86: Don't build call64 and setjmp on 64-bitSimon Glass
2016-12-02libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada
2016-11-17ls2080: Exit dpaa only right before exiting U-BootAlexander Graf
2016-05-23x86: Call board_final_cleanup() in last_stage_init()Bin Meng
2016-02-06Use correct spelling of "U-Boot"Bin Meng
2015-08-05x86: Handle running as EFI payloadSimon Glass
2015-08-05x86: Add some missing global_data declarations in files that use gdSimon Glass
2014-10-28x86: Correct a few progress message nitsSimon Glass
2014-10-28x86: bootm: Support booting a 64-bit raw kernelSimon Glass
2014-10-28x86: Move kernel boot function to arch/x86/lib/bootm.cSimon 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-07-12blackfin: x86: bootm: Handle PREP stage of bootmSimon Glass
2013-06-26x86: Correct missing local variable in bootmSimon Glass
2013-05-13x86: Rationalise kernel booting logic and bootstageSimon Glass
2011-12-19x86: Refactor the zboot innards so they can be reused with a vboot imageGabe Black
2011-12-19x86: Add support for booting Linux using the 32 bit boot protocolGabe Black
2011-11-29x86: Provide more configuration granularityGraeme Russ
2011-11-29cosmetic: checkpatch cleanup of arch/x86/lib/*.cGraeme Russ
2011-04-13x86: Rename i386 to x86Graeme Russ