From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Tue, 10 Jul 2007 09:26:13 -0400 Subject: [U-Boot-Users] [FIX] FDT bug - MPC83xx In-Reply-To: <2927.5445-20943-1028852284-1184069606@seznam.cz> References: <2927.5445-20943-1028852284-1184069606@seznam.cz> Message-ID: <469388F5.7080208@smiths-aerospace.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Michal Simek wrote: > Hi, > thanks for explanation. > Do you have any documentation about FDT? I would like to test it. > I have proprietary board with MPC8343 like a testing platform and if > is useful for Microblaze, I will try to port it. > > Best regards, > Michal Documentation? We don't need no steeenkin' documentation! I'm NOT a fdt expert. I simply stood on the experts' shoulders. To be specific, I took David Gibson's libfdt interface library and created a "fdt" command on top of that. As part of that, I adapted some board, etc, munging that was done as part of the "bootm" command to use David's libfdt as well, instead of the older set of utilities (the older utility routines have a kinda funky interface). If you look at the custodians' page you will see a pointer to my Work In Progress page I've just added a background section that is a lot of jump-off links for more information. Note that it's a wiki -- please add improvements! gvb