summaryrefslogtreecommitdiff
path: root/arch/x86/lib/spl.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-17x86: Make sure that the LPC is active before SDRAM initSimon Glass1-0/+9
2023-07-17x86: Convert some debug statements to use loggingSimon Glass1-8/+14
2023-07-17x86: Allow logging to be used in SPL reliablySimon Glass1-0/+13
2023-07-17x86: Init video in SPL if enabledSimon Glass1-0/+9
2023-07-17x86: Ensure SPL banner is only shown onceSimon Glass1-1/+7
2023-07-17x86: Allow listing MTRRs in SPLSimon Glass1-0/+7
2023-05-11spl: Commit MTRRs only in board_init_f_r()Simon Glass1-1/+0
2023-05-11x86: spl: Avoid using init_cache_f_r() from SPLSimon Glass1-1/+2
2023-05-11x86: Tidy up address for loading U-Boot from SPLSimon Glass1-10/+3
2023-05-11x86: spl: Show debugging for BSSSimon Glass1-0/+2
2023-01-18x86: Fix saying arch_cpu_init_dm in debug/docsTom Rini1-1/+1
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass1-3/+3
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass1-2/+3
2021-03-27cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-02-01x86: spl: Clear BSS unconditionallySimon Glass1-1/+1
2020-06-02x86: spl: Print the error on SPL failureSimon Glass1-2/+2
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-04x86: Update SPL for corebootSimon Glass1-4/+6
2020-05-04x86: Move work-around out of cpu_jump_to_64bit_uboot()Simon Glass1-0/+13
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-12-03common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-11-03x86: Move CPU init to before spl_init()Simon Glass1-0/+4
2019-11-03x86: spl: Support init of a PUNITSimon Glass1-0/+40
2019-10-11x86: Panic when SPL or TPL failSimon Glass1-1/+1
2019-10-08x86: spl: Move broadwell-specific code out of generic x86 splSimon Glass1-5/+0
2019-10-08x86: spl: Reduce priority of the basic SPL image loaderSimon Glass1-2/+3
2019-10-08x86: spl: Use hang() instead of a while() loopSimon Glass1-2/+1
2019-05-08x86: Add a simple TPL implementationSimon Glass1-2/+42
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-16common: move init_helpers.h prototypes in init.hPatrick Delaunay1-1/+0
2017-04-18x86: Display the SPL banner only onceSimon Glass1-2/+1
2017-04-05board_f: Make init_helpers genericSimon Glass1-1/+1
2017-02-07x86: spl: Add weak arch_cpu_init_dm()Bin Meng1-0/+5
2017-02-06x86: Add an SPL implementationSimon Glass1-0/+154