]> git.ipfire.org Git - thirdparty/u-boot.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)
commite6fd0181082a04e743a07ebd9f6fdd0e06dc1399
treed552e2aa2fbe7bb6e4ea4ff6b262696d04f0b4d9
parent6238ae4d60476dd7535b781ef3f255f676851283
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]