comparison packages/hal/arm/iq80310/current/include/hal_platform_setup.h @ 201:dd81b18e45fb

Merge from eCos master repository on 2002-01-04-06:43:04-GMT
author jlarmour
date Fri, 04 Jan 2002 14:13:51 +0000
parents f62680ef1804
children 353a011b23b8
comparison
equal deleted inserted replaced
200:8147f1c99f15 201:dd81b18e45fb
217 // rw, cacheable, non-bufferable 217 // rw, cacheable, non-bufferable
218 FL_SECTION_ENTRY 0x000,0,3,0,0,1,0 218 FL_SECTION_ENTRY 0x000,0,3,0,0,1,0
219 .set __base,__base+1 219 .set __base,__base+1
220 220
221 // Invalid 221 // Invalid
222 .rept 0xF00 - 0xD01 222 .rept 0xE00 - 0xD01
223 .word 0 223 .word 0
224 .set __base,__base+1 224 .set __base,__base+1
225 .endr 225 .endr
226 226
227 // Uncached and unbuffered alias for first 256MB of SDRAM. This
228 // area can be used by device drivers for DMA operations. Buffers
229 // should be cache aligned.
230 .set __base,0xA00
231 .rept 0xF00 - 0xE00
232 FL_SECTION_ENTRY __base,0,3,0,0,0,0
233 .set __base,__base+1
234 .endr
235
227 // only I/O at 0xFE8xxxxx 236 // only I/O at 0xFE8xxxxx
237 .set __base,0xF00
228 .rept 0x1000 - 0xF00 238 .rept 0x1000 - 0xF00
229 FL_SECTION_ENTRY __base,0,3,0,0,0,0 239 FL_SECTION_ENTRY __base,0,3,0,0,0,0
230 .set __base,__base+1 240 .set __base,__base+1
231 .endr 241 .endr
232 242