summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
AgeCommit message (Expand)Author
2016-03-22sandbox: Avoid calling commands when not availableSimon Glass
2016-01-15eth-raw-os.c: Add cast to bind(2) callTom Rini
2016-01-12sandbox: eth-raw-os.c: Ensure that our interface name is not too longTom Rini
2015-11-19test: Record and silence console in testsSimon Glass
2015-11-19sandbox: Add a way to skip time delaysSimon Glass
2015-07-21sandbox: Use the reset driver to handle resetSimon Glass
2015-07-21sandbox: Support multiple reset typesSimon Glass
2015-06-10sandbox: Add an implementation for cleanup_before_linux_select()Simon Glass
2015-06-04sandbox: Tidy up terminal restoreSimon Glass
2015-05-14sandbox: Add missing errno.h includes in a few filesSimon Glass
2015-05-14sandbox: Correct error handling in state_read_file()Simon Glass
2015-05-06sandbox: Don't try distro_bootcmd by defaultSjoerd Simons
2015-05-05dm: sandbox: Add os_localtime() to obtain the system timeSimon Glass
2015-05-05sandbox: Add test function to advance timeJoe Hershberger
2015-04-23fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass
2015-04-19sandbox: Split bootm code out into lib/bootmSjoerd Simons
2015-04-18sandbox: eth: Add support for using the 'lo' interfaceJoe Hershberger
2015-04-18sandbox: eth: Add a bridge to a real network for sandboxJoe Hershberger
2015-04-16dm: sandbox: pci: Add PCI support for sandboxSimon Glass
2015-02-15sandbox: Return '-c command' exit value as sandbox exit codeJoe Hershberger
2015-01-30sandbox: Add a -D option to use a default device treeSimon Glass
2014-11-26sandbox: Fix warnings in cpu.c and os.cSimon Glass
2014-11-23sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-11-07sandbox: init cli for -cRabin Vincent
2014-07-23sandbox: Remove all drivers before exitSimon Glass
2014-07-23sandbox: Support pre-relocation malloc()Simon Glass
2014-07-23sandbox: Set up global data before board_init_f()Simon Glass
2014-06-23sandbox: terminate os_dirent_ls() result listStephen Warren
2014-03-17sandbox: Add options to clean up temporary filesSimon Glass
2014-03-17sandbox: Allow Ctrl-C to work in sandboxSimon Glass
2014-03-17sandbox: Add LCD driverSimon Glass
2014-03-17sandbox: Add SDL library for LCD, keyboard, audioSimon Glass
2014-03-17sandbox: Add -j option to indicate a jump from a previous U-BootSimon Glass
2014-03-17sandbox: Add os_jump_to_image() to run another executableSimon Glass
2014-03-17Use a const pointer for map_to_sysmem()Simon Glass
2014-03-07unit-test: make "test -e" test independent of $CWDStephen Warren
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada
2014-01-29sandbox: Use system headers first for sandbox's os.c in a different wayMasahiro Yamada
2014-01-24sandbox: fix the return type of os_free() functionMasahiro Yamada
2014-01-08sandbox: Add facility to save/restore sandbox stateSimon Glass
2014-01-08sandbox: Allow reading/writing of RAM bufferSimon Glass
2014-01-08sandbox: Add -i option to enter interactive modeSimon Glass
2014-01-08sandbox: Allow the console to work earlierSimon Glass
2014-01-08sandbox: Implement the bootm command for sandboxSimon Glass
2014-01-08sandbox: Allow return from board_init_f()Simon Glass
2014-01-08sandbox: Correct help message <arg> garblingSimon Glass
2014-01-08sandbox: Improve/augment memory allocation functionsSimon Glass
2013-12-09sandbox: Rename sb_cmdline_option to sandbox_cmdline_optionSimon Glass