On 4 July 2016 at 11:58, Simon Glass <s...@chromium.org> wrote:
> This Python library provides a way to access the contents of the device
> tree. It uses fdtget, so is inefficient for larger device tree files.
>
> Signed-off-by: Simon Glass <s...@chromium.org>
> ---
>
> Changes in v3:
> - Update comments a little
> - Add GetEmpty() to obtain an empty/zero value of a given type
>
> Changes in v2: None
>
>  tools/dtoc/.gitignore      |   1 +
>  tools/dtoc/fdt_fallback.py | 207 
> +++++++++++++++++++++++++++++++++++++++++++++
>  tools/dtoc/fdt_util.py     |  86 +++++++++++++++++++
>  3 files changed, 294 insertions(+)
>  create mode 100644 tools/dtoc/.gitignore
>  create mode 100644 tools/dtoc/fdt_fallback.py
>  create mode 100644 tools/dtoc/fdt_util.py

Applied to u-boot-dm
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to