summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/cpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* sandbox: Use the reset driver to handle resetSimon Glass2015-07-211-8/+1
* sandbox: Support multiple reset typesSimon Glass2015-07-211-0/+4
* sandbox: Add an implementation for cleanup_before_linux_select()Simon Glass2015-06-101-0/+5
* sandbox: Tidy up terminal restoreSimon Glass2015-06-042-3/+7
* sandbox: Add missing errno.h includes in a few filesSimon Glass2015-05-141-0/+1
* sandbox: Correct error handling in state_read_file()Simon Glass2015-05-141-1/+1
* sandbox: Don't try distro_bootcmd by defaultSjoerd Simons2015-05-061-3/+17
* dm: sandbox: Add os_localtime() to obtain the system timeSimon Glass2015-05-051-0/+18
* sandbox: Add test function to advance timeJoe Hershberger2015-05-051-5/+0
* fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass2015-04-231-0/+41
* sandbox: Split bootm code out into lib/bootmSjoerd Simons2015-04-191-12/+0
* sandbox: eth: Add support for using the 'lo' interfaceJoe Hershberger2015-04-181-2/+111
* sandbox: eth: Add a bridge to a real network for sandboxJoe Hershberger2015-04-182-0/+150
* dm: sandbox: pci: Add PCI support for sandboxSimon Glass2015-04-161-1/+40
* sandbox: Return '-c command' exit value as sandbox exit codeJoe Hershberger2015-02-152-7/+4
* sandbox: Add a -D option to use a default device treeSimon Glass2015-01-301-0/+20
* sandbox: Fix warnings in cpu.c and os.cSimon Glass2014-11-262-1/+3
* sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-232-10/+11
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-231-1/+1
* sandbox: init cli for -cRabin Vincent2014-11-071-0/+3
* sandbox: Remove all drivers before exitSimon Glass2014-07-231-0/+4
* sandbox: Support pre-relocation malloc()Simon Glass2014-07-231-0/+3
* sandbox: Set up global data before board_init_f()Simon Glass2014-07-231-0/+5
* sandbox: terminate os_dirent_ls() result listStephen Warren2014-06-231-0/+1
* sandbox: Add options to clean up temporary filesSimon Glass2014-03-173-10/+22
* sandbox: Allow Ctrl-C to work in sandboxSimon Glass2014-03-172-6/+35
* sandbox: Add LCD driverSimon Glass2014-03-171-0/+9
* sandbox: Add SDL library for LCD, keyboard, audioSimon Glass2014-03-172-0/+344
* sandbox: Add -j option to indicate a jump from a previous U-BootSimon Glass2014-03-171-0/+16
* sandbox: Add os_jump_to_image() to run another executableSimon Glass2014-03-171-0/+89
* Use a const pointer for map_to_sysmem()Simon Glass2014-03-171-1/+1
* unit-test: make "test -e" test independent of $CWDStephen Warren2014-03-071-0/+5
* kbuild: use Linux Kernel build scriptsMasahiro Yamada2014-02-191-4/+7
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-191-2/+2
* sandbox: Use system headers first for sandbox's os.c in a different wayMasahiro Yamada2014-01-291-4/+4
* sandbox: fix the return type of os_free() functionMasahiro Yamada2014-01-241-1/+1
* sandbox: Add facility to save/restore sandbox stateSimon Glass2014-01-082-4/+376
* sandbox: Allow reading/writing of RAM bufferSimon Glass2014-01-084-2/+85
* sandbox: Add -i option to enter interactive modeSimon Glass2014-01-081-1/+11
* sandbox: Allow the console to work earlierSimon Glass2014-01-081-0/+11
* sandbox: Implement the bootm command for sandboxSimon Glass2014-01-081-2/+15
* sandbox: Allow return from board_init_f()Simon Glass2014-01-081-5/+6
* sandbox: Correct help message <arg> garblingSimon Glass2014-01-081-2/+2
* sandbox: Improve/augment memory allocation functionsSimon Glass2014-01-081-2/+43
OpenPOWER on IntegriCloud