aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
AgeCommit message (Expand)AuthorFilesLines
2021-08-01sandbox: Reduce keyed autoboot delaySimon Glass2-0/+27
2021-07-21sandbox: don't set SA_NODEFER in signal handlerHeinrich Schuchardt1-1/+1
2021-07-21sandbox: Use hinting with the displaySimon Glass1-0/+3
2021-07-21sandbox: Add work-around for SDL2 displaySimon Glass1-1/+22
2021-07-21sandbox: Support executables for more phasesSimon Glass2-36/+43
2021-07-15sandbox: Silence coverity warning in state_read_file()Simon Glass1-0/+4
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Ășn4-8/+14
2021-03-27sandbox: define __dyn_sym_start, dyn_sym_endHeinrich Schuchardt1-0/+7
2021-03-27sandbox: Correct uninit conflictSimon Glass1-5/+1
2021-03-27sandbox: Only delete the executable if requestedSimon Glass1-9/+15
2021-03-26sandbox: Define a region for device priv/plat dataSimon Glass1-0/+8
2021-03-22sandbox: Drop debug message in os_spl_to_uboot()Simon Glass1-1/+0
2021-03-12sandbox: Update os_find_u_boot() to find the .img fileSimon Glass2-4/+6
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-12sandbox: Drop the 'starting...' messageSimon Glass1-1/+0
2021-03-02sandbox: Write out bloblist when exitingSimon Glass1-0/+5
2021-03-02sandbox: Avoid using malloc() for system stateSimon Glass4-29/+35
2021-03-02sandbox: Add os_realloc()Simon Glass1-0/+48
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass3-0/+3
2021-01-30sandbox: keep time offset when resettingHeinrich Schuchardt1-0/+25
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 Delaunay3-4/+12
2020-12-22sandbox: implement invalidate_icache_all()Heinrich Schuchardt2-1/+24
2020-12-22sandbox: implement runtime system resetHeinrich Schuchardt1-0/+10
2020-12-13sandbox: add handler for exceptionsHeinrich Schuchardt2-0/+44
2020-11-05sandbox: implement resetHeinrich Schuchardt3-0/+33
2020-11-05sandbox: use O_CLOEXEC in os_open()Heinrich Schuchardt1-0/+5
2020-11-05sandbox: eth-raw: do not close the console inputHeinrich Schuchardt2-5/+8
2020-10-29dm: test: Drop of-platdata pytestSimon Glass2-21/+0
2020-10-29sandbox: Allow selection of SPL unit testsSimon Glass2-1/+10
2020-10-29dm: test: Add a way to run SPL testsSimon Glass2-0/+17
2020-10-29sandbox: make SDL window resizableHeinrich Schuchardt1-1/+2
2020-10-06sandbox: add missing SDL key scan codesHeinrich Schuchardt1-67/+89
2020-08-22sandbox: u-boot.lds: Remove bogus __bss_start symbolOvidiu Panait2-4/+0
2020-07-09sandbox: Move section u_boot_list to make it RWWalter Lozano1-1/+1
2020-07-09sandbox: handling out of memoryHeinrich Schuchardt1-1/+4
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass3-0/+3
2020-05-18common: Drop init.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-04-16sandbox: also restore terminal settings when killed by SIGINTRasmus Villemoes1-0/+9
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-05sandbox: sdl: Add an option to double the screen sizeSimon Glass2-2/+25