summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
Commit message (Expand)AuthorAgeLines
* sandbox: Add a test device that uses of-platdataSimon Glass2016-07-14-0/+17
* sandbox: Add a new sandbox_spl boardSimon Glass2016-07-14-0/+24
* sandbox: Add basic SPL implementationSimon Glass2016-07-14-0/+52
* sandbox: Don't include the main loop in SPLSimon Glass2016-07-14-0/+2
* sandbox: Don't use PCI in SPLSimon Glass2016-07-14-1/+1
* sandbox: Add some missing headers in cpu.cSimon Glass2016-07-14-0/+2
* sandbox: Correct header file order in cpu.cSimon Glass2016-07-14-1/+1
* sandbox: Allow chaining from SPL to U-Boot properSimon Glass2016-07-14-0/+51
* Rename reset to sysresetStephen Warren2016-05-26-2/+2
* sandbox: Avoid calling commands when not availableSimon Glass2016-03-22-1/+9
* eth-raw-os.c: Add cast to bind(2) callTom Rini2016-01-15-1/+2
* sandbox: eth-raw-os.c: Ensure that our interface name is not too longTom Rini2016-01-12-0/+4
* test: Record and silence console in testsSimon Glass2015-11-19-0/+8
* sandbox: Add a way to skip time delaysSimon Glass2015-11-19-1/+18
* sandbox: Use the reset driver to handle resetSimon Glass2015-07-21-8/+1
* sandbox: Support multiple reset typesSimon Glass2015-07-21-0/+4
* sandbox: Add an implementation for cleanup_before_linux_select()Simon Glass2015-06-10-0/+5
* sandbox: Tidy up terminal restoreSimon Glass2015-06-04-3/+7
* sandbox: Add missing errno.h includes in a few filesSimon Glass2015-05-14-0/+1
* sandbox: Correct error handling in state_read_file()Simon Glass2015-05-14-1/+1
* sandbox: Don't try distro_bootcmd by defaultSjoerd Simons2015-05-06-3/+17
* dm: sandbox: Add os_localtime() to obtain the system timeSimon Glass2015-05-05-0/+18
* sandbox: Add test function to advance timeJoe Hershberger2015-05-05-5/+0
* fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass2015-04-23-0/+41
* sandbox: Split bootm code out into lib/bootmSjoerd Simons2015-04-19-12/+0
* sandbox: eth: Add support for using the 'lo' interfaceJoe Hershberger2015-04-18-2/+111
* sandbox: eth: Add a bridge to a real network for sandboxJoe Hershberger2015-04-18-0/+150
* dm: sandbox: pci: Add PCI support for sandboxSimon Glass2015-04-16-1/+40
* sandbox: Return '-c command' exit value as sandbox exit codeJoe Hershberger2015-02-15-7/+4
* sandbox: Add a -D option to use a default device treeSimon Glass2015-01-30-0/+20
* sandbox: Fix warnings in cpu.c and os.cSimon Glass2014-11-26-1/+3
* sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-23-10/+11
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-23-1/+1
* sandbox: init cli for -cRabin Vincent2014-11-07-0/+3
* sandbox: Remove all drivers before exitSimon Glass2014-07-23-0/+4
* sandbox: Support pre-relocation malloc()Simon Glass2014-07-23-0/+3
* sandbox: Set up global data before board_init_f()Simon Glass2014-07-23-0/+5
* sandbox: terminate os_dirent_ls() result listStephen Warren2014-06-23-0/+1
* sandbox: Add options to clean up temporary filesSimon Glass2014-03-17-10/+22
* sandbox: Allow Ctrl-C to work in sandboxSimon Glass2014-03-17-6/+35
* sandbox: Add LCD driverSimon Glass2014-03-17-0/+9
* sandbox: Add SDL library for LCD, keyboard, audioSimon Glass2014-03-17-0/+344
* sandbox: Add -j option to indicate a jump from a previous U-BootSimon Glass2014-03-17-0/+16
* sandbox: Add os_jump_to_image() to run another executableSimon Glass2014-03-17-0/+89
* Use a const pointer for map_to_sysmem()Simon Glass2014-03-17-1/+1
* unit-test: make "test -e" test independent of $CWDStephen Warren2014-03-07-0/+5
* kbuild: use Linux Kernel build scriptsMasahiro Yamada2014-02-19-4/+7
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-19-2/+2
* sandbox: Use system headers first for sandbox's os.c in a different wayMasahiro Yamada2014-01-29-4/+4
* sandbox: fix the return type of os_free() functionMasahiro Yamada2014-01-24-1/+1