From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Sat, 16 Jul 2011 20:58:28 -0400 Subject: [U-Boot] [GIT pull] Please pull u-boot-fdt Message-ID: <4E2233B4.1040800@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 Wolfgang... The following changes since commit 68d4230c3ccce96a72c5b99e48399bf1796fe3c6: Ramneek Mehresh (1): powerpc/85xx: Add default usb mode and phy type to hwconfig are available in the git repository at: git://git.denx.de/u-boot-fdt.git master David A. Long (1): Add uboot "fdt_high" enviroment variable David Gibson (2): Support ePAPR compliant phandle properties libfdt: Implement property iteration functions Gerald Van Baren (1): fdt: introduce fdt_create_phandle() Timur Tabi (2): fdt: introduce fdt_verify_alias_address() and fdt_get_base_address() fdt: add prototype for fdt_increase_size() README | 9 +++ common/fdt_support.c | 107 +++++++++++++++++++++++++++++ common/image.c | 60 +++++++++++++--- include/fdt_support.h | 6 ++ include/libfdt.h | 103 +++++++++++++++++++++++++++ lib/libfdt/fdt.c | 9 +++ lib/libfdt/fdt_ro.c | 156 ++++++++++++++++++++++++++++++----------- lib/libfdt/libfdt_internal.h | 1 + 8 files changed, 398 insertions(+), 53 deletions(-) Thanks! gvb