summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* sandbox: Add a way to reset sandbox state for testsSimon Glass2017-06-011-4/+11
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-011-0/+1
* board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f()Simon Glass2017-04-051-0/+5
* board_f: sandbox: Move setup_ram_buf() to private codeSimon Glass2017-04-051-0/+7
* spl: sandbox: Drop spl_board_announce_boot_device()Simon Glass2016-12-091-14/+3
* spl: Add a name to the SPL load-image methodsSimon Glass2016-12-091-1/+1
* sandbox/fs: Set correct filetype for unknown filetypeStefan Brüns2016-10-111-0/+2
* sandbox/fs: Use readdir instead of deprecated readdir_rStefan Brüns2016-10-111-8/+11
* sandbox/fs: Use correct size path name bufferStefan Brüns2016-10-111-3/+10
* sandbox/fs: Make linking of nodes in os_dirent_ls more obviousStefan Brüns2016-10-111-2/+2
* spl: Pass spl_image as a parameter to load_image() methodsSimon Glass2016-10-061-1/+2
* spl: Convert spl_board_load_image() to use linker listSimon Glass2016-10-061-1/+2
* spl: Convert boot_device into a structSimon Glass2016-10-061-1/+1
* sandbox: Add a test device that uses of-platdataSimon Glass2016-07-141-0/+17
* sandbox: Add a new sandbox_spl boardSimon Glass2016-07-141-0/+24
* sandbox: Add basic SPL implementationSimon Glass2016-07-142-0/+52
* sandbox: Don't include the main loop in SPLSimon Glass2016-07-141-0/+2
* sandbox: Don't use PCI in SPLSimon Glass2016-07-141-1/+1
* sandbox: Add some missing headers in cpu.cSimon Glass2016-07-141-0/+2
* sandbox: Correct header file order in cpu.cSimon Glass2016-07-141-1/+1
* sandbox: Allow chaining from SPL to U-Boot properSimon Glass2016-07-141-0/+51
* Rename reset to sysresetStephen Warren2016-05-261-2/+2
* sandbox: Avoid calling commands when not availableSimon Glass2016-03-221-1/+9
* eth-raw-os.c: Add cast to bind(2) callTom Rini2016-01-151-1/+2
* sandbox: eth-raw-os.c: Ensure that our interface name is not too longTom Rini2016-01-121-0/+4
* test: Record and silence console in testsSimon Glass2015-11-191-0/+8
* sandbox: Add a way to skip time delaysSimon Glass2015-11-192-1/+18