dtoc: Add a way to create an Fdt object from a data block
authorSimon Glass <sjg@chromium.org>
Fri, 14 Sep 2018 10:57:17 +0000 (04:57 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 28 Sep 2018 17:09:01 +0000 (11:09 -0600)
commit746aee3f2f8c0c7534ad7ac7d438ccec35c6c99c
tree6a06834c228d21ea5e15ced9751d095fb75c8568
parent6434961b2b2099b458e7dc9dcced5d450b45cbb4
dtoc: Add a way to create an Fdt object from a data block

Support creating an Fdt object without having to write the data to a file
first.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/fdt.py
tools/dtoc/test_fdt.py