Changeset 101 for trunk/Softwares/Common/ldscript
- Timestamp:
- Jan 15, 2009, 6:19:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Softwares/Common/ldscript/or32.ld
r88 r101 6 6 7 7 /* 8 * Memory Mapping 8 * Memory Mapping : cf ${MORPHEO_TOPLEVEL}/IPs/systemC/shared/mapping_memory.h 9 9 */ 10 10 … … 13 13 iram : ORIGIN = 0x00000000, LENGTH = 0x01000000 14 14 dram : ORIGIN = 0x10000000, LENGTH = 0x10000000 15 dram_unc : ORIGIN = 0x 40000000, LENGTH = 0x0100000015 dram_unc : ORIGIN = 0x80000000, LENGTH = 0x01000000 16 16 } 17 17 … … 20 20 * grows down. 21 21 */ 22 PROVIDE (_stack = 0x52000000 - 4); 23 PROVIDE (__stack = 0x52000000 - 4); 22 PROVIDE (_stack = 0x42000000 - 4); 24 23 PROVIDE (_stack_alloc = 0x00500000 ); 25 24 PROVIDE (_tty = 0xa0000000 ); 25 PROVIDE (_ramlock = 0xb0000000 ); 26 PROVIDE (_sim2os = 0xc0000000 ); 26 27 27 28 SECTIONS
Note: See TracChangeset
for help on using the changeset viewer.