This is the mail archive of the ecos-discuss@sources.redhat.com 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: ARM's Exception vector location


On Tue, Nov 19, 2002 at 06:00:42PM +0800, AL Chane wrote:

>       ARM's "vectors.s" defines those exception vectors
> (reset, Undefined instructions, software interrupt,....IRQ, FIQ)
> from 0x00, 0x04.....0x1C. But I have an ARM board its address
> from 0x00 to 0x80000 are reserved for boot area. I wonder if I can
> relocate those exception vectors in vectors.s to other memory area?

No.  Those locations are hard-wired in the silicon.

> Are ARM exception vectors relocatable?

Nope.

-- 
Grant Edwards
grante@visi.com

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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