aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
AgeCommit message (Expand)Author
2022-06-28sandbox: add function os_printf()Heinrich Schuchardt
2022-06-23sandbox: Add libfuzzer integrationAndrew Scull
2022-06-23sandbox: Decouple program entry from sandbox initAndrew Scull
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull
2022-06-23sandbox: Rename getopt sectionsAndrew Scull
2022-06-23sandbox: Rename EFI runtime sectionsAndrew Scull
2022-05-05sandbox: Avoid binman error when run without device treeSimon Glass
2022-05-02sandbox: Add a build for VPLSimon Glass
2022-04-18sandbox: Align linker lists to a 32-byte boundarySimon Glass
2022-04-18sandbox: Correct loss of early output in SPLSimon Glass
2022-03-18sandbox: Add the handoff header for splSimon Glass
2022-03-18sandbox: Show a message when writing out the ram bufferSimon Glass
2022-03-10event: Convert misc_init_f() to use eventsSimon Glass
2022-03-10sandbox: start: Sort the header filesSimon Glass
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