From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Fri, 10 May 2013 19:21:46 -0400 Subject: [U-Boot] Pull request: u-boot-fdt Message-ID: <518D810A.4000707@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 2988eac70ead3720f9ec85a239cd06b2f7246683: Merge branch 'patman' of git://git.denx.de/u-boot-x86 (2013-05-10 08:16:34 -0400) are available in the git repository at: git://git.denx.de/u-boot-fdt.git master for you to fetch changes up to bbd0f7e3ba66d288a2f146f1c7797801e04598ae: Move FDT_RAMDISK_OVERHEAD from fdt.h to libfdt_env.h (2013-05-10 19:04:50 -0400) Per my email and consensus, I have *not* included Simon's patch libfdt: Add fdt_next_subnode() to permit easy subnode iteration which Tom has or will apply as part of Simon's full sandbox patchset. Thanks, gvb ---------------------------------------------------------------- Fran?ois Revol (1): Fix typo Gerald Van Baren (1): Move FDT_RAMDISK_OVERHEAD from fdt.h to libfdt_env.h Justin Sobota (1): Added license header to dtc/libfdt/fdt.h and libfdt_env.h Simon Glass (1): Export fdt_stringlist_contains() include/fdt.h | 53 ++++++++++++++++++++++++++++++++++++++++++++++++-- include/libfdt.h | 16 ++++++++++++++- include/libfdt_env.h | 3 +++ lib/libfdt/fdt_ro.c | 5 ++--- 4 files changed, 71 insertions(+), 6 deletions(-)