summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/cpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* sandbox: Move BSS after EFI sectionsAlexander Graf2018-08-201-3/+2
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-07-301-4/+5
|\
| * efi_loader: Rename sections to allow for implicit dataAlexander Graf2018-07-251-4/+5
* | sandbox: eth-raw: Add a SIMPLE_BUS to enumerate host interfacesJoe Hershberger2018-07-261-0/+10
* | sandbox: eth-raw: Allow interface to be specified by indexJoe Hershberger2018-07-261-0/+7
* | sandbox: eth-raw: Add a function to ask the host about localhostJoe Hershberger2018-07-261-4/+23
* | net: sandbox-raw: Convert raw eth driver to livetreeJoe Hershberger2018-07-261-13/+15
* | sandbox: eth-raw: Make sure descriptors are always initializedJoe Hershberger2018-07-261-2/+3
* | sandbox: eth-raw: Correct valid socket test in send/recvJoe Hershberger2018-07-261-2/+2
|/
* efi: sandbox: Add required linker sectionsSimon Glass2018-06-031-0/+29
* sandbox: Add a setjmp() implementationSimon Glass2018-06-032-0/+36
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0710-16/+10
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* sandbox: Add 64-bit sandboxMario Six2018-02-181-1/+1
* fix spelling of 'functions' in 2 places (was 'funtcions')Simon Goldschmidt2018-02-131-1/+1
* Revert "sandbox: remove os_putc() and os_puts()"Simon Glass2017-12-071-0/+11
* sandbox: avoid memory leak in os_dirent_lsHeinrich Schuchardt2017-10-081-6/+14
* sandbox: Use asm-generic/io.hPaul Burton2017-10-021-1/+11
* sandbox: Add a dummy invalidate_dcache_range() functionBin Meng2017-08-281-0/+4
* sandbox: remove os_putc() and os_puts()Masahiro Yamada2017-07-281-11/+0
* sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size bef...Andy Yan2017-07-271-1/+1
* sandbox: Stop printing platdata at the start of SPLSimon Glass2017-07-111-11/+0
* sandbox: Fix comparison of unsigned enum expression warningTom Rini2017-06-081-1/+1
* bootstage: Require timer_get_boot_us() to be definedSimon Glass2017-06-051-0/+11