summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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