[ECOS] ROMRAM startup on SA1100 platform
Andreas Bürgel
Andreas.Buergel@web.de
Sun Jun 10 13:27:00 GMT 2001
Hi folks,
I have to implement a ROMRAM startup for our custom SA1100 design.
I'm thinking about the following:
Linking the application with the RAM-Linker-script and doing the
following steps in hal_platform_setup.h
- copy .text segment from FLASH_BASE+__stext to PHYS_RAM_BASE+__stext
- copy .data segment from FLASH_BASE+__ram_data_start to
PHYS_RAM_BASE+__ram_data_start
- switch MMU on
- branch to warm_reset (or some other point after MMU start)
Unfortunatly I'm quite unsure what to change in the other files like
vectors.S. Please give me some hints what I've missed and what traps
to avoid.
Thanks in advance.
--
Mit vielen Gruessen
Andreas B"urgel
Andreas.Buergel@web.de
More information about the Ecos-discuss
mailing list