]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:48:55 +0000 (13:48 +0200)
commit9502cda0ba2c2d06006fbf801609684ea93c369b
tree2197a7b24e907023eef666b78b75208840bdb5ba
parent40d1f2f5fd5027e81995ddb8346a1cf69fe14aab
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]