summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/spl.c
Commit message (Expand)AuthorAgeFilesLines
* test: Add a way to detect a test that breaks anotherSimon Glass2022-11-071-1/+1
* vbe: Support reading the next SPL phase via VBESimon Glass2022-10-311-1/+2
* sandbox: Support obtaining the next phase from an imageSimon Glass2022-10-311-1/+51
* sandbox: Generalise SPL bootingSimon Glass2022-10-311-12/+21
* test: Support tests which can only be run manuallySimon Glass2022-10-311-1/+1
* test: Allow running tests multiple timesSimon Glass2022-09-021-1/+1
* sandbox: Add a build for VPLSimon Glass2022-05-021-3/+9
* sandbox: Add the handoff header for splSimon Glass2022-03-181-0/+1
* sandbox: Support executables for more phasesSimon Glass2021-07-211-1/+15
* sandbox: Update os_find_u_boot() to find the .img fileSimon Glass2021-03-121-1/+1
* test: Allow SPL to run any available testSimon Glass2021-03-121-2/+5
* test: Rename test-main.c to test-dm.cSimon Glass2021-03-121-1/+1
* sandbox: Avoid using malloc() for system stateSimon Glass2021-03-021-3/+7
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* dm: test: Drop of-platdata pytestSimon Glass2020-10-291-12/+0
* sandbox: Allow selection of SPL unit testsSimon Glass2020-10-291-1/+1
* dm: test: Add a way to run SPL testsSimon Glass2020-10-291-0/+8
* 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