summaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)Author
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada
2014-09-10sandbox: dts: Add a serial console nodeSimon Glass
2014-08-31dm: sandbox: dts: Add a GPIO bankSimon Glass
2014-07-30kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada
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-07-07build: define CPU only when arch/${ARCH}/cpu/${CPU} existsMasahiro Yamada
2014-06-23sandbox: change local_irq_save() to macroMasahiro Yamada
2014-06-23sandbox: terminate os_dirent_ls() result listStephen Warren
2014-06-20Makefile: Support include files for .dts filesSimon Glass
2014-06-20sandbox: Support iotrace featureSimon Glass
2014-05-27dm: rename device struct to udeviceHeiko Schocher
2014-05-16Revert "sandbox: move source files from board/ to arch/sandbox/"Masahiro Yamada
2014-05-12common/board_f: Initialized global data for generic boardYork Sun
2014-05-09sandbox: ignore sandbox.dtbMasahiro Yamada
2014-05-09sandbox: move source files from board/ to arch/sandbox/Masahiro Yamada
2014-05-09sandbox: Provide a build option to avoid using SDLSimon Glass
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 a simple sound 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-17sandbox: dts: Add display and keyboard to sandboxSimon 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-03-04sandbox: Convert GPIOs to use driver modelSimon Glass
2014-03-04sandbox: Build a device tree file for sandboxSimon Glass
2014-02-25kbuild: use shorten log for linking u-bootMasahiro Yamada
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 a prototype for cleanup_before_linux()Simon Glass
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: spi: Add SPI emulation busMike Frysinger
2013-12-09sandbox: Rename sb_cmdline_option to sandbox_cmdline_optionSimon Glass
2013-11-21sandbox: Make map_to_sysmem() use a constant pointerSimon Glass
2013-11-21sandbox: config: Don't use 64-bit physical memorySimon Glass
2013-11-21sandbox: Use system headers first for sandbox's os.cSimon Glass