aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
AgeCommit message (Expand)AuthorFilesLines
2022-06-23sandbox: Add libfuzzer integrationAndrew Scull1-0/+70
2022-06-23sandbox: Decouple program entry from sandbox initAndrew Scull2-1/+7
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull2-4/+4
2022-06-23sandbox: Rename getopt sectionsAndrew Scull2-6/+6
2022-06-23sandbox: Rename EFI runtime sectionsAndrew Scull1-12/+10
2022-05-05sandbox: Avoid binman error when run without device treeSimon Glass1-1/+26
2022-05-02sandbox: Add a build for VPLSimon Glass1-3/+9
2022-04-18sandbox: Align linker lists to a 32-byte boundarySimon Glass2-2/+2
2022-04-18sandbox: Correct loss of early output in SPLSimon Glass1-1/+1
2022-03-18sandbox: Add the handoff header for splSimon Glass1-0/+1
2022-03-18sandbox: Show a message when writing out the ram bufferSimon Glass1-1/+2
2022-03-10event: Convert misc_init_f() to use eventsSimon Glass1-1/+3
2022-03-10sandbox: start: Sort the header filesSimon Glass1-2/+2
2022-02-09sandbox: fix build failure with musl and SDLHeinrich Schuchardt1-3/+8
2022-01-25sandbox: eth-raw: fix building with musl libraryHeinrich Schuchardt1-0/+2
2022-01-19doc: replace @return by Return:Heinrich Schuchardt3-5/+5
2022-01-13sandbox: compatibility of os_get_filesize()Heinrich Schuchardt1-2/+8
2021-12-26video: sandbox: Avoid duplicate display windowsSimon Glass1-6/+27
2021-12-26sandbox: video: Support 8bpp depthSimon Glass1-5/+60
2021-12-02sandbox: replace putchar(ch) by fputc(ch, stdout)Heinrich Schuchardt1-1/+1
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini1-2/+4
2021-11-28sandbox: Support unmapping a fileSimon Glass1-0/+10
2021-11-26sandbox: poweroff in efi_system_reset()Heinrich Schuchardt1-2/+4
2021-10-27sandbox: Remove OF_HOSTFILEWIP/27Oct2021Ilias Apalodimas1-10/+17
2021-09-16sandbox: Add a way to map a file into memorySimon Glass1-0/+29
2021-09-16sandbox: Add a way to find the size of a fileSimon Glass1-6/+16
2021-09-16sandbox: Correct handling of --rm_memorySimon Glass1-1/+0
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