[PATCH 2/8] test: Add tests for SOC uclass
Simon Glass
sjg at chromium.org
Fri Jul 3 05:50:16 CEST 2020
On Mon, 29 Jun 2020 at 22:38, Dave Gerlach <d-gerlach at ti.com> wrote:
>
> Add a sandbox SOC driver, and some tests for the SOC uclass.
>
> Signed-off-by: Dave Gerlach <d-gerlach at 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 at chromium.org>
More information about the U-Boot
mailing list