summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
AgeCommit message (Expand)Author
2021-07-21sandbox: don't set SA_NODEFER in signal handlerHeinrich Schuchardt
2021-07-21sandbox: Use hinting with the displaySimon Glass
2021-07-21sandbox: Add work-around for SDL2 displaySimon Glass
2021-07-21sandbox: Support executables for more phasesSimon Glass
2021-07-15sandbox: Silence coverity warning in state_read_file()Simon Glass
2021-07-06sandbox: fix sandbox_reset()Heinrich Schuchardt
2021-07-06sandbox: ensure that state->ram_buf is in low memoryHeinrich Schuchardt
2021-07-06sandbox: Support signal handling only when requestedSimon Glass
2021-06-05sandbox: correct determination of the text baseHeinrich Schuchardt
2021-05-24sandbox: use sections instead of symbols for getopt array boundariesMarek BehĂșn
2021-03-27sandbox: define __dyn_sym_start, dyn_sym_endHeinrich Schuchardt
2021-03-27sandbox: Correct uninit conflictSimon Glass
2021-03-27sandbox: Only delete the executable if requestedSimon Glass
2021-03-26sandbox: Define a region for device priv/plat dataSimon Glass
2021-03-22sandbox: Drop debug message in os_spl_to_uboot()Simon 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-12sandbox: Drop the 'starting...' messageSimon Glass
2021-03-02sandbox: Write out bloblist when exitingSimon Glass
2021-03-02sandbox: Avoid using malloc() for system stateSimon Glass
2021-03-02sandbox: Add os_realloc()Simon Glass
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-30sandbox: keep time offset when resettingHeinrich Schuchardt
2021-01-30sandbox: fix sandbox_cmdline_cb_test_fdt()Heinrich Schuchardt
2021-01-15test: add test for dropped trace before log_initPatrick Delaunay
2021-01-05sandbox: remove ram buffer file when U-Boot is loaded by SPLPatrick Delaunay
2020-12-22sandbox: implement invalidate_icache_all()Heinrich Schuchardt
2020-12-22sandbox: implement runtime system resetHeinrich Schuchardt
2020-12-13sandbox: add handler for exceptionsHeinrich Schuchardt
2020-11-05sandbox: implement resetHeinrich Schuchardt
2020-11-05sandbox: use O_CLOEXEC in os_open()Heinrich Schuchardt
2020-11-05sandbox: eth-raw: do not close the console inputHeinrich Schuchardt
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-10-29sandbox: make SDL window resizableHeinrich Schuchardt
2020-10-06sandbox: add missing SDL key scan codesHeinrich Schuchardt
2020-08-22sandbox: u-boot.lds: Remove bogus __bss_start symbolOvidiu Panait
2020-07-09sandbox: Move section u_boot_list to make it RWWalter Lozano
2020-07-09sandbox: handling out of memoryHeinrich Schuchardt
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-04-16sandbox: also restore terminal settings when killed by SIGINTRasmus Villemoes
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05sandbox: sdl: Add an option to double the screen sizeSimon Glass
2020-02-05sandbox: sdl: Move to use SDL2Simon Glass