summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
AgeCommit message (Expand)AuthorFilesLines
2022-12-23global: Migrate CONFIG_MALLOC_F_ADDR to CFGTom Rini1-1/+1
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini1-6/+5
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-1/+1
2022-12-05sandbox: fix sound driverHeinrich Schuchardt1-6/+5
2022-11-08test: Add a way to detect a test that breaks anotherSimon Glass1-1/+1
2022-10-31vbe: Support reading the next SPL phase via VBESimon Glass1-1/+2
2022-10-31sandbox: Support obtaining the next phase from an imageSimon Glass1-1/+51
2022-10-31sandbox: Add a way to specify the sandbox executableSimon Glass1-0/+30
2022-10-31sandbox: Generalise SPL bootingSimon Glass1-12/+21
2022-10-31sandbox: Drop message about writing sandbox stateSimon Glass1-1/+1
2022-10-31test: Support tests which can only be run manuallySimon Glass1-1/+1
2022-10-24sandbox: add SIGALRM-based watchdog deviceRasmus Villemoes1-0/+17
2022-09-29sandbox: Support setting up the other FDT for testingSimon Glass1-3/+31
2022-09-29sandbox: Support loading the other FDTSimon Glass1-0/+26
2022-09-29sandbox: Add a function to load a relative file pathSimon Glass2-9/+29
2022-09-25sandbox: unblock signal before calling execv()Heinrich Schuchardt1-0/+16
2022-09-24sandbox: Add function os_flush()Pali Rohár1-0/+5
2022-09-02test: Allow running tests multiple timesSimon Glass1-1/+1
2022-06-28sandbox: show error if the device-tree cannot be loadedHeinrich Schuchardt1-4/+4
2022-06-28sandbox: add function os_printf()Heinrich Schuchardt1-0/+13
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-19sandbox: Align linker lists to a 32-byte boundarySimon Glass2-2/+2
2022-04-19sandbox: Correct loss of early output in SPLSimon Glass1-1/+1
2022-03-19sandbox: Add the handoff header for splSimon Glass1-0/+1
2022-03-19sandbox: 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-26sandbox: 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-27video: sandbox: Avoid duplicate display windowsSimon Glass1-6/+27
2021-12-27sandbox: 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-29sandbox: Support unmapping a fileSimon Glass1-0/+10
2021-11-26sandbox: poweroff in efi_system_reset()Heinrich Schuchardt1-2/+4
2021-10-27sandbox: Remove OF_HOSTFILEIlias 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