From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Sat, 31 Mar 2007 13:43:41 -0400 Subject: [U-Boot-Users] (Try 2) Please pull branch fdt-cmd from u-boot-fdt.git Message-ID: <20070331174341.GA26946@dellserver.lan> 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 "fdt-cmd" branch at git://cideas.us/pub/scm/u-boot/u-boot-fdt.git fdt-cmd currently broken, someday fixed: git://denx.de/git/u-boot-fdt.git fdt-cmd I've resplit the patches and emailed them to the u-boot list. This change is only the starting point. :-) I've only done the mpc8360/mpc8360emds board. Some fairly small changes need to be done to the other mpc8xxx family CPU and board subdirectories to allow them to use the libfdt/fdt command. To see what needs adapting, see: cpu/mpc83xx/cpu.c | 102 +++++- board/mpc8360emds/pci.c | 20 + Note that I've created a new CONFIG_OF_LIBFDT that is intended to ultimately supplant CONFIG_OF_FLAT_TREE. Use one or the other: new way CONFIG_OF_LIBFDT or old way CONFIG_OF_FLAT_TREE. Obviously, the only way to get the new fdt command is to use CONFIG_OF_LIBFDT. Best regards, gvb