summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
AgeCommit message (Expand)Author
2024-11-09sandbox: Add a -N flag to control on-host behaviourSimon Glass
2024-11-03sandbox: Add a way to show the sandbox memory-mappingSimon Glass
2024-10-18sandbox_spl: Restrict use of UPL when not enabledSimon Glass
2024-10-11arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-11xpl: Rename spl_phase_prefix() and spl_phase_name()Simon Glass
2024-10-11xpl: Rename spl_next_phase() and spl_prev_phase()Simon Glass
2024-10-11xpl: Rename spl_phase() to xpl_phase()Simon Glass
2024-10-11xpl: Rename spl_phase to xpl_phase_tSimon Glass
2024-09-18Merge patch series "Fix various bugs"Tom Rini
2024-09-18sandbox: Implement reference counting for address mappingSimon Glass
2024-09-18sandbox: Unmap old tagsSimon Glass
2024-09-18sandbox: Update cpu to use loggingSimon Glass
2024-09-18sandbox: Change the range used for memory-mapping tagsSimon Glass
2024-09-03spl: sandbox: initialise the ram banksize in splSughosh Ganu
2024-08-23spl: Create a function to init spl_load_infoSimon Glass
2024-08-09sandbox: Add an SPL loader for UPLSimon Glass
2024-08-09sandbox: Add a flag to enable UPLSimon Glass
2024-08-09sandbox: Set up global_data earlierSimon Glass
2024-08-09sandbox: Return error code from read/write/seekSimon Glass
2024-08-09sandbox: fdt: Avoid overwriting an existing fdtSimon Glass
2024-08-09test: Move some SPL-loading test-code into sandbox commonSimon Glass
2024-08-09sandbox: Fix a comment in os_find_u_boot()Simon Glass
2024-08-09sandbox: Use const in os_jump_to_file()Simon Glass
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