Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-19 | device tree: add lookup for /__symbols__ values | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-19 | device tree: code comments and tweak dtr_str() | Burt P | |
* dtr_str() requires obj, which knows its dtr. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-19 | device tree: reworked and cleaned up | Burt P | |
* Moved device tree functions to modules/devices/devicetree/dt_util.c * The dtr_* functions usable from outside devicetree.c, for example in get_motherboard(). Must #include "dt_util.h" * Now possible to use an alternate device tree root for testing -DOVRDTRROOT=\"/some/path\" * Alternately, pass dtr_new() an alternate base path. * Abandoned the tuple grouping and inherited properties stuff for now. Signed-off-by: Burt P <pburt0@gmail.com> |