From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Wed, 8 Oct 2008 22:19:04 -0400 Subject: [U-Boot] Pull request: u-boot-fdt Message-ID: <20081009021904.GA25902@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 u-boot-fdt. These are bugfixes from dtc/libfdt project and Sefan's "force" override for the fdt /chosen node. Thanks, gvb The following changes since commit 8fd4166c467a46773f80208bda1ec3b4757747bc: Stefan Roese (1): ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup are available in the git repository at: git://git.denx.de/u-boot-fdt.git master David Gibson (2): libfdt: Fix bugs in fdt_get_path() libfdt: Add function to explicitly expand aliases Gerald Van Baren (1): libfdt: Fix error in documentation for fdt_get_alias_namelen() Jon Loeliger (1): Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3. Stefan Roese (1): fdt: Overwrite /chosen node in bootm if it already exists in the dtb include/libfdt.h | 28 +++++++++++++++++++++++++++- lib_ppc/bootm.c | 2 +- libfdt/fdt.c | 2 +- libfdt/fdt_ro.c | 49 ++++++++++++++++++++++++++++++------------------- 4 files changed, 59 insertions(+), 22 deletions(-)