On 27 May 2016 at 03:13, Maxime Ripard <maxime.ripard@xxxxxxxxxxxxxxxxxx> wrote: > 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. > > Signed-off-by: Maxime Ripard <maxime.ripard@xxxxxxxxxxxxxxxxxx> > --- > Makefile | 1 + > include/test/overlay.h | 16 ++++ > include/test/suites.h | 1 + > test/Kconfig | 1 + > test/cmd_ut.c | 6 ++ > test/overlay/Kconfig | 10 +++ > test/overlay/Makefile | 15 ++++ > test/overlay/cmd_ut_overlay.c | 176 ++++++++++++++++++++++++++++++++++++++ > test/overlay/test-fdt-base.dts | 17 ++++ > test/overlay/test-fdt-overlay.dts | 60 +++++++++++++ > 10 files changed, 303 insertions(+) > create mode 100644 include/test/overlay.h > create mode 100644 test/overlay/Kconfig > create mode 100644 test/overlay/Makefile > create mode 100644 test/overlay/cmd_ut_overlay.c > create mode 100644 test/overlay/test-fdt-base.dts > create mode 100644 test/overlay/test-fdt-overlay.dts Acked-by: Simon Glass <sjg@xxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe devicetree-compiler" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html