test: Add tests for SOC uclass
authorDave Gerlach <d-gerlach@ti.com>
Thu, 16 Jul 2020 04:39:58 +0000 (23:39 -0500)
committerSimon Glass <sjg@chromium.org>
Mon, 20 Jul 2020 17:37:47 +0000 (11:37 -0600)
commitfbde39f41725c5e6b85872ca6cc1c0c425c9bd0a
tree65f953797308c5460455f0e56ed1a21eea9fb1af
parent6426a26f4c314ad59d833456932312ce574e9b71
test: Add tests for SOC uclass

Add a sandbox SOC driver, and some tests for the SOC uclass.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
arch/sandbox/dts/test.dts
configs/sandbox64_defconfig
configs/sandbox_defconfig
configs/sandbox_flattree_defconfig
configs/sandbox_spl_defconfig
drivers/soc/Makefile
drivers/soc/soc_sandbox.c [new file with mode: 0644]
test/dm/Makefile
test/dm/soc.c [new file with mode: 0644]