[U-Boot-Users] Pull request: u-boot-fdt.git

Jerry Van Baren gvb.uboot at gmail.com
Wed Mar 19 02:37:11 CET 2008


Dear Wolfgang,

The patches by David I've picked up from dtc and applied to track libfdt.

The patches by Kumar improve the "fdt" command.

All patches were posted previously (prior to the merge window opening).

Thanks,
gvb

The following changes since commit fdeb932b1c8a3b615463995c3452d30ee0b12a33:
   Wolfgang Denk (1):
         Merge branch 'master' of git://www.denx.de/git/u-boot-blackfin

are available in the git repository at:

   git://www.denx.de/git/u-boot-fdt.git master

David Gibson (5):
       libfdt: Add fdt_set_name() function
       libfdt: Add and use a node iteration helper function.
       libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
       libfdt: Trivial cleanup for CHECK_HEADER)
       libfdt: Remove no longer used code from 
fdt_node_offset_by_compatible()

Kumar Gala (2):
       Add sub-commands to fdt
       Fix fdt boardsetup command parsing

  common/cmd_fdt.c         |  113 +++++++++++++++++++-
  include/libfdt.h         |   32 ++++++
  libfdt/fdt.c             |   46 +++++++-
  libfdt/fdt_ro.c          |  277 
++++++++++++++--------------------------------
  libfdt/fdt_rw.c          |   34 +++++-
  libfdt/libfdt_internal.h |    7 +
  6 files changed, 305 insertions(+), 204 deletions(-)




More information about the U-Boot mailing list