aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)AuthorFilesLines
2014-07-07build: define CPU only when arch/${ARCH}/cpu/${CPU} existsMasahiro Yamada1-0/+0
2014-06-23sandbox: change local_irq_save() to macroMasahiro Yamada2-6/+4
2014-06-23sandbox: terminate os_dirent_ls() result listStephen Warren1-0/+1
2014-06-20Makefile: Support include files for .dts filesSimon Glass1-0/+1
2014-06-20sandbox: Support iotrace featureSimon Glass1-0/+10
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-4/+4
2014-05-16Revert "sandbox: move source files from board/ to arch/sandbox/"Masahiro Yamada2-84/+1
2014-05-12common/board_f: Initialized global data for generic boardYork Sun1-0/+1
2014-05-09sandbox: ignore sandbox.dtbMasahiro Yamada1-0/+1
2014-05-09sandbox: move source files from board/ to arch/sandbox/Masahiro Yamada2-1/+84
2014-05-09sandbox: Provide a build option to avoid using SDLSimon Glass1-0/+6
2014-03-17sandbox: Add options to clean up temporary filesSimon Glass4-11/+24
2014-03-17sandbox: Allow Ctrl-C to work in sandboxSimon Glass3-6/+59
2014-03-17sandbox: Add LCD driverSimon Glass3-0/+13
2014-03-17sandbox: Add a simple sound driverSimon Glass1-0/+14
2014-03-17sandbox: Add SDL library for LCD, keyboard, audioSimon Glass4-0/+467
2014-03-17sandbox: Add -j option to indicate a jump from a previous U-BootSimon Glass2-1/+18
2014-03-17sandbox: Add os_jump_to_image() to run another executableSimon Glass1-0/+89
2014-03-17sandbox: dts: Add display and keyboard to sandboxSimon Glass1-0/+96
2014-03-17Use a const pointer for map_to_sysmem()Simon Glass1-1/+1
2014-03-07unit-test: make "test -e" test independent of $CWDStephen Warren1-0/+5
2014-03-04sandbox: Convert GPIOs to use driver modelSimon Glass1-9/+5
2014-03-04sandbox: Build a device tree file for sandboxSimon Glass3-0/+33
2014-02-25kbuild: use shorten log for linking u-bootMasahiro Yamada1-0/+4
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada1-4/+7
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-2/+2
2014-01-29sandbox: Use system headers first for sandbox's os.c in a different wayMasahiro Yamada1-4/+4
2014-01-24sandbox: fix the return type of os_free() functionMasahiro Yamada1-1/+1
2014-01-08sandbox: Add a prototype for cleanup_before_linux()Simon Glass1-0/+2
2014-01-08sandbox: Add facility to save/restore sandbox stateSimon Glass3-4/+490
2014-01-08sandbox: Allow reading/writing of RAM bufferSimon Glass6-3/+98
2014-01-08sandbox: Add -i option to enter interactive modeSimon Glass2-1/+13
2014-01-08sandbox: Allow the console to work earlierSimon Glass1-0/+11
2014-01-08sandbox: Implement the bootm command for sandboxSimon Glass1-2/+15
2014-01-08sandbox: Allow return from board_init_f()Simon Glass1-5/+6
2014-01-08sandbox: Correct help message <arg> garblingSimon Glass1-2/+2
2014-01-08sandbox: Improve/augment memory allocation functionsSimon Glass1-2/+43
2013-12-09sandbox: spi: Add SPI emulation busMike Frysinger3-0/+75
2013-12-09sandbox: Rename sb_cmdline_option to sandbox_cmdline_optionSimon Glass4-22/+24
2013-11-21sandbox: Make map_to_sysmem() use a constant pointerSimon Glass1-1/+1
2013-11-21sandbox: config: Don't use 64-bit physical memorySimon Glass1-2/+2
2013-11-21sandbox: Use system headers first for sandbox's os.cSimon Glass1-2/+4
2013-11-21sandbox: Use uint64_t instead of u64 for timeSimon Glass1-1/+2
2013-10-31sandbox: convert makefiles to Kbuild styleMasahiro Yamada2-46/+2
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk9-9/+9
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk23-388/+23
2013-06-26sandbox: Support trace featureSimon Glass2-2/+2
2013-05-01sandbox: Allow -c argument to provide a command listSimon Glass1-1/+1
2013-05-01sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host fileSimon Glass2-0/+8
2013-05-01sandbox: Switch over to generic boardSimon Glass5-307/+11