]> git.baikalelectronics.ru Git - uboot.git/commit
test: Add tests for board uclass
authorMario Six <mario.six@gdsys.cc>
Tue, 31 Jul 2018 09:44:13 +0000 (11:44 +0200)
committerSimon Glass <sjg@chromium.org>
Sat, 29 Sep 2018 17:49:35 +0000 (11:49 -0600)
commit84cb78e83121fb07a7a5992350fd6be1ce954cda
treed552e2aa2fbe7bb6e4ea4ff6b262696d04f0b4d9
parente0e744194455d8d614ea312609c5b5f0ea61dd35
test: Add tests for board uclass

Add tests for the new board uclass.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mario Six <mario.six@gdsys.cc>
12 files changed:
arch/sandbox/dts/test.dts
configs/sandbox64_defconfig
configs/sandbox_defconfig
configs/sandbox_flattree_defconfig
configs/sandbox_noblk_defconfig
configs/sandbox_spl_defconfig
drivers/board/Kconfig
drivers/board/Makefile
drivers/board/sandbox.c [new file with mode: 0644]
drivers/board/sandbox.h [new file with mode: 0644]
test/dm/Makefile
test/dm/board.c [new file with mode: 0644]