Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-01 | dm: Add more livetree helpers and definitions | Simon Glass | |
Add some definitions and helpers for livetree in the main of.h header file. These include: - reading multi-cell integers - default number of address/size cells - functions for comparing names Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2017-06-01 | dm: core: Add livetree definitions | Simon Glass | |
Add a Kconfig option to enable a live device tree, built at run time from the flat tree. Also add structure definitions and a root node. Signed-off-by: Simon Glass <sjg@chromium.org> |