summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
AgeCommit message (Expand)Author
2025-06-26Merge patch series "sandbox: align LMB memory"Tom Rini
2025-06-26sandbox: align LMB memoryHeinrich Schuchardt
2025-06-13spl: Rename jump_to_image_no_args()Simon Glass
2025-04-23sandbox: add initjmp()Jerome Forissier
2025-03-10common: clean up setjmp.hHeinrich Schuchardt
2025-01-24test: Move stat-printing into its own functionSimon Glass
2025-01-24test: Pass the test-state into ut_run_list()Simon Glass
2024-12-18fdt: Swap the signature for board_fdt_blob_setup()Simon Glass
2024-12-02sandbox: efi_loader: Correct use of addresses as pointersSimon Glass
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