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