mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] devicetree command changes
@ 2014-05-19 20:59 Sascha Hauer
  2014-05-19 20:59 ` [PATCH 1/6] complete: Fix completion after options Sascha Hauer
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Sascha Hauer @ 2014-05-19 20:59 UTC (permalink / raw)
  To: barebox

This series has some changes to the devicetree commands:

- Add devicetree completion
- Add a dedicated of_dump command to make dumping nodes easier

Sascha

----------------------------------------------------------------
Sascha Hauer (6):
      complete: Fix completion after options
      complete: Add devicetree completion
      commands: add of_dump command
      oftree: remove dump support
      of: Drop devicetree merge support
      oftree command: make devicetree file optargs to -l/-s

 arch/arm/boards/highbank/init.c |   2 +-
 arch/arm/cpu/dtb.c              |   2 +-
 arch/arm/lib/bootm.c            |   2 +-
 arch/mips/boot/dtb.c            |   2 +-
 commands/Kconfig                |  15 +++++-
 commands/Makefile               |   1 +
 commands/of_dump.c              | 108 ++++++++++++++++++++++++++++++++++++++++
 commands/of_node.c              |   2 +
 commands/of_property.c          |   2 +
 commands/oftree.c               | 101 ++++++++-----------------------------
 common/blspec.c                 |   2 +-
 common/bootm.c                  |   2 +-
 common/complete.c               |  76 ++++++++++++++++++++++++++++
 drivers/of/fdt.c                |  44 +++++-----------
 include/complete.h              |   5 +-
 include/of.h                    |   2 +-
 16 files changed, 246 insertions(+), 122 deletions(-)
 create mode 100644 commands/of_dump.c

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

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

end of thread, other threads:[~2014-05-22  6:10 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-19 20:59 [PATCH] devicetree command changes Sascha Hauer
2014-05-19 20:59 ` [PATCH 1/6] complete: Fix completion after options Sascha Hauer
2014-05-19 20:59 ` [PATCH 2/6] complete: Add devicetree completion Sascha Hauer
2014-05-19 20:59 ` [PATCH 3/6] commands: add of_dump command Sascha Hauer
2014-05-21 13:17   ` Holger Schurig
2014-05-22  6:10     ` Sascha Hauer
2014-05-19 20:59 ` [PATCH 4/6] oftree: remove dump support Sascha Hauer
2014-05-20  8:01   ` Alexander Aring
2014-05-20  8:03     ` Alexander Aring
2014-05-20  9:08       ` Sascha Hauer
2014-05-19 20:59 ` [PATCH 5/6] of: Drop devicetree merge support Sascha Hauer
2014-05-20 15:08   ` Sebastian Hesselbarth
2014-05-21  6:13     ` Sascha Hauer
2014-05-21  6:35     ` Esben Haabendal
2014-05-21 12:39       ` Sascha Hauer
2014-05-21 13:24   ` Holger Schurig
2014-05-19 20:59 ` [PATCH 6/6] oftree command: make devicetree file optargs to -l/-s Sascha Hauer

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