comparison packages/hal/arm/arch/current/src/vectors.S @ 108:ff3f181b64bd ecos-sw-2000-07-04

Merge from eCos master repository on 2000-07-04-20:42:44-BST
author jlarmour
date Tue, 04 Jul 2000 20:17:21 +0000
parents 95f3e12a6327
children 84e4bde58b26
comparison
equal deleted inserted replaced
107:7f461c3a372c 108:ff3f181b64bd
229 LED 7 229 LED 7
230 230
231 mov r0,#0 // move vectors 231 mov r0,#0 // move vectors
232 // We cannot perform a store until after PLATFORM_SETUP1 232 // We cannot perform a store until after PLATFORM_SETUP1
233 #ifndef CYGPKG_HAL_ARM_EBSA285 // EBSA285 sets the DRAM size above 233 #ifndef CYGPKG_HAL_ARM_EBSA285 // EBSA285 sets the DRAM size above
234 #ifndef CYGPKG_HAL_ARM_SA11X0 // SA11x0 also uses this
234 ldr r1,=hal_dram_size 235 ldr r1,=hal_dram_size
235 str r0, [r1] // DRAM size to zero => unknown 236 str r0, [r1] // DRAM size to zero => unknown
237 #endif
236 #endif 238 #endif
237 239
238 ldr r1,=__exception_handlers 240 ldr r1,=__exception_handlers
239 #ifndef CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 241 #ifndef CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
240 // Wait with this if stubs are included (see further down). 242 // Wait with this if stubs are included (see further down).