From: Jerry Van Baren <gerald.vanbaren@ge.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] cmd_fdt.c: fix parse of byte streams and strings
Date: Fri, 11 Sep 2009 12:51:37 -0400 [thread overview]
Message-ID: <4AAA8019.4000108@ge.com> (raw)
In-Reply-To: <A2237340-FD4B-48F1-8EB8-EED1D057D906@freescale.com>
Andy Fleming wrote:
>>
>>> Strings are backwards compatible because the hush parser strips the
>>> quotes so all that that part of Ken's patch does is to extend it to
>>> paste together multiple arguments rather than limiting it to exactly
>>> one argument. The following also produces the original string:
>>> fdt set /ethernet at f00 interrupts "this is" "a string"
>>> I'm more concerned with the [] form because that really is a syntax
>>> change. The original syntax with a single quoted argument will no
>>> longer be parsed if I understand the change (I need to apply the
>>> patch and confirm this):
>>> Old:
>>> fdt set /ethernet at f00 interrupts "[33 2 34 2 36 2]"
>>> becomes
>>> fdt set /ethernet at f00 interrupts [ 33 2 34 2 36 2 ]
>>> Note that the *must* be a space between "[" and "33" and between "2"
>>> and "]" because the "[" and "]" now have to be separate arguments.
>>> This is what Andy did with "<" and ">" with no public outcry, so it
>>> is probably OK.
>>> --------------------------------------------------------------
>>> ==== Does anybody have a problem with this syntax change? ====
>>> --------------------------------------------------------------
>>
>> I'm not thrilled with it... I'd think the code could be made to
>> handle the [, ], <, or > being in the same parameter as one of the
>> numbers.
>
> I agree. Also, I don't think the capability of creating string
> parameters without using quotes is necessary, or necessarily a good
> idea. The goal should be to make the values we pass in reflect the
> syntax of the device tree, itself, as that is what the naive observer
> would attempt. If I required spaces around "<" and ">", then shame on
> me! :)
>
> Andy
I need to try
fdt set /ethernet at f00 interrupts <33 2 34 2 36 2>
to confirm my reading of the code, it could be a limitation in my mental
parsing, not the parsing code.
...and shame on me too if that is the case since I accepted your change.
;-/ If true, fixing it shouldn't be difficult.
I really need to make some time to create automated regression tests. :-/
Best regards,
gvb
next prev parent reply other threads:[~2009-09-11 16:51 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-10 21:41 [U-Boot] [PATCH] cmd_fdt.c: fix parse of byte streams and strings Ken MacLeod
2009-09-11 0:23 ` Jerry Van Baren
2009-09-11 16:16 ` Scott Wood
2009-09-11 16:30 ` Jerry Van Baren
2009-09-11 16:39 ` Scott Wood
2009-09-11 16:45 ` Andy Fleming
2009-09-11 16:51 ` Jerry Van Baren [this message]
2009-09-11 17:50 ` Ken MacLeod
2009-09-11 17:56 ` Scott Wood
2009-09-11 19:35 ` Jerry Van Baren
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=4AAA8019.4000108@ge.com \
--to=gerald.vanbaren@ge.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox