On Mon, 29 Jun 2020 at 22:38, Dave Gerlach <d-gerl...@ti.com> wrote:
>
> Add a sandbox SOC driver, and some tests for the SOC uclass.
>
> Signed-off-by: Dave Gerlach <d-gerl...@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 <s...@chromium.org>

Reply via email to