summaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)AuthorFilesLines
2016-09-24Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada1-1/+0
2016-08-20cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini1-0/+1
2016-07-28Add a power domain framework/uclassStephen Warren2-0/+31
2016-07-15Merge git://git.denx.de/u-boot-dmTom Rini11-3/+217
2016-07-15sandbox: Add a test device that uses of-platdataSimon Glass2-0/+48
2016-07-15sandbox: Add a new sandbox_spl boardSimon Glass2-1/+30
2016-07-15sandbox: Add basic SPL implementationSimon Glass3-0/+75
2016-07-15sandbox: Don't include the main loop in SPLSimon Glass1-0/+2
2016-07-15sandbox: Don't use PCI in SPLSimon Glass2-1/+3
2016-07-15sandbox: Add some missing headers in cpu.cSimon Glass1-0/+2
2016-07-15sandbox: Correct header file order in cpu.cSimon Glass1-1/+1
2016-07-15sandbox: Support building an SPL imageSimon Glass1-0/+5
2016-07-15sandbox: Allow chaining from SPL to U-Boot properSimon Glass1-0/+51
2016-07-15sandbox: Don't exit when bootm completesSimon Glass1-1/+1
2016-06-20clk: convert API to match reset/mailbox styleStephen Warren3-10/+127
2016-06-20reset: implement a reset testStephen Warren2-0/+32
2016-06-20sandbox: gpio: doc: Fix parameter documentationmario.six@gdsys.cc1-6/+10
2016-06-04dm: test: Add GPIO open drain testsmario.six@gdsys.cc1-0/+20
2016-05-27mailbox: implement a sandbox testStephen Warren2-0/+32
2016-05-27Rename reset to sysresetStephen Warren2-5/+5
2016-05-17sandbox: Add string and 16-bit I/O functionsSimon Glass1-0/+15
2016-04-19sandbox: Set CONFIG_SYS_CPUTom Rini1-0/+3
2016-04-15sandbox: Enable many more commandsTom Rini2-0/+2
2016-04-02spmi: Add sandbox test driverMateusz Kulikowski2-0/+40
2016-03-22sandbox: Avoid calling commands when not availableSimon Glass1-1/+9
2016-03-08sandbox: Fix building with LLVMTom Rini2-1/+7
2016-01-21dm: video: test: Add tests for the video uclassSimon Glass1-0/+7
2016-01-21dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass1-0/+1
2016-01-15eth-raw-os.c: Add cast to bind(2) callTom Rini1-1/+2
2016-01-12sandbox: eth-raw-os.c: Ensure that our interface name is not too longTom Rini1-0/+4
2016-01-07test: add sandbox timer to test.dtsThomas Chou1-0/+5
2015-12-01timer: sandbox: Use device tree to pass the clock frequencyBin Meng1-0/+1
2015-11-20dm: test: usb: sandbox: Add keyboard tests for sandboxSimon Glass1-0/+5
2015-11-20usb: sandbox: Add a USB emulation driverSimon Glass1-0/+2
2015-11-20dm: test: usb: Add tests for the 'usb tree' commandSimon Glass1-1/+13
2015-11-20test: Record and silence console in testsSimon Glass2-0/+9
2015-11-20sandbox: Add a way to skip time delaysSimon Glass3-1/+37
2015-11-20sandbox: add a sandbox timer and basic testThomas Chou1-0/+4
2015-11-20dm: cros_ec: Convert cros_ec keyboard driver to driver modelSimon Glass1-0/+3
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini1-0/+4
2015-11-05sandbox: Use the generic bitops headersFabio Estevam1-0/+4
2015-11-02sandbox: add ADC driverPrzemyslaw Marczak2-1/+7
2015-10-22sandbox: Introduce dummy remoteproc nodesNishanth Menon1-0/+13
2015-10-05sandbox: Correct operaion of 'reset' commandSimon Glass1-0/+4
2015-09-09dm: test: Add a new test case for dm_test_eth_rotateBin Meng1-0/+7
2015-08-31pinctrl: sandbox: add sandbox pinctrl driverMasahiro Yamada1-0/+19
2015-08-31dm: tpm: sandbox: Convert TPM driver to driver modelSimon Glass1-0/+4
2015-07-22dm: test: Add a size to each reg propertySimon Glass1-12/+15
2015-07-22dm: test: Add a test for the system controller uclassSimon Glass2-0/+18
2015-07-22dm: test: Add a test for the LED uclassSimon Glass1-0/+14