summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
AgeCommit message (Expand)AuthorFilesLines
2023-07-14sandbox: Fix quiting when the LCD window is closedSimon Glass1-1/+2
2023-06-21sandbox: Add a dummy dcache_status() functionEmanuele Ghidoli1-0/+5
2023-04-28sandbox: disable tracing before unmapping RAMPavel Skripkin1-0/+5
2023-04-28sandbox: fix return type of os_filesize()Heinrich Schuchardt1-2/+6
2023-04-28sandbox: mark sandbox_exit() as no return.Heinrich Schuchardt1-1/+1
2023-04-28sandbox64: fix: return unsigned long in readq()Abdellatif El Khlifi1-1/+1
2023-01-24sandbox: Allow SPI flash bootdevs to be disabled for testsSimon Glass1-0/+14
2023-01-24sandbox: Allow ethernet to be disabled at runtimeSimon Glass1-0/+16
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