]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: test: Add a test for the ram uclass
authorSimon Glass <sjg@chromium.org>
Mon, 6 Jul 2015 18:54:31 +0000 (12:54 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Jul 2015 23:39:32 +0000 (17:39 -0600)
commit64ce0cad9e04aab19eb4c3f61333b203548281a7
tree34d947b79671ef3f7419d37dba7ea9c84093a66e
parent201c29a2d6fe5d50bc731e51fd758b3ae1e028d6
dm: test: Add a test for the ram uclass

Add a test to confirm that we can probe this device and get information on
the available RAM.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/test.dts
configs/sandbox_defconfig
drivers/ram/Makefile
drivers/ram/sandbox_ram.c [new file with mode: 0644]
test/dm/Makefile
test/dm/ram.c [new file with mode: 0644]