summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
AgeCommit message (Expand)AuthorFilesLines
2017-12-07Revert "sandbox: remove os_putc() and os_puts()"Simon Glass1-0/+11
2017-10-09sandbox: avoid memory leak in os_dirent_lsHeinrich Schuchardt1-6/+14
2017-10-03sandbox: Use asm-generic/io.hPaul Burton1-1/+11
2017-08-28sandbox: Add a dummy invalidate_dcache_range() functionBin Meng1-0/+4
2017-07-28sandbox: remove os_putc() and os_puts()Masahiro Yamada1-11/+0
2017-07-27sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size bef...Andy Yan1-1/+1
2017-07-11sandbox: Stop printing platdata at the start of SPLSimon Glass1-11/+0
2017-06-09sandbox: Fix comparison of unsigned enum expression warningTom Rini1-1/+1
2017-06-05bootstage: Require timer_get_boot_us() to be definedSimon Glass1-0/+11
2017-06-01sandbox: Add a way to reset sandbox state for testsSimon Glass1-4/+11
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-0/+1
2017-04-05board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f()Simon Glass1-0/+5
2017-04-05board_f: sandbox: Move setup_ram_buf() to private codeSimon Glass1-0/+7
2016-12-09spl: sandbox: Drop spl_board_announce_boot_device()Simon Glass1-14/+3
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass1-1/+1
2016-10-11sandbox/fs: Set correct filetype for unknown filetypeStefan Brüns1-0/+2
2016-10-11sandbox/fs: Use readdir instead of deprecated readdir_rStefan Brüns1-8/+11
2016-10-11sandbox/fs: Use correct size path name bufferStefan Brüns1-3/+10
2016-10-11sandbox/fs: Make linking of nodes in os_dirent_ls more obviousStefan Brüns1-2/+2
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass1-1/+2
2016-10-06spl: Convert spl_board_load_image() to use linker listSimon Glass1-1/+2
2016-10-06spl: Convert boot_device into a structSimon Glass1-1/+1
2016-07-15sandbox: Add a test device that uses of-platdataSimon Glass1-0/+17
2016-07-15sandbox: Add a new sandbox_spl boardSimon Glass1-0/+24
2016-07-15sandbox: Add basic SPL implementationSimon Glass2-0/+52
2016-07-15sandbox: Don't include the main loop in SPLSimon Glass1-0/+2
2016-07-15sandbox: Don't use PCI in SPLSimon Glass1-1/+1
2016-07-15sandbox: Add some missing headers in cpu.cSimon Glass1-0/+2
2016-07-15sandbox: Correct header file order in cpu.cSimon Glass1-1/+1
2016-07-15sandbox: Allow chaining from SPL to U-Boot properSimon Glass1-0/+51
2016-05-27Rename reset to sysresetStephen Warren1-2/+2
2016-03-22sandbox: Avoid calling commands when not availableSimon Glass1-1/+9
2016-01-15eth-raw-os.c: Add cast to bind(2) callTom Rini1-1/+2
2016-01-12sandbox: eth-raw-os.c: Ensure that our interface name is not too longTom Rini1-0/+4
2015-11-20test: Record and silence console in testsSimon Glass1-0/+8
2015-11-20sandbox: Add a way to skip time delaysSimon Glass2-1/+18
2015-07-22sandbox: Use the reset driver to handle resetSimon Glass1-8/+1
2015-07-22sandbox: Support multiple reset typesSimon Glass1-0/+4
2015-06-11sandbox: Add an implementation for cleanup_before_linux_select()Simon Glass1-0/+5
2015-06-04sandbox: Tidy up terminal restoreSimon Glass2-3/+7
2015-05-15sandbox: Add missing errno.h includes in a few filesSimon Glass1-0/+1
2015-05-15sandbox: Correct error handling in state_read_file()Simon Glass1-1/+1
2015-05-06sandbox: Don't try distro_bootcmd by defaultSjoerd Simons1-3/+17
2015-05-06dm: sandbox: Add os_localtime() to obtain the system timeSimon Glass1-0/+18
2015-05-06sandbox: Add test function to advance timeJoe Hershberger1-5/+0
2015-04-23fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass1-0/+41
2015-04-19sandbox: Split bootm code out into lib/bootmSjoerd Simons1-12/+0
2015-04-18sandbox: eth: Add support for using the 'lo' interfaceJoe Hershberger1-2/+111
2015-04-18sandbox: eth: Add a bridge to a real network for sandboxJoe Hershberger2-0/+150
2015-04-17dm: sandbox: pci: Add PCI support for sandboxSimon Glass1-1/+40