diff --git a/c/src/lib/libbsp/arm/lpc24xx/ChangeLog b/c/src/lib/libbsp/arm/lpc24xx/ChangeLog index a2e329666d..d85427c435 100644 --- a/c/src/lib/libbsp/arm/lpc24xx/ChangeLog +++ b/c/src/lib/libbsp/arm/lpc24xx/ChangeLog @@ -1,3 +1,9 @@ +2009-08-06 Sebastian Huber + + * startup/linkcmds, startup/linkcmds.lpc2478, + startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: + Fixed dummy entries. + 2009-07-16 Sebastian Huber * startup/linkcmds, startup/linkcmds.lpc2478, 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 }