commit | ec564b47dad46e57347cef7b3f7f5bb51a329302 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 04 11:58:08 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jul 14 20:40:24 2016 -0600 |
tree | f3a62bd5458a6e86ea9976de7099066002f591e8 | |
parent | 39782afb1ae86c15e59b1118278513a1a545652c [diff] [blame] |
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>
diff --git a/tools/dtoc/.gitignore b/tools/dtoc/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/tools/dtoc/.gitignore
@@ -0,0 +1 @@ +*.pyc