]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
dtoc: Allow the device tree to be compiled from source
authorSimon Glass <sjg@chromium.org>
Tue, 26 Jul 2016 00:59:10 +0000 (18:59 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 19 Sep 2016 03:04:39 +0000 (21:04 -0600)
commit355c67c35a8ce5aa9e9e2e2e8df99413c8215093
tree3dcdace42cd5f60bfd5c24b200b89f8eb12836f2
parent0faf6144fd1f6443a52abb0d80a6ca1238ecc029
dtoc: Allow the device tree to be compiled from source

If a source device tree is provide to the Fdt() constructors, compile it
automatically. This will be used in tests, where we want to build a
particular test .dts file and check that it works correctly in binman.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/fdt_fallback.py
tools/dtoc/fdt_normal.py
tools/dtoc/fdt_util.py