mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Add devicetree flatten support
@ 2013-01-09  9:41 Sascha Hauer
  2013-01-09  9:41 ` [PATCH 1/2] of: rename of_parse_dtb to of_unflatten_dtb Sascha Hauer
  2013-01-09  9:41 ` [PATCH 2/2] of: Add support for converting the unflattened tree back to a dtb Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Sascha Hauer @ 2013-01-09  9:41 UTC (permalink / raw)
  To: barebox

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(-)

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-01-09  9:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-09  9:41 [PATCH] Add devicetree flatten support Sascha Hauer
2013-01-09  9:41 ` [PATCH 1/2] of: rename of_parse_dtb to of_unflatten_dtb Sascha Hauer
2013-01-09  9:41 ` [PATCH 2/2] of: Add support for converting the unflattened tree back to a dtb Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox