[PATCH] devicetree command changes

Sascha Hauer s.hauer at pengutronix.de
Mon May 19 13:59:38 PDT 2014


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



More information about the barebox mailing list