summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/tpl.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Support a fake PCI device with of-platdata-instSimon Glass2021-03-261-0/+1
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* x86: tpl: Show next stage being bootedSimon Glass2021-02-011-1/+6
* x86: tpl: Remove unwanted devicetree stringSimon Glass2021-01-051-1/+3
* x86: Use CONFIG_CHROMEOS_VBOOT for verified bootSimon Glass2020-11-061-1/+1
* 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
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* x86: Quieten TPL's jump_to_image_no_args()Simon Glass2019-11-031-1/+1
* x86: Don't print CPU info in TPLSimon Glass2019-11-031-5/+0
* x86: Move CPU init to before spl_init()Simon Glass2019-11-031-0/+5
* x86: tpl: Add a fake PCI busSimon Glass2019-11-031-0/+25
* x86: Panic when SPL or TPL failSimon Glass2019-10-111-1/+1
* x86: spl: Reduce priority of the basic SPL image loaderSimon Glass2019-10-081-2/+2
* x86: spl: Use hang() instead of a while() loopSimon Glass2019-10-081-2/+1
* x86: Add a simple TPL implementationSimon Glass2019-05-081-0/+118