summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
Commit message (Expand)AuthorAgeFilesLines
* sandbox: Reduce keyed autoboot delaySimon Glass2021-08-012-0/+27
* sandbox: don't set SA_NODEFER in signal handlerHeinrich Schuchardt2021-07-211-1/+1
* sandbox: Use hinting with the displaySimon Glass2021-07-211-0/+3
* sandbox: Add work-around for SDL2 displaySimon Glass2021-07-211-1/+22
* sandbox: Support executables for more phasesSimon Glass2021-07-212-36/+43
* sandbox: Silence coverity warning in state_read_file()Simon Glass2021-07-151-0/+4
* sandbox: fix sandbox_reset()Heinrich Schuchardt2021-07-061-3/+0
* sandbox: ensure that state->ram_buf is in low memoryHeinrich Schuchardt2021-07-061-4/+8
* sandbox: Support signal handling only when requestedSimon Glass2021-07-061-3/+15
* sandbox: correct determination of the text baseHeinrich Schuchardt2021-06-051-1/+4
* sandbox: use sections instead of symbols for getopt array boundariesMarek BehĂșn2021-05-244-8/+14
* sandbox: define __dyn_sym_start, dyn_sym_endHeinrich Schuchardt2021-03-271-0/+7
* sandbox: Correct uninit conflictSimon Glass2021-03-271-5/+1
* sandbox: Only delete the executable if requestedSimon Glass2021-03-271-9/+15
* sandbox: Define a region for device priv/plat dataSimon Glass2021-03-261-0/+8
* sandbox: Drop debug message in os_spl_to_uboot()Simon Glass2021-03-221-1/+0
* sandbox: Update os_find_u_boot() to find the .img fileSimon Glass2021-03-122-4/+6
* test: Allow SPL to run any available testSimon Glass2021-03-121-2/+5
* test: Rename test-main.c to test-dm.cSimon Glass2021-03-121-1/+1
* sandbox: Drop the 'starting...' messageSimon Glass2021-03-121-1/+0
* sandbox: Write out bloblist when exitingSimon Glass2021-03-021-0/+5
* sandbox: Avoid using malloc() for system stateSimon Glass2021-03-024-29/+35
* sandbox: Add os_realloc()Simon Glass2021-03-021-0/+48
* reset: Remove addr parameter from reset_cpu()Harald Seiler2021-03-021-2/+2
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-023-0/+3
* sandbox: keep time offset when resettingHeinrich Schuchardt2021-01-301-0/+25
* sandbox: fix sandbox_cmdline_cb_test_fdt()Heinrich Schuchardt2021-01-301-1/+1
* test: add test for dropped trace before log_initPatrick Delaunay2021-01-151-0/+5
* sandbox: remove ram buffer file when U-Boot is loaded by SPLPatrick Delaunay2021-01-053-4/+12
* sandbox: implement invalidate_icache_all()Heinrich Schuchardt2020-12-222-1/+24
* sandbox: implement runtime system resetHeinrich Schuchardt2020-12-221-0/+10
* sandbox: add handler for exceptionsHeinrich Schuchardt2020-12-132-0/+44
* sandbox: implement resetHeinrich Schuchardt2020-11-053-0/+33
* sandbox: use O_CLOEXEC in os_open()Heinrich Schuchardt2020-11-051-0/+5
* sandbox: eth-raw: do not close the console inputHeinrich Schuchardt2020-11-052-5/+8
* dm: test: Drop of-platdata pytestSimon Glass2020-10-292-21/+0
* sandbox: Allow selection of SPL unit testsSimon Glass2020-10-292-1/+10
* dm: test: Add a way to run SPL testsSimon Glass2020-10-292-0/+17
* sandbox: make SDL window resizableHeinrich Schuchardt2020-10-291-1/+2
* sandbox: add missing SDL key scan codesHeinrich Schuchardt2020-10-061-67/+89
* sandbox: u-boot.lds: Remove bogus __bss_start symbolOvidiu Panait2020-08-222-4/+0
* sandbox: Move section u_boot_list to make it RWWalter Lozano2020-07-091-1/+1
* sandbox: handling out of memoryHeinrich Schuchardt2020-07-091-1/+4
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop init.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* sandbox: also restore terminal settings when killed by SIGINTRasmus Villemoes2020-04-161-0/+9
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* sandbox: sdl: Add an option to double the screen sizeSimon Glass2020-02-052-2/+25