[U-Boot] [PATCH v2 3/3] test: Add tests for board uclass
Simon Glass
sjg at chromium.org
Mon Apr 30 23:13:10 UTC 2018
On 27 April 2018 at 06:51, Mario Six <mario.six at gdsys.cc> wrote:
> Add tests for the new board uclass.
>
> Signed-off-by: Mario Six <mario.six at gdsys.cc>
> ---
>
> v1 -> v2:
> New in v2
>
> ---
> arch/sandbox/dts/test.dts | 4 ++
> configs/sandbox64_defconfig | 2 +
> configs/sandbox_defconfig | 2 +
> configs/sandbox_flattree_defconfig | 2 +
> configs/sandbox_noblk_defconfig | 2 +
> configs/sandbox_spl_defconfig | 2 +
> drivers/board/Kconfig | 7 ++-
> drivers/board/Makefile | 1 +
> drivers/board/sandbox.c | 108 +++++++++++++++++++++++++++++++++++++
> drivers/board/sandbox.h | 13 +++++
> test/dm/Makefile | 1 +
> test/dm/board.c | 57 ++++++++++++++++++++
> 12 files changed, 200 insertions(+), 1 deletion(-)
> create mode 100644 drivers/board/sandbox.c
> create mode 100644 drivers/board/sandbox.h
> create mode 100644 test/dm/board.c
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list