summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/cpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* sandbox: Rename sb_cmdline_option to sandbox_cmdline_optionSimon Glass2013-12-092-9/+10
* sandbox: Use system headers first for sandbox's os.cSimon Glass2013-11-211-2/+4
* sandbox: Use uint64_t instead of u64 for timeSimon Glass2013-11-211-1/+2
* sandbox: convert makefiles to Kbuild styleMasahiro Yamada2013-10-311-22/+1
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-246-102/+6
* sandbox: Support trace featureSimon Glass2013-06-262-2/+2
* sandbox: Allow -c argument to provide a command listSimon Glass2013-05-011-1/+1
* sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host fileSimon Glass2013-05-011-0/+7
OpenPOWER on IntegriCloud