Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-14 | dm: Add a tool to generate C code from a device tree | Simon Glass | |
This tool can produce C struct definitions and C platform data tables. This is used to support the of-platdata feature. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2016-07-14 | dm: Add a library to provide simple device-tree access | Simon Glass | |
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> |