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