From: Jerry Van Baren <gerald.vanbaren@smiths-aerospace.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Update on the fdt command
Date: Wed, 21 Mar 2007 10:08:24 -0400 [thread overview]
Message-ID: <46013C58.2040300@smiths-aerospace.com> (raw)
Hi Wolfgang, et al.,
I'm getting close to having a functional "fdt" command. For a sneak
peek you can look here:
<http://www.cideas.us/cgi-bin/gitweb.cgi?p=u-boot/u-boot-mpc83xx;a=summary>
The new fdt command can be found here:
<http://www.cideas.us/cgi-bin/gitweb.cgi?p=u-boot/u-boot-mpc83xx;a=blob;f=common/cmd_fdt.c;h=8cce35b137f4214a2c6cbab026460b54d72bb6e0;hb=HEAD>
(see line 777 ff. to see the subcommand list). Please critique my
subcommands - it will hurt my feelings, but I'll get over it.
Remaining improvements before it is Ready For Consideration[tm]:
* Implement mknod and the rm node/property subcommands
* Fix up the board-specific OF extensions (primarily PCI-related) to
use libfdt instead of the current ft_build.c routines
* Add/modify a configuration #define to select between the ft_build.c
methodology & support and the new fdt/libfdt methodology & support.
* Remove the auto-OF generation calls from the "bootm" command
- This could be controversial: my proposal is to replace the automagic
generation of the "chosen", "u-boot-env", and "bd_t" nodes
currently done by the "bootm" command with explicit calls to the
new "fdt" command.
My proposal to Wolfgang is that denx.de create a repository for my
changes so I can submit them and ultimately he can pull the changes into
the master repo. The changes to add David Gibson's libfdt to the source
tree will be fairly large (I'm assuming too large to review as an
emailed patch). The changes involving the new "fdt" command are more
manageable, but still will be non-trivial since the new command is 800++
lines.
Best regards,
gvb
next reply other threads:[~2007-03-21 14:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-21 14:08 Jerry Van Baren [this message]
2007-03-21 14:49 ` [U-Boot-Users] Update on the fdt command Wolfgang Denk
2007-03-21 15:15 ` Jerry Van Baren
2007-03-21 16:41 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46013C58.2040300@smiths-aerospace.com \
--to=gerald.vanbaren@smiths-aerospace.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.