summaryrefslogtreecommitdiff
path: root/arch/x86/lib/tpl.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass1-10/+0
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass1-1/+1
2021-03-26x86: Support a fake PCI device with of-platdata-instSimon Glass1-0/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-02-01x86: tpl: Show next stage being bootedSimon Glass1-1/+6
2021-01-05x86: tpl: Remove unwanted devicetree stringSimon Glass1-1/+3
2020-11-06x86: Use CONFIG_CHROMEOS_VBOOT for verified bootSimon Glass1-1/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-11-03x86: Quieten TPL's jump_to_image_no_args()Simon Glass1-1/+1
2019-11-03x86: Don't print CPU info in TPLSimon Glass1-5/+0
2019-11-03x86: Move CPU init to before spl_init()Simon Glass1-0/+5
2019-11-03x86: tpl: Add a fake PCI busSimon Glass1-0/+25
2019-10-11x86: Panic when SPL or TPL failSimon Glass1-1/+1
2019-10-08x86: spl: Reduce priority of the basic SPL image loaderSimon Glass1-2/+2
2019-10-08x86: spl: Use hang() instead of a while() loopSimon Glass1-2/+1
2019-05-08x86: Add a simple TPL implementationSimon Glass1-0/+118