[PATCH] Add devicetree flatten support

Sascha Hauer s.hauer at pengutronix.de
Wed Jan 9 04:41:37 EST 2013


barebox has its own internal format for the devicetree. If we want to
start a kernel with this tree we have to convert it back to dtb. This
series adds support for it. This is purely for future work as no user
for this code is added currently.

Sascha

----------------------------------------------------------------
Sascha Hauer (2):
      of: rename of_parse_dtb to of_unflatten_dtb
      of: Add support for converting the unflattened tree back to a dtb

 commands/oftree.c |    2 +-
 drivers/of/base.c |   63 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 include/of.h      |    3 ++-
 3 files changed, 65 insertions(+), 3 deletions(-)



More information about the barebox mailing list