aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/spl.c
AgeCommit message (Expand)Author
2023-12-21sandbox: Audit config.h and common.h usageTom Rini
2023-10-17test: spl: Add a test for the NET load methodSean Anderson
2023-10-13sandbox: fix spl_board_initHeinrich Schuchardt
2022-11-07test: Add a way to detect a test that breaks anotherSimon Glass
2022-10-31vbe: Support reading the next SPL phase via VBESimon Glass
2022-10-31sandbox: Support obtaining the next phase from an imageSimon Glass
2022-10-31sandbox: Generalise SPL bootingSimon Glass
2022-10-31test: Support tests which can only be run manuallySimon Glass
2022-09-02test: Allow running tests multiple timesSimon Glass
2022-05-02sandbox: Add a build for VPLSimon Glass
2022-03-18sandbox: Add the handoff header for splSimon Glass
2021-07-21sandbox: Support executables for more phasesSimon Glass
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