From: "Jack Chen" <jyhchyang@jstream.com.tw>
To: <ecos-devel@ecos.sourceware.org>
Subject: Re: Tagret Board with two flash chips
Date: Fri, 13 Oct 2006 07:02:00 -0000 [thread overview]
Message-ID: <004401c6ee95$7aa5ecb0$73a8a8c0@jstream> (raw)
In-Reply-To: <452E2091.3040701@mlbassoc.com>
Hi Gary:
I'm modify
packages\hal\arm\xscale\grg\current\include\hal_platform_extras.h
like follows:
// 16MB Flash (Expansion bus CS0)
.rept 0x510 - 0x500
FL_SECTION_ENTRY __base,0,3,0,0,1,0
.set __base,__base+1
.endr
// 16MB Flash (Expansion bus CS1)
.rept 0x520 - 0x510
FL_SECTION_ENTRY __base,0,3,0,0,1,0
.set __base,__base+1
.endr
// Rest of Expansion bus (CS2-CS7)
.rept 0x600 - 0x520
FL_SECTION_ENTRY __base,0,3,0,0,0,0
.set __base,__base+1
.endr
The console display:
+$T0a0f:0000904c;0d:0000b2c8;#a8
Bets Regards
Jack
next prev parent reply other threads:[~2006-10-13 7:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-12 6:41 Jack Chen
2006-10-12 11:01 ` Gary Thomas
2006-10-13 7:02 ` Jack Chen [this message]
2006-10-13 7:12 ` Andrew Lunn
-- strict thread matches above, loose matches on Subject: below --
2006-10-11 12:06 Jack Chen
2006-10-11 12:14 ` Gary Thomas
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='004401c6ee95$7aa5ecb0$73a8a8c0@jstream' \
--to=jyhchyang@jstream.com.tw \
--cc=ecos-devel@ecos.sourceware.org \
/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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).