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>
Sat, 25 Jul 2020 20:46:57 +0000 (14:46 -0600)
commit21e3c219aea21467766420f9d1941d12e48259bd
tree888a26535e137b56dd0e14ccfffaed4532843866
parent6d3b82df832908675fe4cf4c829779f3abc34999
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]