From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Tue, 8 Jan 2008 15:23:46 -0500 Subject: [U-Boot-Users] Pull request: u-boot-fdt.git (v2) Message-ID: <20080108202346.GA4743@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 This is the same pull as I requested a few hours ago, but I fixed my whitespace oops in patch "Fine grained per property /chosen updating." directly rather than creating a whole separate patch. 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 (4): Support setting FDT properties with optional values. Improve the FDT help message. Fine grained per property /chosen updating. LIBFDT: use memmove() instead of memcpy() 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(-)