]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
dm: Add a library to provide simple device-tree access
authorSimon Glass <sjg@chromium.org>
Mon, 4 Jul 2016 17:58:08 +0000 (11:58 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Jul 2016 02:40:24 +0000 (20:40 -0600)
commitec564b47dad46e57347cef7b3f7f5bb51a329302
treef3a62bd5458a6e86ea9976de7099066002f591e8
parent39782afb1ae86c15e59b1118278513a1a545652c
dm: Add a library to provide simple device-tree access

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 <sjg@chromium.org>
tools/dtoc/.gitignore [new file with mode: 0644]
tools/dtoc/fdt_fallback.py [new file with mode: 0644]
tools/dtoc/fdt_util.py [new file with mode: 0644]