From: Jon Diekema <jon.diekema@smiths-aerospace.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] CFG_CMD_.... configuration space running out!!
Date: Wed, 17 Dec 2003 21:07:36 -0500 [thread overview]
Message-ID: <1071713256.2552.10.camel@smoke.cideas.com> (raw)
In-Reply-To: <3FE0E1DF.208@tait.co.nz>
On Thu, 2003-12-18 at 07:08, Robin Gilks wrote:
> test syntax as per binary integer comparisons with the option of a unary
> indirection operator on either expression.
> eg. 'test *40000 -eq 12345678'
> checks location 40000 for the value 12345678. I've only implemented 32
> bit word indirection - does anyone think it useful to provide half-word
> and byte as well - in which case what should the syntax look like?
How about using something similar to what the i2c commands use?
<addr>.4 4 byte addr
<addr>.2 2 byte addr
<addr>.1 1 byte addr
or maybe
<addr>.l 4 byte addr
<addr>.w 2 byte addr
<addr>.b 1 byte addr
If .<byte-size> isn't specified, then default to the .4 or .l
address size.
Potential examples:
test *40000.4 -eq 12345678
test *40000 -eq 12345678
test *40000.2 -eq 1234
test *40000.1 -eq 12
******************************************
The information contained in, or attached to, this e-mail, may contain confidential information and is intended solely for the use of the individual or entity to whom they are addressed and may be subject to legal privilege. If you have received this e-mail in error you should notify the sender immediately by reply e-mail, delete the message from your system and notify your system manager. Please do not copy it for any purpose, or disclose its contents to any other person. The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company. The recipient should check this e-mail and any attachments for the presence of viruses. The company accepts no liability for any damage caused, directly or indirectly, by any virus transmitted in this email.
******************************************
next prev parent reply other threads:[~2003-12-18 2:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-17 23:08 [U-Boot-Users] CFG_CMD_.... configuration space running out!! Robin Gilks
2003-12-18 2:07 ` Jon Diekema [this message]
2003-12-18 4:20 ` Robin Gilks
2003-12-19 20:49 ` Wolfgang Denk
2004-01-04 22:21 ` Robin Gilks
2004-01-04 23:03 ` Wolfgang Denk
2003-12-19 20:46 ` 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=1071713256.2552.10.camel@smoke.cideas.com \
--to=jon.diekema@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.