summaryrefslogtreecommitdiff
path: root/arch/x86/lib/bootm.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-17x86: Correct get_sp() implementation for 64-bitSimon Glass1-1/+1
2023-03-25x86: Exit EFI boot services before starting kernelSimon Glass1-0/+18
2023-03-25x86: Support booting a 64-bit kernel from 64-bit U-BootSimon Glass1-8/+17
2023-02-10Correct SPL uses of LMBSimon Glass1-1/+1
2023-02-10Correct SPL uses of BOOTSTAGE_REPORTSimon Glass1-1/+1
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-1/+1
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-3/+3
2022-07-26zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma1-3/+2
2021-12-31x86: Allow booting a kernel from the EFI appSimon Glass1-4/+7
2021-09-23lmb: x86: Add arch_lmb_reserve()Marek Vasut1-0/+18
2021-03-27x86: coreboot: Sync up timestamp codesSimon Glass1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-09-25x86: zboot: Allow overriding the command lineSimon Glass1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-2/+2
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-05-08x86: Don't generate a bootstage report in SPLSimon Glass1-1/+1
2018-10-22x86/bootm: fix error handling in boot_prep_linux(...)Hannes Schmelzer1-0/+4
2018-06-03Define board_quiesce_devices() in a shared locationSimon Glass1-4/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-18fdt: Implement weak arch_fixup_fdt()Alexey Brodkin1-5/+0
2017-11-30Revert "x86: bootm: Fix FIT image booting on x86"Anatolij Gustschin1-1/+1
2017-05-17x86: bootm: Add dm_remove_devices_flags() call to bootm_announce_and_cleanup()Stefan Roese1-0/+9
2017-04-10x86: bootm: Fix FIT image booting on x86Stefan Roese1-1/+1
2017-02-06x86: Don't build call64 and setjmp on 64-bitSimon Glass1-0/+7
2016-12-03libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada1-0/+5
2016-11-17ls2080: Exit dpaa only right before exiting U-BootAlexander Graf1-0/+4
2016-05-23x86: Call board_final_cleanup() in last_stage_init()Bin Meng1-9/+0
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-1/+1
2015-08-05x86: Handle running as EFI payloadSimon Glass1-0/+5
2015-08-05x86: Add some missing global_data declarations in files that use gdSimon Glass1-0/+2
2014-10-29x86: Correct a few progress message nitsSimon Glass1-1/+1
2014-10-29x86: bootm: Support booting a 64-bit raw kernelSimon Glass1-2/+8
2014-10-29x86: Move kernel boot function to arch/x86/lib/bootm.cSimon Glass1-10/+38
2014-10-22x86: Rewrite bootm.c to make it similar to ARMSimon Glass1-35/+116
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-12blackfin: x86: bootm: Handle PREP stage of bootmSimon Glass1-0/+2
2013-06-26x86: Correct missing local variable in bootmSimon Glass1-0/+2
2013-05-14x86: Rationalise kernel booting logic and bootstageSimon Glass1-8/+0
2011-12-19x86: Refactor the zboot innards so they can be reused with a vboot imageGabe Black1-7/+14
2011-12-19x86: Add support for booting Linux using the 32 bit boot protocolGabe Black1-2/+4
2011-11-29x86: Provide more configuration granularityGraeme Russ1-1/+3
2011-11-29cosmetic: checkpatch cleanup of arch/x86/lib/*.cGraeme Russ1-11/+12
2011-04-13x86: Rename i386 to x86Graeme Russ1-0/+97