summaryrefslogtreecommitdiff
path: root/arch/x86/lib/spl.c
AgeCommit message (Expand)Author
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06x86: Remove <common.h> and add needed includesTom Rini
2024-04-18Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabl...Tom Rini
2024-04-10x86: Drop message about features being missing with 64-bitSimon Glass
2023-09-22x86: dm: Mark driver model as dead when disabling CARSimon Glass
2023-09-22x86: spl: Change the condition for copying U-Boot to RAMSimon Glass
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini
2023-08-09x86: Run QEMU machine setup in SPLSimon Glass
2023-08-09x86: spl: Drop unwanted debug()Simon Glass
2023-08-09treewide: unify the linker symbol reference formatShiji Yang
2023-07-17x86: Make sure that the LPC is active before SDRAM initSimon Glass
2023-07-17x86: Convert some debug statements to use loggingSimon Glass
2023-07-17x86: Allow logging to be used in SPL reliablySimon Glass
2023-07-17x86: Init video in SPL if enabledSimon Glass
2023-07-17x86: Ensure SPL banner is only shown onceSimon Glass
2023-07-17x86: Allow listing MTRRs in SPLSimon Glass
2023-05-11spl: Commit MTRRs only in board_init_f_r()Simon Glass
2023-05-11x86: spl: Avoid using init_cache_f_r() from SPLSimon Glass
2023-05-11x86: Tidy up address for loading U-Boot from SPLSimon Glass
2023-05-11x86: spl: Show debugging for BSSSimon Glass
2023-01-18x86: Fix saying arch_cpu_init_dm in debug/docsTom Rini
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass
2021-03-27cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-02-01x86: spl: Clear BSS unconditionallySimon Glass
2020-06-02x86: spl: Print the error on SPL failureSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-04x86: Update SPL for corebootSimon Glass
2020-05-04x86: Move work-around out of cpu_jump_to_64bit_uboot()Simon Glass
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2019-12-02common: Move interrupt functions into a new headerSimon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-11-03x86: Move CPU init to before spl_init()Simon Glass
2019-11-03x86: spl: Support init of a PUNITSimon Glass
2019-10-11x86: Panic when SPL or TPL failSimon Glass
2019-10-08x86: spl: Move broadwell-specific code out of generic x86 splSimon Glass
2019-10-08x86: spl: Reduce priority of the basic SPL image loaderSimon Glass
2019-10-08x86: spl: Use hang() instead of a while() loopSimon Glass
2019-05-08x86: Add a simple TPL implementationSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-16common: move init_helpers.h prototypes in init.hPatrick Delaunay
2017-04-18x86: Display the SPL banner only onceSimon Glass
2017-04-05board_f: Make init_helpers genericSimon Glass
2017-02-07x86: spl: Add weak arch_cpu_init_dm()Bin Meng
2017-02-06x86: Add an SPL implementationSimon Glass