summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
Commit message (Expand)AuthorAgeFilesLines
* sandbox: Disable mmio by default in testsSimon Glass2019-12-151-0/+1
* common: Move command functions out of common.hSimon Glass2019-12-021-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* sandbox: use correct type reading /proc/self/mapsHeinrich Schuchardt2019-11-141-2/+2
* sandbox: Drop 'const' from sandbox_write()Simon Glass2019-10-271-2/+1
* sandbox: Allow use of real I/O with readl(), etc.Simon Glass2019-10-081-0/+52
* sandbox: Add a -T flag to use the test device treeSimon Glass2019-10-081-0/+25
* spl: Add an arch-specific hook for writing to SPL handoffSimon Glass2019-10-081-0/+7
* sysreset: switch to using SYSRESET_POWER_OFF for poweroffUrja Rannikko2019-08-191-1/+0
* sandbox: Add a comment to board_init_f()Simon Glass2019-07-101-0/+1
* sandbox: spl: Lower priority of standard loaderSimon Glass2019-07-101-1/+1
* sandbox: Exit when SYSRESET_POWER_OFF is requestedSimon Glass2019-07-101-0/+1
* sandbox: Drop the printf() in setup_ram_buf()Simon Glass2019-04-231-3/+1
* sandbox: Correct maths in allocation routinesSimon Glass2019-04-231-9/+13
* sandbox: Improve debugging in initcall_run_list()Simon Glass2019-04-232-2/+47
* sandbox: Correct SDL build flagsSimon Glass2019-01-141-1/+1
* dm: sandbox: Allow selection of sample rate and channelsSimon Glass2018-12-131-7/+3
* dm: sound: Complete migration to driver modelSimon Glass2018-12-131-1/+0
* dm: sandbox: sound: Convert to use driver modelSimon Glass2018-12-131-11/+26
* dm: sandbox: Update sound to use two buffersSimon Glass2018-12-131-25/+63
* sandbox: Use 'extras' to specify 'head' filesSimon Glass2018-12-051-2/+3
* sandbox: Zero the ram buffer on startupSimon Glass2018-12-051-0/+7
* sandbox: Check the filename in jump_to_image_no_args()Simon Glass2018-12-051-2/+6
* sandbox: Fix up the debug message for the image filenameSimon Glass2018-12-051-1/+1
* sandbox: Use memmove() to move overlapping regionsSimon Glass2018-11-291-2/+3
* sandbox: Enable soundSimon Glass2018-11-291-19/+0
* sound: sandbox: Use the correct frequencySimon Glass2018-11-291-2/+9
* sound: Add sample rate as a parameter for square waveSimon Glass2018-11-291-1/+1
* sandbox: Boot in U-Boot through the standard callSimon Glass2018-11-262-14/+20
* sandbox: Filter arguments when starting U-BootSimon Glass2018-11-261-6/+26
* sandbox: Use malloc() and free() from os layerSimon Glass2018-11-262-12/+15
* sandbox: Refactor code to create os_jump_to_file()Simon Glass2018-11-261-10/+38
* sandbox: Add a new 'sb' commandSimon Glass2018-11-261-0/+10
* sandbox: Add an option to display of-platdata in SPLSimon Glass2018-11-263-1/+24
* sandbox: Add a function to read a host fileSimon Glass2018-11-201-3/+41
* sandbox: remove stray DEBUGHeinrich Schuchardt2018-11-201-4/+4
* sandbox: Try to start the RAM buffer at a particular addressSimon Glass2018-11-141-1/+6
* sandbox: Restore blocking I/O on exitSimon Glass2018-10-091-8/+15
* sandbox: Remove the old memory file laterSimon Glass2018-10-092-6/+6
* sandbox: Add a flag to set the default log levelSimon Glass2018-10-091-0/+13
* sandbox: Support booting from TPL to SPLSimon Glass2018-10-091-2/+27
* sandbox: Add a way to write data to the host filesystemSimon Glass2018-10-091-0/+20
* sandbox: Support file truncation with os_open()Simon Glass2018-10-091-0/+2
* sandbox: Unprotect DATA regions in bus testsSimon Glass2018-10-081-0/+11
* sandbox: Allow to execute from RAMAlexander Graf2018-09-231-1/+2
* sandbox: Fix setjmp/longjmpAlexander Graf2018-09-232-34/+0
* sandbox: Enhance map_to_sysmem() to handle foreign pointersSimon Glass2018-09-232-9/+140
* sandbox: Add support for calling abort()Simon Glass2018-09-231-0/+5
* sandbox: Align RAM buffer to the machine page sizeSimon Glass2018-09-231-3/+4
* Partially revert "efi_loader: Rename sections to allow for implicit data"Simon Glass2018-08-231-5/+4