aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/start.c
AgeCommit message (Expand)AuthorFilesLines
7 dayssandbox: Add a -N flag to control on-host behaviourSimon Glass1-0/+10
2024-10-11arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass1-1/+1
2024-10-11xpl: Rename spl_phase() to xpl_phase()Simon Glass1-1/+1
2024-08-09sandbox: Add a flag to enable UPLSimon Glass1-1/+12
2024-08-09sandbox: Set up global_data earlierSimon Glass1-2/+3
2023-12-21sandbox: Audit config.h and common.h usageTom Rini1-1/+1
2023-10-17sandbox: Support -T in splSean Anderson1-2/+7
2023-10-06sandbox: Only read the state if we have a state fileSimon Glass1-3/+5
2023-10-06sandbox: Move reading the RAM buffer into a better placeSimon Glass1-8/+11
2023-10-06spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass1-1/+1
2023-08-31event: Convert existing spy records to simpleSimon Glass1-6/+1
2022-12-23global: Migrate CONFIG_MALLOC_F_ADDR to CFGTom Rini1-1/+1
2022-10-31sandbox: Add a way to specify the sandbox executableSimon Glass1-0/+30
2022-09-29sandbox: Add a function to load a relative file pathSimon Glass1-9/+7
2022-06-23sandbox: Decouple program entry from sandbox initAndrew Scull1-1/+1
2022-03-10event: Convert misc_init_f() to use eventsSimon Glass1-1/+3
2022-03-10sandbox: start: Sort the header filesSimon Glass1-2/+2
2021-11-26sandbox: poweroff in efi_system_reset()Heinrich Schuchardt1-2/+4
2021-08-01sandbox: Reduce keyed autoboot delaySimon Glass1-0/+9
2021-07-06sandbox: fix sandbox_reset()Heinrich Schuchardt1-3/+0
2021-07-06sandbox: ensure that state->ram_buf is in low memoryHeinrich Schuchardt1-4/+8
2021-07-06sandbox: Support signal handling only when requestedSimon Glass1-3/+15
2021-06-05sandbox: correct determination of the text baseHeinrich Schuchardt1-1/+4
2021-05-24sandbox: use sections instead of symbols for getopt array boundariesMarek BehĂșn1-1/+2
2021-03-12sandbox: Drop the 'starting...' messageSimon Glass1-1/+0
2021-03-02sandbox: Avoid using malloc() for system stateSimon Glass1-5/+7
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-30sandbox: fix sandbox_cmdline_cb_test_fdt()Heinrich Schuchardt1-1/+1
2021-01-15test: add test for dropped trace before log_initPatrick Delaunay1-0/+5
2021-01-05sandbox: remove ram buffer file when U-Boot is loaded by SPLPatrick Delaunay1-0/+7
2020-12-22sandbox: implement runtime system resetHeinrich Schuchardt1-0/+10
2020-12-13sandbox: add handler for exceptionsHeinrich Schuchardt1-0/+4
2020-11-05sandbox: implement resetHeinrich Schuchardt1-0/+26
2020-10-29dm: test: Drop of-platdata pytestSimon Glass1-9/+0
2020-10-29sandbox: Allow selection of SPL unit testsSimon Glass1-0/+9
2020-10-29dm: test: Add a way to run SPL testsSimon Glass1-0/+9
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-02-05sandbox: sdl: Add an option to double the screen sizeSimon Glass1-0/+10
2020-02-05sandbox: Add a new header for the system malloc()Simon Glass1-3/+3
2020-02-05sandbox: Sort the help optionsSimon Glass1-1/+45
2020-02-05cli: Make the sandbox board_run_command the defaultSean Anderson1-7/+0
2019-12-02common: Move command functions out of common.hSimon Glass1-0/+1
2019-10-08sandbox: Add a -T flag to use the test device treeSimon Glass1-0/+25
2019-04-23sandbox: Drop the printf() in setup_ram_buf()Simon Glass1-3/+1
2019-04-23sandbox: Improve debugging in initcall_run_list()Simon Glass1-2/+10
2018-12-05sandbox: Zero the ram buffer on startupSimon Glass1-0/+7
2018-11-26sandbox: Add a new 'sb' commandSimon Glass1-0/+10
2018-11-26sandbox: Add an option to display of-platdata in SPLSimon Glass1-0/+9
2018-10-09sandbox: Remove the old memory file laterSimon Glass1-5/+1
2018-10-09sandbox: Add a flag to set the default log levelSimon Glass1-0/+13