From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Mon, 22 Oct 2012 21:16:10 -0400 Subject: [U-Boot] [fdt] Pull request Message-ID: <5085EFDA.6020605@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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