]> git.sur5r.net Git - u-boot/commit
dm: Add a function to create a 'live' device tree
authorSimon Glass <sjg@chromium.org>
Fri, 19 May 2017 02:08:55 +0000 (20:08 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2017 13:03:06 +0000 (07:03 -0600)
commit8b50d526ea5b1e74934cddf6f1ee830a72401b79
tree3ce364b7b812bcaad7a334761089e1e52b107c21
parent644ec0a933ef5c4f8e82b9fd8df9439386d0444d
dm: Add a function to create a 'live' device tree

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>
include/of_live.h [new file with mode: 0644]
lib/Makefile
lib/of_live.c [new file with mode: 0644]