~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* x86: Correct get_sp() implementation for 64-bitSimon Glass2023-07-17
* x86: Exit EFI boot services before starting kernelSimon Glass2023-03-25
* x86: Support booting a 64-bit kernel from 64-bit U-BootSimon Glass2023-03-25
* Correct SPL uses of LMBSimon Glass2023-02-10
* Correct SPL uses of BOOTSTAGE_REPORTSimon Glass2023-02-09
* treewide: Drop image_header_t typedefSimon Glass2022-09-29
* treewide: Drop bootm_headers_t typedefSimon Glass2022-09-29
* zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma2022-07-26
* x86: Allow booting a kernel from the EFI appSimon Glass2021-12-31
* lmb: x86: Add arch_lmb_reserve()Marek Vasut2021-09-23
* x86: coreboot: Sync up timestamp codesSimon Glass2021-03-27
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* x86: zboot: Allow overriding the command lineSimon Glass2020-09-25
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-17
* common: Drop log.h from common headerSimon Glass2020-05-18
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-18
* common: Drop bootstage.h from common headerSimon Glass2020-05-18
* common: Move hang() to the same header as panic()Simon Glass2020-01-17
* x86: Don't generate a bootstage report in SPLSimon Glass2019-05-08
* x86/bootm: fix error handling in boot_prep_linux(...)Hannes Schmelzer2018-10-22
* Define board_quiesce_devices() in a shared locationSimon Glass2018-06-03
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* fdt: Implement weak arch_fixup_fdt()Alexey Brodkin2018-02-18
* Revert "x86: bootm: Fix FIT image booting on x86"Anatolij Gustschin2017-11-30
* x86: bootm: Add dm_remove_devices_flags() call to bootm_announce_and_cleanup()Stefan Roese2017-05-17
* x86: bootm: Fix FIT image booting on x86Stefan Roese2017-04-10
* x86: Don't build call64 and setjmp on 64-bitSimon Glass2017-02-06
* libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada2016-12-02
* ls2080: Exit dpaa only right before exiting U-BootAlexander Graf2016-11-17
* x86: Call board_final_cleanup() in last_stage_init()Bin Meng2016-05-23
* Use correct spelling of "U-Boot"Bin Meng2016-02-06
* x86: Handle running as EFI payloadSimon Glass2015-08-05
* x86: Add some missing global_data declarations in files that use gdSimon Glass2015-08-05
* x86: Correct a few progress message nitsSimon Glass2014-10-28
* x86: bootm: Support booting a 64-bit raw kernelSimon Glass2014-10-28
* x86: Move kernel boot function to arch/x86/lib/bootm.cSimon Glass2014-10-28
* x86: Rewrite bootm.c to make it similar to ARMSimon Glass2014-10-22
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24
* blackfin: x86: bootm: Handle PREP stage of bootmSimon Glass2013-07-12
* x86: Correct missing local variable in bootmSimon Glass2013-06-26
* x86: Rationalise kernel booting logic and bootstageSimon Glass2013-05-13
* x86: Refactor the zboot innards so they can be reused with a vboot imageGabe Black2011-12-19
* x86: Add support for booting Linux using the 32 bit boot protocolGabe Black2011-12-19
* x86: Provide more configuration granularityGraeme Russ2011-11-29
* cosmetic: checkpatch cleanup of arch/x86/lib/*.cGraeme Russ2011-11-29
* x86: Rename i386 to x86Graeme Russ2011-04-13