aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/spl.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-02sandbox: Add a build for VPLSimon Glass1-3/+9
2022-03-18sandbox: Add the handoff header for splSimon Glass1-0/+1
2021-07-21sandbox: Support executables for more phasesSimon Glass1-1/+15
2021-03-12sandbox: Update os_find_u_boot() to find the .img fileSimon Glass1-1/+1
2021-03-12test: Allow SPL to run any available testSimon Glass1-2/+5
2021-03-12test: Rename test-main.c to test-dm.cSimon Glass1-1/+1
2021-03-02sandbox: Avoid using malloc() for system stateSimon Glass1-3/+7
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-10-29dm: test: Drop of-platdata pytestSimon Glass1-12/+0
2020-10-29sandbox: Allow selection of SPL unit testsSimon Glass1-1/+1
2020-10-29dm: test: Add a way to run SPL testsSimon Glass1-0/+8
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-10-08spl: Add an arch-specific hook for writing to SPL handoffSimon Glass1-0/+7
2019-07-10sandbox: Add a comment to board_init_f()Simon Glass1-0/+1
2019-07-10sandbox: spl: Lower priority of standard loaderSimon Glass1-1/+1
2018-12-05sandbox: Check the filename in jump_to_image_no_args()Simon Glass1-2/+6
2018-11-26sandbox: Boot in U-Boot through the standard callSimon Glass1-2/+15
2018-11-26sandbox: Add an option to display of-platdata in SPLSimon Glass1-0/+14
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-1/+1
2017-07-11sandbox: Stop printing platdata at the start of SPLSimon Glass1-11/+0
2016-12-09spl: sandbox: Drop spl_board_announce_boot_device()Simon Glass1-14/+3
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass1-1/+1
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass1-1/+2
2016-10-06spl: Convert spl_board_load_image() to use linker listSimon Glass1-1/+2
2016-10-06spl: Convert boot_device into a structSimon Glass1-1/+1
2016-07-14sandbox: Add a test device that uses of-platdataSimon Glass1-0/+17
2016-07-14sandbox: Add basic SPL implementationSimon Glass1-0/+51