]> sourceware.org Git - newlib-cygwin.git/blobdiff - libgloss/arc/emsdp1.1.ld
arc: libgloss: Add support of EM SDP board
[newlib-cygwin.git] / libgloss / arc / emsdp1.1.ld
diff --git a/libgloss/arc/emsdp1.1.ld b/libgloss/arc/emsdp1.1.ld
new file mode 100644 (file)
index 0000000..c50ba06
--- /dev/null
@@ -0,0 +1,15 @@
+/* Memory map for ARC EM Software Development Platform 1.0 and 1.1 */
+
+MEMORY
+{
+    PSRAM : ORIGIN = 0x10000000, LENGTH =  16M
+    ICCM0 : ORIGIN = 0x60000000, LENGTH = 128K
+    DCCM  : ORIGIN = 0x80000000, LENGTH = 128K
+}
+
+REGION_ALIAS("startup", ICCM0)
+REGION_ALIAS("text", ICCM0)
+REGION_ALIAS("data", DCCM)
+REGION_ALIAS("sdata", DCCM)
+
+INCLUDE arcv2elf-common.ld
This page took 0.026727 seconds and 5 git commands to generate.