summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass3-0/+3
2020-05-19common: Drop init.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-04-16sandbox: also restore terminal settings when killed by SIGINTRasmus Villemoes1-0/+9
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-06sandbox: sdl: Add an option to double the screen sizeSimon Glass2-2/+25
2020-02-06sandbox: sdl: Move to use SDL2Simon Glass1-124/+155
2020-02-06sandbox: sdl: Support waiting for audio to completeSimon Glass1-2/+13
2020-02-06sandbox: sdl: Improve error handlingSimon Glass1-5/+9
2020-02-06sandbox: Add comments to the sdl structSimon Glass1-1/+16
2020-02-06sandbox: Add a new header for the system malloc()Simon Glass2-11/+12
2020-02-06sandbox: Ensure that long-options array is terminatedSimon Glass1-1/+2
2020-02-06sandbox: Drop os_realloc()Simon Glass1-23/+0
2020-02-06sandbox: Drop use of special os_malloc() where possibleSimon Glass2-15/+15
2020-02-06sandbox: Rename 'free' variableSimon Glass1-3/+3
2020-02-06sandbox: Sort the help optionsSimon Glass1-1/+45
2020-02-06cli: Make the sandbox board_run_command the defaultSean Anderson1-7/+0
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-12-15sandbox: Disable mmio by default in testsSimon Glass1-0/+1
2019-12-03common: Move command functions out of common.hSimon Glass1-0/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-11-14sandbox: use correct type reading /proc/self/mapsHeinrich Schuchardt1-2/+2
2019-10-27sandbox: Drop 'const' from sandbox_write()Simon Glass1-2/+1
2019-10-08sandbox: Allow use of real I/O with readl(), etc.Simon Glass1-0/+52
2019-10-08sandbox: Add a -T flag to use the test device treeSimon Glass1-0/+25
2019-10-08spl: Add an arch-specific hook for writing to SPL handoffSimon Glass1-0/+7
2019-08-19sysreset: switch to using SYSRESET_POWER_OFF for poweroffUrja Rannikko1-1/+0
2019-07-11sandbox: Add a comment to board_init_f()Simon Glass1-0/+1
2019-07-11sandbox: spl: Lower priority of standard loaderSimon Glass1-1/+1
2019-07-11sandbox: Exit when SYSRESET_POWER_OFF is requestedSimon Glass1-0/+1
2019-04-24sandbox: Drop the printf() in setup_ram_buf()Simon Glass1-3/+1
2019-04-24sandbox: Correct maths in allocation routinesSimon Glass1-9/+13
2019-04-24sandbox: Improve debugging in initcall_run_list()Simon Glass2-2/+47
2019-01-15sandbox: Correct SDL build flagsSimon Glass1-1/+1
2018-12-14dm: sandbox: Allow selection of sample rate and channelsSimon Glass1-7/+3
2018-12-14dm: sound: Complete migration to driver modelSimon Glass1-1/+0
2018-12-14dm: sandbox: sound: Convert to use driver modelSimon Glass1-11/+26
2018-12-14dm: sandbox: Update sound to use two buffersSimon Glass1-25/+63
2018-12-05sandbox: Use 'extras' to specify 'head' filesSimon Glass1-2/+3
2018-12-05sandbox: Zero the ram buffer on startupSimon Glass1-0/+7
2018-12-05sandbox: Check the filename in jump_to_image_no_args()Simon Glass1-2/+6
2018-12-05sandbox: Fix up the debug message for the image filenameSimon Glass1-1/+1
2018-11-29sandbox: Use memmove() to move overlapping regionsSimon Glass1-2/+3
2018-11-29sandbox: Enable soundSimon Glass1-19/+0
2018-11-29sound: sandbox: Use the correct frequencySimon Glass1-2/+9
2018-11-29sound: Add sample rate as a parameter for square waveSimon Glass1-1/+1
2018-11-26sandbox: Boot in U-Boot through the standard callSimon Glass2-14/+20
2018-11-26sandbox: Filter arguments when starting U-BootSimon Glass1-6/+26
2018-11-26sandbox: Use malloc() and free() from os layerSimon Glass2-12/+15