From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josh Boyer Date: Mon, 10 Dec 2007 07:39:55 -0600 Subject: [U-Boot-Users] Moving from arch/ppc to arch/powerpc In-Reply-To: References: Message-ID: <20071210073955.6eabc300@weaponx> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 10 Dec 2007 09:16:41 +0000 "Richard Danter" wrote: > Hi all, > > Very quick question (I hope). I have U-Boot running on a board booting > an arch/ppc kernel. The U-Boot version is pre-DTB. If I want DTB > support in U-Boot, is it just a matter of re-compiling with a newer > version of U-Boot or are there board-specific changes needed (assuming > a DTB-supported CPU in use)? I think Stefan has something started for U-Boot to use DTBs on PPC. I'm not sure what the status of that is. However, you should be able to use an arch/powerpc kernel with the current version of U-Boot you have. The cuImage target for the kernel will build a kernel wrapped with an embedded DTB. josh