
3 Jul
2020
3 Jul
'20
5:50 a.m.
On Mon, 29 Jun 2020 at 22:38, Dave Gerlach d-gerlach@ti.com wrote:
Add a sandbox SOC driver, and some tests for the SOC uclass.
Signed-off-by: Dave Gerlach d-gerlach@ti.com
arch/sandbox/dts/test.dts | 4 + configs/sandbox64_defconfig | 1 + configs/sandbox_defconfig | 1 + configs/sandbox_flattree_defconfig | 1 + configs/sandbox_spl_defconfig | 1 + drivers/soc/Makefile | 1 + drivers/soc/soc_sandbox.c | 56 ++++++++++++++ test/dm/Makefile | 1 + test/dm/soc.c | 120 +++++++++++++++++++++++++++++ 9 files changed, 186 insertions(+) create mode 100644 drivers/soc/soc_sandbox.c create mode 100644 test/dm/soc.c
Reviewed-by: Simon Glass sjg@chromium.org