This is the mail archive of the ecos-discuss@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: ARM HAL CYGHWR_HAL_ROM_VADDR question


On Sun, Jun 03, 2007 at 11:10:07AM -0400, Mike Sweeney wrote:
> Can someone please explain to me what CYGHWR_HAL_ROM_VADDR is used for
> in the ARM HAL? I see the comment about it in vectors.S but it makes
> no sense to me. It further confuses me because it affects the
> UNMAPPED_PTR macro which is only used when setting up the reset vector
> and not the other exception vectors. Can someone shed some light on
> what problem this solves?

Think about how the system works when at boot time the ROM is at
0x0. Then early in the boot sequence the ROM is remapped to a high
address and RAM is mapped to 0x0. Applications which run in ROM have
to be linked with the high address, but the first part of the boot
code, in particular the reset vector, needs to be linked for 0x0. If i
remember correctl, CYGHWR_HAL_ROM_VADDR is involved in this.

        Andrew

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


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