From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Tue, 8 Jan 2008 11:48:31 -0500 Subject: [U-Boot-Users] Pull request: u-boot-fdt.git Message-ID: <20080108164831.GA32614@cideas.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 Wolfgang: Please pull from the master branch at git://denx.de/git/u-boot-fdt.git Thanks, gvb The following changes since commit 74ac5facb988fc488a707db228b177ead63a6541: Wolfgang Denk (1): Merge branch 'inka4x0-ng' of /home/m8/git/u-boot/ are available in the git repository at: git://www.denx.de/git/u-boot-fdt.git master David Gibson (2): libfdt: Add more documentation (patch the sixth) libfdt: Add more documentation (patch the seventh) Gerald Van Baren (5): Support setting FDT properties with optional values. Improve the FDT help message. Fine grained per property /chosen updating. LIBFDT: use memmove() instead of memcpy() Fix a whitespace error. Matthias Fuchs (1): Add fdt_find_and_setprop() to fdt_support.h common/cmd_fdt.c | 26 ++-- common/fdt_support.c | 73 ++++++----- include/fdt_support.h | 2 + include/libfdt.h | 323 +++++++++++++++++++++++++++++++++++++++++++++++++ libfdt/fdt_rw.c | 6 +- 5 files changed, 380 insertions(+), 50 deletions(-)