]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitea52266eac491b8b96b11e542435d79eae35c45c
tree65f953797308c5460455f0e56ed1a21eea9fb1af
parentf4d0112b3754f01b951850e941f87b0eeaa3c310
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]