aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
AgeCommit message (Expand)Author
2024-07-15sandbox: Remove duplicate newlinesMarek Vasut
2024-07-03sandbox: cleanup linker scripts and sectionsIlias Apalodimas
2024-07-03sandbox: use sane access rights for filesHeinrich Schuchardt
2024-04-17sandbox: don't call os_close with invalid file descriptorHeinrich Schuchardt
2024-04-12sandbox: missing return value checks in eth-raw-osHeinrich Schuchardt
2024-01-11Merge patch series "net fixes prior lwip"Tom Rini
2024-01-11sandbox: eth-raw-os: successful return code is 0Maxim Uvarov
2023-12-21Merge patch series "Complete decoupling of bootm logic from commands"Tom Rini
2023-12-21sandbox: bootm: Enable more bootm OS methodsSimon Glass
2023-12-21sandbox: Audit config.h and common.h usageTom Rini
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini
2023-11-16arch: sandbox: Add function to create temporary filesSean Anderson
2023-11-14sandbox: Close file after mmaping itSean Anderson
2023-11-02sandbox: eliminate unused functions from binariesHeinrich Schuchardt
2023-10-17test: spl: Add a test for the NET load methodSean Anderson
2023-10-17test: spl: Add functions to create imagesSean Anderson
2023-10-17sandbox: Support -T in splSean Anderson
2023-10-13sandbox: fix spl_board_initHeinrich Schuchardt
2023-10-06sandbox: Only read the state if we have a state fileSimon Glass
2023-10-06sandbox: Move reading the RAM buffer into a better placeSimon Glass
2023-10-06spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass
2023-08-31event: Convert existing spy records to simpleSimon Glass
2023-08-25sandbox: Add a way to access persistent test filesSimon Glass
2023-07-14sandbox: Fix quiting when the LCD window is closedSimon Glass
2023-06-21sandbox: Add a dummy dcache_status() functionEmanuele Ghidoli
2023-04-28sandbox: disable tracing before unmapping RAMPavel Skripkin
2023-04-28sandbox: fix return type of os_filesize()Heinrich Schuchardt
2023-04-28sandbox: mark sandbox_exit() as no return.Heinrich Schuchardt
2023-04-27sandbox64: fix: return unsigned long in readq()Abdellatif El Khlifi
2023-01-23sandbox: Allow SPI flash bootdevs to be disabled for testsSimon Glass
2023-01-23sandbox: Allow ethernet to be disabled at runtimeSimon Glass
2022-12-23global: Migrate CONFIG_MALLOC_F_ADDR to CFGTom Rini
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini
2022-12-05sandbox: fix sound driverHeinrich Schuchardt
2022-11-07test: Add a way to detect a test that breaks anotherSimon Glass
2022-10-31vbe: Support reading the next SPL phase via VBESimon Glass
2022-10-31sandbox: Support obtaining the next phase from an imageSimon Glass
2022-10-31sandbox: Add a way to specify the sandbox executableSimon Glass
2022-10-31sandbox: Generalise SPL bootingSimon Glass
2022-10-31sandbox: Drop message about writing sandbox stateSimon Glass
2022-10-31test: Support tests which can only be run manuallySimon Glass
2022-10-24sandbox: add SIGALRM-based watchdog deviceRasmus Villemoes
2022-09-29sandbox: Support setting up the other FDT for testingSimon Glass
2022-09-29sandbox: Support loading the other FDTSimon Glass
2022-09-29sandbox: Add a function to load a relative file pathSimon Glass
2022-09-25sandbox: unblock signal before calling execv()Heinrich Schuchardt
2022-09-24sandbox: Add function os_flush()Pali Rohár
2022-09-02test: Allow running tests multiple timesSimon Glass
2022-06-28sandbox: show error if the device-tree cannot be loadedHeinrich Schuchardt