summaryrefslogtreecommitdiff
path: root/arch/x86/lib/spl.c
Commit message (Expand)AuthorAgeFilesLines
* cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass2021-03-271-1/+1
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* x86: spl: Clear BSS unconditionallySimon Glass2021-02-011-1/+1
* x86: spl: Print the error on SPL failureSimon Glass2020-06-021-2/+2
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* x86: Update SPL for corebootSimon Glass2020-05-041-4/+6
* x86: Move work-around out of cpu_jump_to_64bit_uboot()Simon Glass2020-05-041-0/+13
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* common: Move interrupt functions into a new headerSimon Glass2019-12-021-0/+1
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* x86: Move CPU init to before spl_init()Simon Glass2019-11-031-0/+4
* x86: spl: Support init of a PUNITSimon Glass2019-11-031-0/+40
* x86: Panic when SPL or TPL failSimon Glass2019-10-111-1/+1
* x86: spl: Move broadwell-specific code out of generic x86 splSimon Glass2019-10-081-5/+0
* x86: spl: Reduce priority of the basic SPL image loaderSimon Glass2019-10-081-2/+3
* x86: spl: Use hang() instead of a while() loopSimon Glass2019-10-081-2/+1
* x86: Add a simple TPL implementationSimon Glass2019-05-081-2/+42
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* common: move init_helpers.h prototypes in init.hPatrick Delaunay2018-03-161-1/+0
* x86: Display the SPL banner only onceSimon Glass2017-04-181-2/+1
* board_f: Make init_helpers genericSimon Glass2017-04-051-1/+1
* x86: spl: Add weak arch_cpu_init_dm()Bin Meng2017-02-071-0/+5
* x86: Add an SPL implementationSimon Glass2017-02-061-0/+154