summaryrefslogtreecommitdiff
path: root/arch/x86/lib/spl.c
AgeCommit message (Expand)Author
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