summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/bootm.c
Commit message (Expand)AuthorAgeFilesLines
* x86: zboot: Allow overriding the command lineSimon Glass2020-09-251-1/+1
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-2/+2
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* x86: Don't generate a bootstage report in SPLSimon Glass2019-05-081-1/+1
* x86/bootm: fix error handling in boot_prep_linux(...)Hannes Schmelzer2018-10-221-0/+4
* Define board_quiesce_devices() in a shared locationSimon Glass2018-06-031-4/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* fdt: Implement weak arch_fixup_fdt()Alexey Brodkin2018-02-181-5/+0
* Revert "x86: bootm: Fix FIT image booting on x86"Anatolij Gustschin2017-11-301-1/+1
* x86: bootm: Add dm_remove_devices_flags() call to bootm_announce_and_cleanup()Stefan Roese2017-05-171-0/+9
* x86: bootm: Fix FIT image booting on x86Stefan Roese2017-04-101-1/+1
* x86: Don't build call64 and setjmp on 64-bitSimon Glass2017-02-061-0/+7
* libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada2016-12-021-0/+5
* ls2080: Exit dpaa only right before exiting U-BootAlexander Graf2016-11-171-0/+4
* x86: Call board_final_cleanup() in last_stage_init()Bin Meng2016-05-231-9/+0
* Use correct spelling of "U-Boot"Bin Meng2016-02-061-1/+1
* x86: Handle running as EFI payloadSimon Glass2015-08-051-0/+5
* x86: Add some missing global_data declarations in files that use gdSimon Glass2015-08-051-0/+2
* x86: Correct a few progress message nitsSimon Glass2014-10-281-1/+1
* x86: bootm: Support booting a 64-bit raw kernelSimon Glass2014-10-281-2/+8
* x86: Move kernel boot function to arch/x86/lib/bootm.cSimon Glass2014-10-281-10/+38
* x86: Rewrite bootm.c to make it similar to ARMSimon Glass2014-10-221-35/+116
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* blackfin: x86: bootm: Handle PREP stage of bootmSimon Glass2013-07-121-0/+2
* x86: Correct missing local variable in bootmSimon Glass2013-06-261-0/+2
* x86: Rationalise kernel booting logic and bootstageSimon Glass2013-05-131-8/+0
* x86: Refactor the zboot innards so they can be reused with a vboot imageGabe Black2011-12-191-7/+14
* x86: Add support for booting Linux using the 32 bit boot protocolGabe Black2011-12-191-2/+4
* x86: Provide more configuration granularityGraeme Russ2011-11-291-1/+3
* cosmetic: checkpatch cleanup of arch/x86/lib/*.cGraeme Russ2011-11-291-11/+12
* x86: Rename i386 to x86Graeme Russ2011-04-131-0/+97