aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)AuthorFilesLines
2015-03-28generic-board: select SYS_GENERIC_BOARD for some architecturesMasahiro Yamada1-1/+1
2015-03-28generic-board: move __HAVE_ARCH_GENERIC_BOARD to KconfigMasahiro Yamada1-3/+0
2015-02-16Merge branch 'sandbox' of git://git.denx.de/u-boot-x86Tom Rini4-28/+10
2015-02-15sandbox: Adjust the order of the NO_SDL checkSimon Glass1-6/+6
2015-02-15sandbox: Return '-c command' exit value as sandbox exit codeJoe Hershberger3-22/+4
2015-02-12dm: sandbox: Move driver model CONFIGs to KconfigSimon Glass1-0/+24
2015-02-09common: Move dram_init() declaration to common locationMichal Simek1-1/+0
2015-01-31Merge branch 'patman' of git://git.denx.de/u-boot-x86Tom Rini2-4/+22
2015-01-30sandbox: Add a -D option to use a default device treeSimon Glass1-0/+20
2015-01-30sandbox: Correct cros-ec keyboard definitionSimon Glass1-4/+2
2015-01-29dm: demo: Add a simple GPIO demonstrationSimon Glass1-1/+10
2014-12-11dm: i2c: dts: Add an I2C bus for sandboxSimon Glass1-0/+17
2014-12-11dm: i2c: Add an I2C EEPROM simulatorSimon Glass1-0/+26
2014-12-08Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck1-0/+8
2014-11-26sandbox: Fix warnings in cpu.c and os.cSimon Glass2-1/+3
2014-11-23sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami2-10/+11
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+1
2014-11-07sandbox: init cli for -cRabin Vincent1-0/+3
2014-10-27Provide option to avoid defining a custom version of uintptr_t.Gabe Black1-0/+5
2014-10-22dm: sf: sandbox: Convert SPI flash driver to driver modelSimon Glass2-14/+0
2014-10-22dm: sandbox: spi: Move to driver modelSimon Glass1-0/+1
2014-10-22sandbox: dts: Add a SPI device and cros_ec deviceSimon Glass1-0/+26
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-3/+0
2014-09-10sandbox: dts: Add a serial console nodeSimon Glass1-0/+10
2014-08-31dm: sandbox: dts: Add a GPIO bankSimon Glass1-0/+8
2014-07-30kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada1-1/+1
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+16
2014-07-23sandbox: Remove all drivers before exitSimon Glass1-0/+4
2014-07-23sandbox: Support pre-relocation malloc()Simon Glass1-0/+3
2014-07-23sandbox: Set up global data before board_init_f()Simon Glass2-1/+5
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