aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/state.c
AgeCommit message (Expand)AuthorFilesLines
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-09sandbox: handling out of memoryHeinrich Schuchardt1-1/+4
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-05sandbox: Add a new header for the system malloc()Simon Glass1-8/+9
2020-02-05sandbox: 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-10sandbox: 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-13fix 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-26Rename reset to sysresetStephen Warren1-2/+2
2015-11-19sandbox: Add a way to skip time delaysSimon Glass1-0/+14
2015-07-21sandbox: Support multiple reset typesSimon Glass1-0/+4
2015-05-14sandbox: Correct error handling in state_read_file()Simon Glass1-1/+1
2015-02-15sandbox: 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-17sandbox: Add options to clean up temporary filesSimon Glass1-1/+5
2014-01-08sandbox: Add facility to save/restore sandbox stateSimon Glass1-0/+331
2014-01-08sandbox: 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