summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sandbox' of git://git.denx.de/u-boot-x86Tom Rini2015-02-164-28/+10
|\
| * sandbox: Adjust the order of the NO_SDL checkSimon Glass2015-02-151-6/+6
| * sandbox: Return '-c command' exit value as sandbox exit codeJoe Hershberger2015-02-153-22/+4
* | dm: sandbox: Move driver model CONFIGs to KconfigSimon Glass2015-02-121-0/+24
|/
* common: Move dram_init() declaration to common locationMichal Simek2015-02-091-1/+0
* Merge branch 'patman' of git://git.denx.de/u-boot-x86Tom Rini2015-01-312-4/+22
|\
| * sandbox: Add a -D option to use a default device treeSimon Glass2015-01-301-0/+20
| * sandbox: Correct cros-ec keyboard definitionSimon Glass2015-01-301-4/+2
* | dm: demo: Add a simple GPIO demonstrationSimon Glass2015-01-291-1/+10
|/
* dm: i2c: dts: Add an I2C bus for sandboxSimon Glass2014-12-111-0/+17
* dm: i2c: Add an I2C EEPROM simulatorSimon Glass2014-12-111-0/+26
* Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck2014-12-081-0/+8
* sandbox: Fix warnings in cpu.c and os.cSimon Glass2014-11-262-1/+3
* sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-232-10/+11
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-231-1/+1
* sandbox: init cli for -cRabin Vincent2014-11-071-0/+3
* Provide option to avoid defining a custom version of uintptr_t.Gabe Black2014-10-271-0/+5
* dm: sf: sandbox: Convert SPI flash driver to driver modelSimon Glass2014-10-222-14/+0
* dm: sandbox: spi: Move to driver modelSimon Glass2014-10-221-0/+1
* sandbox: dts: Add a SPI device and cros_ec deviceSimon Glass2014-10-221-0/+26
* kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-131-3/+0
* sandbox: dts: Add a serial console nodeSimon Glass2014-09-101-0/+10
* dm: sandbox: dts: Add a GPIO bankSimon Glass2014-08-311-0/+8
* kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada2014-07-301-1/+1
* kconfig: add board Kconfig and defconfig filesMasahiro Yamada2014-07-301-0/+16
* sandbox: Remove all drivers before exitSimon Glass2014-07-231-0/+4
* sandbox: Support pre-relocation malloc()Simon Glass2014-07-231-0/+3
* sandbox: Set up global data before board_init_f()Simon Glass2014-07-232-1/+5
* build: define CPU only when arch/${ARCH}/cpu/${CPU} existsMasahiro Yamada2014-07-071-0/+0
* sandbox: change local_irq_save() to macroMasahiro Yamada2014-06-232-6/+4
* sandbox: terminate os_dirent_ls() result listStephen Warren2014-06-231-0/+1
* Makefile: Support include files for .dts filesSimon Glass2014-06-201-0/+1
* sandbox: Support iotrace featureSimon Glass2014-06-201-0/+10
* dm: rename device struct to udeviceHeiko Schocher2014-05-271-4/+4
* Revert "sandbox: move source files from board/ to arch/sandbox/"Masahiro Yamada2014-05-162-84/+1
* common/board_f: Initialized global data for generic boardYork Sun2014-05-121-0/+1
* sandbox: ignore sandbox.dtbMasahiro Yamada2014-05-091-0/+1
* sandbox: move source files from board/ to arch/sandbox/Masahiro Yamada2014-05-092-1/+84
* sandbox: Provide a build option to avoid using SDLSimon Glass2014-05-091-0/+6
* sandbox: Add options to clean up temporary filesSimon Glass2014-03-174-11/+24
* sandbox: Allow Ctrl-C to work in sandboxSimon Glass2014-03-173-6/+59
* sandbox: Add LCD driverSimon Glass2014-03-173-0/+13
* sandbox: Add a simple sound driverSimon Glass2014-03-171-0/+14
* sandbox: Add SDL library for LCD, keyboard, audioSimon Glass2014-03-174-0/+467
* sandbox: Add -j option to indicate a jump from a previous U-BootSimon Glass2014-03-172-1/+18
* sandbox: Add os_jump_to_image() to run another executableSimon Glass2014-03-171-0/+89
* sandbox: dts: Add display and keyboard to sandboxSimon Glass2014-03-171-0/+96
* Use a const pointer for map_to_sysmem()Simon Glass2014-03-171-1/+1
* unit-test: make "test -e" test independent of $CWDStephen Warren2014-03-071-0/+5
* sandbox: Convert GPIOs to use driver modelSimon Glass2014-03-041-9/+5
OpenPOWER on IntegriCloud