From: Jerry Van Baren <hidden> Date: 2007-03-17 17:03:39
Hi David, Jon,
Here is another fairly trivial patch for dtc. It adds -h to get the
usage message. It adds -q (-qq/-qqq) to suppress warnings/errors.
It removes the -R option which is advertised but does nothing useful.
Best regards,
gvb
From: David Gibson <hidden> Date: 2007-03-17 23:13:37
On Sat, Mar 17, 2007 at 01:03:37PM -0400, Jerry Van Baren wrote:
Hi David, Jon,
Here is another fairly trivial patch for dtc. It adds -h to get the
usage message. It adds -q (-qq/-qqq) to suppress warnings/errors.
It removes the -R option which is advertised but does nothing
useful.
NAK. -R does do something that I believe is useful.
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
From: Jerry Van Baren <hidden> Date: 2007-03-18 00:35:49
David Gibson wrote:
On Sat, Mar 17, 2007 at 01:03:37PM -0400, Jerry Van Baren wrote:
quoted
Hi David, Jon,
Here is another fairly trivial patch for dtc. It adds -h to get the
usage message. It adds -q (-qq/-qqq) to suppress warnings/errors.
It removes the -R option which is advertised but does nothing
useful.
NAK. -R does do something that I believe is useful.
Hi David,
-R sets a local variable reservenum to the specified value. Nobody uses
reservenum, hence my conclusion that it does nothing useful.
Best regards,
gvb
From: David Gibson <hidden> Date: 2007-03-18 01:51:26
On Sat, Mar 17, 2007 at 08:35:47PM -0400, Jerry Van Baren wrote:
David Gibson wrote:
quoted
On Sat, Mar 17, 2007 at 01:03:37PM -0400, Jerry Van Baren wrote:
quoted
Hi David, Jon,
Here is another fairly trivial patch for dtc. It adds -h to get the
usage message. It adds -q (-qq/-qqq) to suppress warnings/errors.
It removes the -R option which is advertised but does nothing
useful.
NAK. -R does do something that I believe is useful.
Hi David,
-R sets a local variable reservenum to the specified value. Nobody uses
reservenum, hence my conclusion that it does nothing useful.
Oops, looks like -R got broken when /memreserve/ was implemented.
It's supposed to add extra, empty, entries into the reserve map for
the benefit of dumb bootloaders that want to add reserve entries
without having to rearrange the blob.
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
From: Jerry Van Baren <hidden> Date: 2007-03-18 20:49:29
David Gibson wrote:
On Sat, Mar 17, 2007 at 01:03:37PM -0400, Jerry Van Baren wrote:
quoted
Hi David, Jon,
Here is another fairly trivial patch for dtc. It adds -h to get the
usage message. It adds -q (-qq/-qqq) to suppress warnings/errors.
It removes the -R option which is advertised but does nothing
useful.
NAK. -R does do something that I believe is useful.
Hi David, Jon,
I was just seeing if I could get a rise out of you. It worked. ;-)
Attached is a respin of my previous two patches: it adds the -h and -q
options and #defines the default version but does _not_ delete the -R
option (left as an exercise for the reader to make it useful :-).
Best regards,
gvb