aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
AgeCommit message (Expand)Author
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05sandbox: sdl: Add an option to double the screen sizeSimon Glass
2020-02-05sandbox: sdl: Move to use SDL2Simon Glass
2020-02-05sandbox: sdl: Support waiting for audio to completeSimon Glass
2020-02-05sandbox: sdl: Improve error handlingSimon Glass
2020-02-05sandbox: Add comments to the sdl structSimon Glass
2020-02-05sandbox: Add a new header for the system malloc()Simon Glass
2020-02-05sandbox: Ensure that long-options array is terminatedSimon Glass
2020-02-05sandbox: Drop os_realloc()Simon Glass
2020-02-05sandbox: Drop use of special os_malloc() where possibleSimon Glass
2020-02-05sandbox: Rename 'free' variableSimon Glass
2020-02-05sandbox: Sort the help optionsSimon Glass
2020-02-05cli: Make the sandbox board_run_command the defaultSean Anderson
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2019-12-15sandbox: Disable mmio by default in testsSimon Glass
2019-12-02common: Move command functions out of common.hSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-11-14sandbox: use correct type reading /proc/self/mapsHeinrich Schuchardt
2019-10-27sandbox: Drop 'const' from sandbox_write()Simon Glass
2019-10-08sandbox: Allow use of real I/O with readl(), etc.Simon Glass
2019-10-08sandbox: Add a -T flag to use the test device treeSimon Glass
2019-10-08spl: Add an arch-specific hook for writing to SPL handoffSimon Glass
2019-08-19sysreset: switch to using SYSRESET_POWER_OFF for poweroffUrja Rannikko
2019-07-10sandbox: Add a comment to board_init_f()Simon Glass
2019-07-10sandbox: spl: Lower priority of standard loaderSimon Glass
2019-07-10sandbox: Exit when SYSRESET_POWER_OFF is requestedSimon Glass
2019-04-23sandbox: Drop the printf() in setup_ram_buf()Simon Glass
2019-04-23sandbox: Correct maths in allocation routinesSimon Glass
2019-04-23sandbox: Improve debugging in initcall_run_list()Simon Glass
2019-01-14sandbox: Correct SDL build flagsSimon Glass
2018-12-13dm: sandbox: Allow selection of sample rate and channelsSimon Glass
2018-12-13dm: sound: Complete migration to driver modelSimon Glass
2018-12-13dm: sandbox: sound: Convert to use driver modelSimon Glass
2018-12-13dm: sandbox: Update sound to use two buffersSimon Glass
2018-12-05sandbox: Use 'extras' to specify 'head' filesSimon Glass
2018-12-05sandbox: Zero the ram buffer on startupSimon Glass
2018-12-05sandbox: Check the filename in jump_to_image_no_args()Simon Glass
2018-12-05sandbox: Fix up the debug message for the image filenameSimon Glass
2018-11-29sandbox: Use memmove() to move overlapping regionsSimon Glass
2018-11-29sandbox: Enable soundSimon Glass
2018-11-29sound: sandbox: Use the correct frequencySimon Glass
2018-11-29sound: Add sample rate as a parameter for square waveSimon Glass
2018-11-26sandbox: Boot in U-Boot through the standard callSimon Glass
2018-11-26sandbox: Filter arguments when starting U-BootSimon Glass
2018-11-26sandbox: Use malloc() and free() from os layerSimon Glass
2018-11-26sandbox: Refactor code to create os_jump_to_file()Simon Glass
2018-11-26sandbox: Add a new 'sb' commandSimon Glass
2018-11-26sandbox: Add an option to display of-platdata in SPLSimon Glass
2018-11-20sandbox: Add a function to read a host fileSimon Glass
2018-11-20sandbox: remove stray DEBUGHeinrich Schuchardt