From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Date: Fri, 13 Oct 2006 09:37:49 -0500 Subject: [U-Boot-Users] CHANGELOG w/ status update: cmd_of.c, ft_build.c, vsprintf.c, long long print problem In-Reply-To: Your message of "Fri, 13 Oct 2006 09:24:16 EDT." <452F9380.3010505@smiths-aerospace.com> References: <20061013095221.AC2B1353C95@atlas.denx.de> <452F9380.3010505@smiths-aerospace.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de So, like, the other day Jerry Van Baren mumbled: > > OK, now for the rest of the subject line (sorry about that, but they are > all intertwined via our respective git repositories). > > My git repository: > > > Project for this discussion: > Cool. I'll try and track down some time to look at them! > cmd_of.c, ft_build.c > -------------------- > I've created a "of" command that allows you to dump all or part of a > flattened tree. To make the command more usable, I enhanced ft_build.c > to do partial dumps. Thank you. You have saved me/Matthew from doing this. :-) > At the moment, my copy of ft_build.c prints 8 byte entries as a double > word "<%08x %08x>" rather than using 64 bit prints. Hmmm... That might be an OK stop-gap, but I don't think we should count on that long term, of course. > gvb Thanks, jdl