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>
This commit is contained in:
Dave Gerlach
2020-07-15 23:39:58 -05:00
committed by Simon Glass
parent 6d3b82df83
commit 21e3c219ae
9 changed files with 186 additions and 0 deletions

View File

@@ -4,3 +4,4 @@
obj-$(CONFIG_SOC_TI) += ti/
obj-$(CONFIG_SOC_DEVICE) += soc-uclass.o
obj-$(CONFIG_SANDBOX) += soc_sandbox.o