Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-11 | dm: Fix error handling when unflattening the DT | Simon Glass | |
The error handling code does not current detect an error right away. Adjust it to return immediately. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Tested-on: Beaver, Jetson-TK1 | |||
2017-06-01 | dm: Add a function to create a 'live' device tree | Simon Glass | |
This function converts the flat device tree into a hierarchical one with C structures and pointers. This is easier to access. Signed-off-by: Simon Glass <sjg@chromium.org> |