This is the mail archive of the ecos-devel@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Tagret Board with two flash chips


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]