summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/spl.c
Commit message (Expand)AuthorAgeFilesLines
* 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: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* spl: Add an arch-specific hook for writing to SPL handoffSimon Glass2019-10-081-0/+7
* sandbox: Add a comment to board_init_f()Simon Glass2019-07-101-0/+1
* sandbox: spl: Lower priority of standard loaderSimon Glass2019-07-101-1/+1
* sandbox: Check the filename in jump_to_image_no_args()Simon Glass2018-12-051-2/+6
* sandbox: Boot in U-Boot through the standard callSimon Glass2018-11-261-2/+15
* sandbox: Add an option to display of-platdata in SPLSimon Glass2018-11-261-0/+14
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-1/+1
* sandbox: Stop printing platdata at the start of SPLSimon Glass2017-07-111-11/+0
* spl: sandbox: Drop spl_board_announce_boot_device()Simon Glass2016-12-091-14/+3
* spl: Add a name to the SPL load-image methodsSimon Glass2016-12-091-1/+1
* spl: Pass spl_image as a parameter to load_image() methodsSimon Glass2016-10-061-1/+2
* spl: Convert spl_board_load_image() to use linker listSimon Glass2016-10-061-1/+2
* spl: Convert boot_device into a structSimon Glass2016-10-061-1/+1
* sandbox: Add a test device that uses of-platdataSimon Glass2016-07-141-0/+17
* sandbox: Add basic SPL implementationSimon Glass2016-07-141-0/+51