aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)AuthorFilesLines
2015-06-10sandbox: Add an implementation for cleanup_before_linux_select()Simon Glass1-0/+5
2015-06-04sandbox: Compile test device tree when CONFIG_UT_DM is definedSimon Glass1-1/+1
2015-06-04sandbox: dts: Add the real-time-clock test nodes back inSimon Glass1-0/+18
2015-06-04sandbox: dts: Sort the sandbox.dts fileSimon Glass1-52/+54
2015-06-04sandbox: dts: Sort the test.dts file a littleSimon Glass1-24/+24
2015-06-04sandbox: Tidy up terminal restoreSimon Glass2-3/+7
2015-05-21sandbox: Use defconfig to enable featuresJoe Hershberger1-15/+0
2015-05-14sandbox: dts: add sandbox_pmic.dtsi and include it to sandbox.dts and test.dtsPrzemyslaw Marczak3-0/+88
2015-05-14test: dm: test.dts - move to sandbox dts directoryPrzemyslaw Marczak2-0/+231
2015-05-14sandbox: Support wide-screen LCD emulationSimon Glass1-2/+2
2015-05-14sandbox: Add missing errno.h includes in a few filesSimon Glass1-0/+1
2015-05-14sandbox: Correct error handling in state_read_file()Simon Glass1-1/+1
2015-05-06sandbox: Don't try distro_bootcmd by defaultSjoerd Simons2-3/+18
2015-05-05dm: sandbox: dts: Add a real-time clock attached to I2CSimon Glass1-1/+11
2015-05-05dm: rtc: sandbox: Add an emulated I2C RTC deviceSimon Glass2-0/+49
2015-05-05dm: sandbox: Add os_localtime() to obtain the system timeSimon Glass1-0/+18
2015-05-05dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass1-0/+10
2015-05-05sandbox: eth: Add a function to skip ping timeoutsJoe Hershberger1-0/+2
2015-05-05sandbox: Add test function to advance timeJoe Hershberger2-5/+8
2015-04-23fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass2-0/+49
2015-04-22exynos: sandbox: ti: Add SPDX license identifiers and notesSimon Glass1-0/+2
2015-04-19sandbox: Add support for bootzSjoerd Simons1-0/+42
2015-04-19sandbox: Split bootm code out into lib/bootmSjoerd Simons3-12/+22
2015-04-18dm: select CONFIG_DM* optionsMasahiro Yamada1-18/+0
2015-04-18dm: usb: dts: sandbox: Add some sample USB devices to sandboxSimon Glass1-0/+40
2015-04-18cros_ec: exynos: Match up device tree with kernel versionSimon Glass2-90/+130
2015-04-18cros_ec: Drop unused CONFIG_DM_CROS_ECSimon Glass1-3/+0
2015-04-18sandbox: eth: Add support for using the 'lo' interfaceJoe Hershberger3-3/+127
2015-04-18sandbox: eth: Add a bridge to a real network for sandboxJoe Hershberger5-0/+191
2015-04-18sandbox: eth: Add ability to disable ping reply in sandbox eth driverJoe Hershberger1-0/+15
2015-04-18sandbox: eth: Add ARP and PING response to sandbox driverJoe Hershberger1-0/+1
2015-04-18sandbox: eth: Add network support to sandboxJoe Hershberger2-0/+13
2015-04-16dm: sandbox: pci: Add PCI support for sandboxSimon Glass9-7/+284
2015-04-16sandbox: Update device tree 'reg' properties for I2C and SPISimon Glass1-3/+3
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