u-boot-brain/tools/dtoc
Simon Glass 346179f0d3 dtoc: Prepare for supporting changing of device trees
For binman we need to support deleting properties in the device tree. This
will change the offsets of nodes after the deletion. In preparation, add
code to keep track of when the offsets are invalid, and regenerate them.

Signed-off-by: Simon Glass <sjg@chromium.org>
2016-09-18 21:04:39 -06:00
..
.gitignore dm: Add a library to provide simple device-tree access 2016-07-14 20:40:24 -06:00
dtoc dm: Add a tool to generate C code from a device tree 2016-07-14 20:40:24 -06:00
dtoc.py dtoc: Move BytesToValue() and GetEmpty() into PropBase 2016-09-18 21:04:38 -06:00
fdt_fallback.py dtoc: Drop the convert_dash parameter to GetProps() 2016-09-18 21:04:39 -06:00
fdt_normal.py dtoc: Prepare for supporting changing of device trees 2016-09-18 21:04:39 -06:00
fdt_select.py dtoc: Create a base class for Fdt 2016-09-18 21:04:38 -06:00
fdt_util.py dtoc: Allow the device tree to be compiled from source 2016-09-18 21:04:39 -06:00
fdt.py dtoc: Move a few more common functions into fdt.py 2016-09-18 21:04:38 -06:00