summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
AgeCommit message (Expand)Author
2022-02-09sandbox: fix build failure with musl and SDLHeinrich Schuchardt
2022-01-25sandbox: eth-raw: fix building with musl libraryHeinrich Schuchardt
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-13sandbox: compatibility of os_get_filesize()Heinrich Schuchardt
2021-12-26video: sandbox: Avoid duplicate display windowsSimon Glass
2021-12-26sandbox: video: Support 8bpp depthSimon Glass
2021-12-02sandbox: replace putchar(ch) by fputc(ch, stdout)Heinrich Schuchardt
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini
2021-11-28sandbox: Support unmapping a fileSimon Glass
2021-11-26sandbox: poweroff in efi_system_reset()Heinrich Schuchardt
2021-10-27sandbox: Remove OF_HOSTFILEIlias Apalodimas
2021-09-16sandbox: Add a way to map a file into memorySimon Glass
2021-09-16sandbox: Add a way to find the size of a fileSimon Glass
2021-09-16sandbox: Correct handling of --rm_memorySimon Glass
2021-08-01sandbox: Reduce keyed autoboot delaySimon Glass
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