[U-Boot] [fdt] Pull request

Jerry Van Baren gvb.uboot at gmail.com
Tue Oct 23 03:16:10 CEST 2012


Dear Tom,

The following changes since commit bcf28c23f2195a91e0713337934f630a9c7bc5a9:

  ARM : Remove unused CONFIG_DRIVER_SMC91111, CONFIG_DRIVER_LAN91C96
(2012-10-22 08:33:52 -0700)

are available in the git repository at:

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

for you to fetch changes up to cae4a8a2a81ca6cd16d5de1b55d47e315cbff05a:

  Merge branch 'next' (2012-10-22 20:42:09 -0400)

----------------------------------------------------------------

David Gibson (1):
      libfdt: Add helpers for 64-bit integer properties

Gerald Van Baren (2):
      libfdt: Add helper function to create a trivial, empty tree
      Merge branch 'next'

Joe Hershberger (5):
      fdt: Check error codes returned from fdtlib when loading ITB
      fdt: Limit printed hex in fdt print and list commands
      fdt: Add get commands to fdt
      fdt: Identify scripts in ITBs as printable strings
      fdt: Check for a token to skip auto-hash validation

Minghuan Lian (1):
      libfdt: Add support for appending the values to a existing property

 common/cmd_fdt.c            |  186 ++++++++++++++++++++++++++---
 common/image.c              |   46 ++++++++
 include/image.h             |    4 +
 include/libfdt.h            |  275
++++++++++++++++++++++++++++++++++++++++---
 lib/libfdt/Makefile         |    2 +-
 lib/libfdt/fdt_empty_tree.c |   84 +++++++++++++
 lib/libfdt/fdt_rw.c         |   27 +++++
 7 files changed, 592 insertions(+), 32 deletions(-)
 create mode 100644 lib/libfdt/fdt_empty_tree.c


More information about the U-Boot mailing list