From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Wed, 02 Apr 2008 11:28:26 -0400 Subject: [U-Boot-Users] Pull request u-boot-fdt.git / FDT bugfix patches In-Reply-To: <47F2CAFC.8070904@gmail.com> References: <47F2CAFC.8070904@gmail.com> Message-ID: <47F3A61A.9070003@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 Jerry Van Baren wrote: > Dear Wolfgang, > > On the FDT front, we have twoTHREE outstanding bugfix patches: I confirmed my error, the notation is indeed 32 bit cells per the DTC documentation (and his other changes are valuable improvements). As a result, I've added Andy's patch to my queued-to-pull list. Thanks, gvb The following changes since commit 3596d55eb22703d3f4f1b839fe4b000fabe081b3: Gerald Van Baren (1): Merge git://www.denx.de/git/u-boot into uboot are available in the git repository at: git://git.denx.de/u-boot-fdt.git master Andy Fleming (1): Fix fdt set command to conform to dts spec Jean-Christophe PLAGNIOL-VILLARD (1): MPC8xx: Fix libfdt support introduced in commit 77ff7b74 Kim Phillips (1): remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code README | 13 ----- common/cmd_fdt.c | 137 +++++++++++++++++++++++++-------------------------- common/ft_build.c | 113 ------------------------------------------ cpu/mpc8xx/Makefile | 33 +++++++++---- lib_ppc/bootm.c | 12 ----- 5 files changed, 90 insertions(+), 218 deletions(-)