]> git.baikalelectronics.ru Git - uboot.git/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)
commita7c7821080ac5029612f09bb57ef624f71d0c71e
tree3ce364b7b812bcaad7a334761089e1e52b107c21
parent11909a547447a72c9b49da12859655f7042b2eae
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]