summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc24xx/startup
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2009-08-08 02:40:22 +0000
committerChris Johns <chrisj@rtems.org>2009-08-08 02:40:22 +0000
commitbdceecd26254285f18fe9580ef391fff2b50aaaa (patch)
treed1ffc83f3c93e599c1aa6117c75b9f51ddae1f77 /c/src/lib/libbsp/arm/lpc24xx/startup
parent2009-08-07 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-bdceecd26254285f18fe9580ef391fff2b50aaaa.tar.bz2
2009-08-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
* startup/linkcmds, startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: Fixed dummy entries.
Diffstat (limited to 'c/src/lib/libbsp/arm/lpc24xx/startup')
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds26
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds.lpc247826
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds.lpc2478_ncs26
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds.lpc2478_ncs_ram26
4 files changed, 52 insertions, 52 deletions
diff --git a/c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds b/c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds
index 90f96434d0..165c9bca22 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds
+++ b/c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds
@@ -11,19 +11,19 @@
*/
MEMORY {
- REGION_START (AIW) : ORIGIN = 0x10000000, LENGTH = 0x10000000
- REGION_VECTOR (AIW) : ORIGIN = 0x20000000, LENGTH = 0x10000000
- REGION_TEXT (AIW) : ORIGIN = 0x30000000, LENGTH = 0x10000000
- REGION_TEXT_LOAD (AIW) : ORIGIN = 0x40000000, LENGTH = 0x10000000
- REGION_RODATA (AIW) : ORIGIN = 0x50000000, LENGTH = 0x10000000
- REGION_RODATA_LOAD (AIW) : ORIGIN = 0x60000000, LENGTH = 0x10000000
- REGION_DATA (AIW) : ORIGIN = 0x70000000, LENGTH = 0x10000000
- REGION_DATA_LOAD (AIW) : ORIGIN = 0x80000000, LENGTH = 0x10000000
- REGION_FAST (AIW) : ORIGIN = 0x90000000, LENGTH = 0x10000000
- REGION_FAST_LOAD (AIW) : ORIGIN = 0xa0000000, LENGTH = 0x10000000
- REGION_BSS (AIW) : ORIGIN = 0xb0000000, LENGTH = 0x10000000
- REGION_WORK (AIW) : ORIGIN = 0xc0000000, LENGTH = 0x10000000
- REGION_STACK (AIW) : ORIGIN = 0xd0000000, LENGTH = 0x10000000
+ REGION_START (AIW) : ORIGIN = 0x100000, LENGTH = 0x100000
+ REGION_VECTOR (AIW) : ORIGIN = 0x200000, LENGTH = 0x100000
+ REGION_TEXT (AIW) : ORIGIN = 0x300000, LENGTH = 0x100000
+ REGION_TEXT_LOAD (AIW) : ORIGIN = 0x400000, LENGTH = 0x100000
+ REGION_RODATA (AIW) : ORIGIN = 0x500000, LENGTH = 0x100000
+ REGION_RODATA_LOAD (AIW) : ORIGIN = 0x600000, LENGTH = 0x100000
+ REGION_DATA (AIW) : ORIGIN = 0x700000, LENGTH = 0x100000
+ REGION_DATA_LOAD (AIW) : ORIGIN = 0x800000, LENGTH = 0x100000
+ REGION_FAST (AIW) : ORIGIN = 0x900000, LENGTH = 0x100000
+ REGION_FAST_LOAD (AIW) : ORIGIN = 0xa00000, LENGTH = 0x100000
+ REGION_BSS (AIW) : ORIGIN = 0xb00000, LENGTH = 0x100000
+ REGION_WORK (AIW) : ORIGIN = 0xc00000, LENGTH = 0x100000
+ REGION_STACK (AIW) : ORIGIN = 0xd00000, LENGTH = 0x100000
NIRVANA : ORIGIN = 0, LENGTH = 0
}
diff --git a/c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds.lpc2478 b/c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds.lpc2478
index e6bb81c46d..568c29ecb5 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds.lpc2478
+++ b/c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds.lpc2478
@@ -11,19 +11,19 @@
*/
MEMORY {
- REGION_START (AIW) : ORIGIN = 0x10000000, LENGTH = 0x10000000
- REGION_VECTOR (AIW) : ORIGIN = 0x20000000, LENGTH = 0x10000000
- REGION_TEXT (AIW) : ORIGIN = 0x30000000, LENGTH = 0x10000000
- REGION_TEXT_LOAD (AIW) : ORIGIN = 0x40000000, LENGTH = 0x10000000
- REGION_RODATA (AIW) : ORIGIN = 0x50000000, LENGTH = 0x10000000
- REGION_RODATA_LOAD (AIW) : ORIGIN = 0x60000000, LENGTH = 0x10000000
- REGION_DATA (AIW) : ORIGIN = 0x70000000, LENGTH = 0x10000000
- REGION_DATA_LOAD (AIW) : ORIGIN = 0x80000000, LENGTH = 0x10000000
- REGION_FAST (AIW) : ORIGIN = 0x90000000, LENGTH = 0x10000000
- REGION_FAST_LOAD (AIW) : ORIGIN = 0xa0000000, LENGTH = 0x10000000
- REGION_BSS (AIW) : ORIGIN = 0xb0000000, LENGTH = 0x10000000
- REGION_WORK (AIW) : ORIGIN = 0xc0000000, LENGTH = 0x10000000
- REGION_STACK (AIW) : ORIGIN = 0xd0000000, LENGTH = 0x10000000
+ REGION_START (AIW) : ORIGIN = 0x100000, LENGTH = 0x100000
+ REGION_VECTOR (AIW) : ORIGIN = 0x200000, LENGTH = 0x100000
+ REGION_TEXT (AIW) : ORIGIN = 0x300000, LENGTH = 0x100000
+ REGION_TEXT_LOAD (AIW) : ORIGIN = 0x400000, LENGTH = 0x100000
+ REGION_RODATA (AIW) : ORIGIN = 0x500000, LENGTH = 0x100000
+ REGION_RODATA_LOAD (AIW) : ORIGIN = 0x600000, LENGTH = 0x100000
+ REGION_DATA (AIW) : ORIGIN = 0x700000, LENGTH = 0x100000
+ REGION_DATA_LOAD (AIW) : ORIGIN = 0x800000, LENGTH = 0x100000
+ REGION_FAST (AIW) : ORIGIN = 0x900000, LENGTH = 0x100000
+ REGION_FAST_LOAD (AIW) : ORIGIN = 0xa00000, LENGTH = 0x100000
+ REGION_BSS (AIW) : ORIGIN = 0xb00000, LENGTH = 0x100000
+ REGION_WORK (AIW) : ORIGIN = 0xc00000, LENGTH = 0x100000
+ REGION_STACK (AIW) : ORIGIN = 0xd00000, LENGTH = 0x100000
NIRVANA : ORIGIN = 0, LENGTH = 0
}
diff --git a/c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds.lpc2478_ncs b/c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds.lpc2478_ncs
index 8ab87608f9..41b7a3c41f 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds.lpc2478_ncs
+++ b/c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds.lpc2478_ncs
@@ -11,19 +11,19 @@
*/
MEMORY {
- REGION_START (AIW) : ORIGIN = 0x10000000, LENGTH = 0x10000000
- REGION_VECTOR (AIW) : ORIGIN = 0x20000000, LENGTH = 0x10000000
- REGION_TEXT (AIW) : ORIGIN = 0x30000000, LENGTH = 0x10000000
- REGION_TEXT_LOAD (AIW) : ORIGIN = 0x40000000, LENGTH = 0x10000000
- REGION_RODATA (AIW) : ORIGIN = 0x50000000, LENGTH = 0x10000000
- REGION_RODATA_LOAD (AIW) : ORIGIN = 0x60000000, LENGTH = 0x10000000
- REGION_DATA (AIW) : ORIGIN = 0x70000000, LENGTH = 0x10000000
- REGION_DATA_LOAD (AIW) : ORIGIN = 0x80000000, LENGTH = 0x10000000
- REGION_FAST (AIW) : ORIGIN = 0x90000000, LENGTH = 0x10000000
- REGION_FAST_LOAD (AIW) : ORIGIN = 0xa0000000, LENGTH = 0x10000000
- REGION_BSS (AIW) : ORIGIN = 0xb0000000, LENGTH = 0x10000000
- REGION_WORK (AIW) : ORIGIN = 0xc0000000, LENGTH = 0x10000000
- REGION_STACK (AIW) : ORIGIN = 0xd0000000, LENGTH = 0x10000000
+ REGION_START (AIW) : ORIGIN = 0x100000, LENGTH = 0x100000
+ REGION_VECTOR (AIW) : ORIGIN = 0x200000, LENGTH = 0x100000
+ REGION_TEXT (AIW) : ORIGIN = 0x300000, LENGTH = 0x100000
+ REGION_TEXT_LOAD (AIW) : ORIGIN = 0x400000, LENGTH = 0x100000
+ REGION_RODATA (AIW) : ORIGIN = 0x500000, LENGTH = 0x100000
+ REGION_RODATA_LOAD (AIW) : ORIGIN = 0x600000, LENGTH = 0x100000
+ REGION_DATA (AIW) : ORIGIN = 0x700000, LENGTH = 0x100000
+ REGION_DATA_LOAD (AIW) : ORIGIN = 0x800000, LENGTH = 0x100000
+ REGION_FAST (AIW) : ORIGIN = 0x900000, LENGTH = 0x100000
+ REGION_FAST_LOAD (AIW) : ORIGIN = 0xa00000, LENGTH = 0x100000
+ REGION_BSS (AIW) : ORIGIN = 0xb00000, LENGTH = 0x100000
+ REGION_WORK (AIW) : ORIGIN = 0xc00000, LENGTH = 0x100000
+ REGION_STACK (AIW) : ORIGIN = 0xd00000, LENGTH = 0x100000
NIRVANA : ORIGIN = 0, LENGTH = 0
}
diff --git a/c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds.lpc2478_ncs_ram b/c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds.lpc2478_ncs_ram
index 6d5d3b3b02..31351b23d4 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds.lpc2478_ncs_ram
+++ b/c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds.lpc2478_ncs_ram
@@ -11,19 +11,19 @@
*/
MEMORY {
- REGION_START (AIW) : ORIGIN = 0x10000000, LENGTH = 0x10000000
- REGION_VECTOR (AIW) : ORIGIN = 0x20000000, LENGTH = 0x10000000
- REGION_TEXT (AIW) : ORIGIN = 0x30000000, LENGTH = 0x10000000
- REGION_TEXT_LOAD (AIW) : ORIGIN = 0x40000000, LENGTH = 0x10000000
- REGION_RODATA (AIW) : ORIGIN = 0x50000000, LENGTH = 0x10000000
- REGION_RODATA_LOAD (AIW) : ORIGIN = 0x60000000, LENGTH = 0x10000000
- REGION_DATA (AIW) : ORIGIN = 0x70000000, LENGTH = 0x10000000
- REGION_DATA_LOAD (AIW) : ORIGIN = 0x80000000, LENGTH = 0x10000000
- REGION_FAST (AIW) : ORIGIN = 0x90000000, LENGTH = 0x10000000
- REGION_FAST_LOAD (AIW) : ORIGIN = 0xa0000000, LENGTH = 0x10000000
- REGION_BSS (AIW) : ORIGIN = 0xb0000000, LENGTH = 0x10000000
- REGION_WORK (AIW) : ORIGIN = 0xc0000000, LENGTH = 0x10000000
- REGION_STACK (AIW) : ORIGIN = 0xd0000000, LENGTH = 0x10000000
+ REGION_START (AIW) : ORIGIN = 0x100000, LENGTH = 0x100000
+ REGION_VECTOR (AIW) : ORIGIN = 0x200000, LENGTH = 0x100000
+ REGION_TEXT (AIW) : ORIGIN = 0x300000, LENGTH = 0x100000
+ REGION_TEXT_LOAD (AIW) : ORIGIN = 0x400000, LENGTH = 0x100000
+ REGION_RODATA (AIW) : ORIGIN = 0x500000, LENGTH = 0x100000
+ REGION_RODATA_LOAD (AIW) : ORIGIN = 0x600000, LENGTH = 0x100000
+ REGION_DATA (AIW) : ORIGIN = 0x700000, LENGTH = 0x100000
+ REGION_DATA_LOAD (AIW) : ORIGIN = 0x800000, LENGTH = 0x100000
+ REGION_FAST (AIW) : ORIGIN = 0x900000, LENGTH = 0x100000
+ REGION_FAST_LOAD (AIW) : ORIGIN = 0xa00000, LENGTH = 0x100000
+ REGION_BSS (AIW) : ORIGIN = 0xb00000, LENGTH = 0x100000
+ REGION_WORK (AIW) : ORIGIN = 0xc00000, LENGTH = 0x100000
+ REGION_STACK (AIW) : ORIGIN = 0xd00000, LENGTH = 0x100000
NIRVANA : ORIGIN = 0, LENGTH = 0
}