aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sandbox/cpu
Commit message (Expand)AuthorAgeFilesLines
* sandbox: don't call os_close with invalid file descriptorWIP/17Apr2024Heinrich Schuchardt2024-04-171-1/+1
* sandbox: missing return value checks in eth-raw-osHeinrich Schuchardt2024-04-121-2/+12
* Merge patch series "net fixes prior lwip"WIP/11Jan2024Tom Rini2024-01-111-1/+1
|\
| * sandbox: eth-raw-os: successful return code is 0Maxim Uvarov2024-01-111-1/+1
* | Merge patch series "Complete decoupling of bootm logic from commands"WIP/21Dec2023-nextTom Rini2023-12-211-0/+8
|\ \
| * | sandbox: bootm: Enable more bootm OS methodsSimon Glass2023-12-211-0/+8
* | | sandbox: Audit config.h and common.h usageTom Rini2023-12-216-7/+3
|/ /
* | Merge tag 'v2024.01-rc3' into nextTom Rini2023-11-201-5/+10
|\|
| * sandbox: Close file after mmaping itSean Anderson2023-11-141-5/+10
* | arch: sandbox: Add function to create temporary filesSean Anderson2023-11-161-0/+17
|/
* sandbox: eliminate unused functions from binariesHeinrich Schuchardt2023-11-021-1/+1
* test: spl: Add a test for the NET load methodSean Anderson2023-10-171-0/+4
* test: spl: Add functions to create imagesSean Anderson2023-10-171-0/+2
* sandbox: Support -T in splSean Anderson2023-10-171-2/+7
* sandbox: fix spl_board_initHeinrich Schuchardt2023-10-131-0/+3
* sandbox: Only read the state if we have a state fileSimon Glass2023-10-062-3/+6
* sandbox: Move reading the RAM buffer into a better placeSimon Glass2023-10-062-8/+12
* spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass2023-10-061-1/+1
* event: Convert existing spy records to simpleSimon Glass2023-08-311-6/+1
* sandbox: Add a way to access persistent test filesSimon Glass2023-08-251-0/+24
* sandbox: Fix quiting when the LCD window is closedSimon Glass2023-07-141-1/+2
* sandbox: Add a dummy dcache_status() functionEmanuele Ghidoli2023-06-211-0/+5
* sandbox: disable tracing before unmapping RAMPavel Skripkin2023-04-281-0/+5
* sandbox: fix return type of os_filesize()Heinrich Schuchardt2023-04-281-2/+6
* sandbox: mark sandbox_exit() as no return.Heinrich Schuchardt2023-04-281-1/+1
* sandbox64: fix: return unsigned long in readq()Abdellatif El Khlifi2023-04-271-1/+1
* sandbox: Allow SPI flash bootdevs to be disabled for testsSimon Glass2023-01-231-0/+14
* sandbox: Allow ethernet to be disabled at runtimeSimon Glass2023-01-231-0/+16
* global: Migrate CONFIG_MALLOC_F_ADDR to CFGTom Rini2022-12-231-1/+1
* Merge tag 'v2023.01-rc4' into nextTom Rini2022-12-211-6/+5
|\
| * sandbox: fix sound driverHeinrich Schuchardt2022-12-051-6/+5
* | global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2022-12-051-1/+1
|/
* test: Add a way to detect a test that breaks anotherSimon Glass2022-11-071-1/+1
* vbe: Support reading the next SPL phase via VBESimon Glass2022-10-311-1/+2
* sandbox: Support obtaining the next phase from an imageSimon Glass2022-10-311-1/+51
* sandbox: Add a way to specify the sandbox executableSimon Glass2022-10-311-0/+30
* sandbox: Generalise SPL bootingSimon Glass2022-10-311-12/+21
* sandbox: Drop message about writing sandbox stateSimon Glass2022-10-311-1/+1
* test: Support tests which can only be run manuallySimon Glass2022-10-311-1/+1
* sandbox: add SIGALRM-based watchdog deviceRasmus Villemoes2022-10-241-0/+17
* sandbox: Support setting up the other FDT for testingSimon Glass2022-09-291-3/+31
* sandbox: Support loading the other FDTSimon Glass2022-09-291-0/+26
* sandbox: Add a function to load a relative file pathSimon Glass2022-09-292-9/+29
* sandbox: unblock signal before calling execv()Heinrich Schuchardt2022-09-251-0/+16
* sandbox: Add function os_flush()Pali Rohár2022-09-241-0/+5
* test: Allow running tests multiple timesSimon Glass2022-09-021-1/+1
* sandbox: show error if the device-tree cannot be loadedHeinrich Schuchardt2022-06-281-4/+4
* sandbox: add function os_printf()Heinrich Schuchardt2022-06-281-0/+13
* sandbox: Add libfuzzer integrationAndrew Scull2022-06-231-0/+70
* sandbox: Decouple program entry from sandbox initAndrew Scull2022-06-232-1/+7