]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
tests: Introduce DT overlay tests
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 5 Jul 2016 08:26:46 +0000 (10:26 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 20 Aug 2016 15:35:07 +0000 (11:35 -0400)
commitf2a9942fbc47491cc5f5151670c42d43dc0544cb
tree24d07a7a1d1738c1d668620e31dcb5dc600f0eb4
parente6628ad7b99b285b25147366c68a7b956e362878
tests: Introduce DT overlay tests

This adds a bunch of unit tests for the "fdt apply" command.

They've all been run successfully in the sandbox. However, as you still
require an out-of-tree dtc with overlay support, this is disabled by
default.

Acked-by: Simon Glass <sjg@chromium.org>
Acked-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Makefile
include/test/overlay.h [new file with mode: 0644]
include/test/suites.h
lib/libfdt/fdt_overlay.c
test/Kconfig
test/cmd_ut.c
test/overlay/Kconfig [new file with mode: 0644]
test/overlay/Makefile [new file with mode: 0644]
test/overlay/cmd_ut_overlay.c [new file with mode: 0644]
test/overlay/test-fdt-base.dts [new file with mode: 0644]
test/overlay/test-fdt-overlay.dts [new file with mode: 0644]