summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/state.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-28sandbox: disable tracing before unmapping RAMPavel Skripkin1-0/+5
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-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-1/+1
2022-10-31sandbox: Drop message about writing sandbox stateSimon Glass1-1/+1
2022-09-29sandbox: Support loading the other FDTSimon Glass1-0/+26
2022-09-29sandbox: Add a function to load a relative file pathSimon Glass1-0/+22
2022-03-19sandbox: Show a message when writing out the ram bufferSimon Glass1-1/+2
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-2/+2
2021-08-01sandbox: Reduce keyed autoboot delaySimon Glass1-0/+18
2021-07-16sandbox: Silence coverity warning in state_read_file()Simon Glass1-0/+4
2021-03-02sandbox: Write out bloblist when exitingSimon Glass1-0/+5
2021-03-02sandbox: Avoid using malloc() for system stateSimon Glass1-9/+9
2021-01-05sandbox: remove ram buffer file when U-Boot is loaded by SPLPatrick Delaunay1-4/+0
2020-11-05sandbox: implement resetHeinrich Schuchardt1-0/+1
2020-07-10sandbox: handling out of memoryHeinrich Schuchardt1-1/+4
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-06sandbox: Add a new header for the system malloc()Simon Glass1-8/+9
2020-02-06sandbox: Rename 'free' variableSimon Glass1-3/+3
2019-12-15sandbox: Disable mmio by default in testsSimon Glass1-0/+1
2019-08-19sysreset: switch to using SYSRESET_POWER_OFF for poweroffUrja Rannikko1-1/+0
2019-07-11sandbox: Exit when SYSRESET_POWER_OFF is requestedSimon Glass1-0/+1
2018-10-09sandbox: Remove the old memory file laterSimon Glass1-1/+5
2018-09-23sandbox: Enhance map_to_sysmem() to handle foreign pointersSimon Glass1-0/+8
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-1/+1
2018-02-14fix spelling of 'functions' in 2 places (was 'funtcions')Simon Goldschmidt1-1/+1
2017-06-01sandbox: Add a way to reset sandbox state for testsSimon Glass1-4/+11
2016-05-27Rename reset to sysresetStephen Warren1-2/+2
2015-11-20sandbox: Add a way to skip time delaysSimon Glass1-0/+14
2015-07-22sandbox: Support multiple reset typesSimon Glass1-0/+4
2015-05-15sandbox: Correct error handling in state_read_file()Simon Glass1-1/+1
2015-02-16sandbox: Return '-c command' exit value as sandbox exit codeJoe Hershberger1-5/+0
2014-11-23sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami1-4/+4
2014-03-18sandbox: Add options to clean up temporary filesSimon Glass1-1/+5
2014-01-09sandbox: Add facility to save/restore sandbox stateSimon Glass1-0/+331
2014-01-09sandbox: Allow reading/writing of RAM bufferSimon Glass1-0/+22
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-03-12sandbox: add concept of sandbox stateSimon Glass1-0/+51