aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/spl.c
AgeCommit message (Expand)AuthorFilesLines
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-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-18common: 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-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-12-02common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-02common: 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