| Commit message (Expand) | Author | Age | Lines |
* | dm: test: Add GPIO open drain tests | mario.six@gdsys.cc | 2016-06-03 | -0/+20 |
* | mailbox: implement a sandbox test | Stephen Warren | 2016-05-26 | -0/+32 |
* | Rename reset to sysreset | Stephen Warren | 2016-05-26 | -5/+5 |
* | sandbox: Add string and 16-bit I/O functions | Simon Glass | 2016-05-17 | -0/+15 |
* | sandbox: Set CONFIG_SYS_CPU | Tom Rini | 2016-04-18 | -0/+3 |
* | sandbox: Enable many more commands | Tom Rini | 2016-04-15 | -0/+2 |
* | spmi: Add sandbox test driver | Mateusz Kulikowski | 2016-04-01 | -0/+40 |
* | sandbox: Avoid calling commands when not available | Simon Glass | 2016-03-22 | -1/+9 |
* | sandbox: Fix building with LLVM | Tom Rini | 2016-03-08 | -1/+7 |
* | dm: video: test: Add tests for the video uclass | Simon Glass | 2016-01-20 | -0/+7 |
* | dm: video: sandbox: Convert sandbox to use driver model for video | Simon Glass | 2016-01-20 | -0/+1 |
* | eth-raw-os.c: Add cast to bind(2) call | Tom Rini | 2016-01-15 | -1/+2 |
* | sandbox: eth-raw-os.c: Ensure that our interface name is not too long | Tom Rini | 2016-01-12 | -0/+4 |
* | test: add sandbox timer to test.dts | Thomas Chou | 2016-01-07 | -0/+5 |
* | timer: sandbox: Use device tree to pass the clock frequency | Bin Meng | 2015-12-01 | -0/+1 |
* | dm: test: usb: sandbox: Add keyboard tests for sandbox | Simon Glass | 2015-11-19 | -0/+5 |
* | usb: sandbox: Add a USB emulation driver | Simon Glass | 2015-11-19 | -0/+2 |
* | dm: test: usb: Add tests for the 'usb tree' command | Simon Glass | 2015-11-19 | -1/+13 |
* | test: Record and silence console in tests | Simon Glass | 2015-11-19 | -0/+9 |
* | sandbox: Add a way to skip time delays | Simon Glass | 2015-11-19 | -1/+37 |
* | sandbox: add a sandbox timer and basic test | Thomas Chou | 2015-11-19 | -0/+4 |
* | dm: cros_ec: Convert cros_ec keyboard driver to driver model | Simon Glass | 2015-11-19 | -0/+3 |
* | Various Makefiles: Add SPDX-License-Identifier tags | Tom Rini | 2015-11-10 | -0/+4 |
* | sandbox: Use the generic bitops headers | Fabio Estevam | 2015-11-05 | -0/+4 |
* | sandbox: add ADC driver | Przemyslaw Marczak | 2015-11-02 | -1/+7 |
* | sandbox: Introduce dummy remoteproc nodes | Nishanth Menon | 2015-10-22 | -0/+13 |
* | sandbox: Correct operaion of 'reset' command | Simon Glass | 2015-10-05 | -0/+4 |
* | dm: test: Add a new test case for dm_test_eth_rotate | Bin Meng | 2015-09-09 | -0/+7 |
* | pinctrl: sandbox: add sandbox pinctrl driver | Masahiro Yamada | 2015-08-31 | -0/+19 |
* | dm: tpm: sandbox: Convert TPM driver to driver model | Simon Glass | 2015-08-31 | -0/+4 |
* | dm: test: Add a size to each reg property | Simon Glass | 2015-07-21 | -12/+15 |
* | dm: test: Add a test for the system controller uclass | Simon Glass | 2015-07-21 | -0/+18 |
* | dm: test: Add a test for the LED uclass | Simon Glass | 2015-07-21 | -0/+14 |
* | dm: test: Add a test for the mmc uclass | Simon Glass | 2015-07-21 | -0/+4 |
* | dm: test: Add a test for the ram uclass | Simon Glass | 2015-07-21 | -0/+4 |
* | sandbox: Use the reset driver to handle reset | Simon Glass | 2015-07-21 | -8/+12 |
* | sandbox: Support multiple reset types | Simon Glass | 2015-07-21 | -0/+7 |
* | dm: test: Add tests for the clk uclass | Simon Glass | 2015-07-21 | -0/+15 |
* | sandbox: Add an implementation for cleanup_before_linux_select() | Simon Glass | 2015-06-10 | -0/+5 |
* | sandbox: Compile test device tree when CONFIG_UT_DM is defined | Simon Glass | 2015-06-04 | -1/+1 |
* | sandbox: dts: Add the real-time-clock test nodes back in | Simon Glass | 2015-06-04 | -0/+18 |
* | sandbox: dts: Sort the sandbox.dts file | Simon Glass | 2015-06-04 | -52/+54 |
* | sandbox: dts: Sort the test.dts file a little | Simon Glass | 2015-06-04 | -24/+24 |
* | sandbox: Tidy up terminal restore | Simon Glass | 2015-06-04 | -3/+7 |
* | sandbox: Use defconfig to enable features | Joe Hershberger | 2015-05-21 | -15/+0 |
* | sandbox: dts: add sandbox_pmic.dtsi and include it to sandbox.dts and test.dts | Przemyslaw Marczak | 2015-05-14 | -0/+88 |
* | test: dm: test.dts - move to sandbox dts directory | Przemyslaw Marczak | 2015-05-14 | -0/+231 |
* | sandbox: Support wide-screen LCD emulation | Simon Glass | 2015-05-14 | -2/+2 |
* | sandbox: Add missing errno.h includes in a few files | Simon Glass | 2015-05-14 | -0/+1 |
* | sandbox: Correct error handling in state_read_file() | Simon Glass | 2015-05-14 | -1/+1 |