summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/gen5200/start/linkcmds.pm520_cr825
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/gen5200/start/linkcmds.pm520_cr825')
-rw-r--r--bsps/powerpc/gen5200/start/linkcmds.pm520_cr82515
1 files changed, 15 insertions, 0 deletions
diff --git a/bsps/powerpc/gen5200/start/linkcmds.pm520_cr825 b/bsps/powerpc/gen5200/start/linkcmds.pm520_cr825
new file mode 100644
index 0000000000..49d596b577
--- /dev/null
+++ b/bsps/powerpc/gen5200/start/linkcmds.pm520_cr825
@@ -0,0 +1,15 @@
+/**
+ * @file
+ *
+ * Linker command file for the MicroSys PM520 board.
+ */
+
+MEMORY {
+ /* For the 4k adjustment see cpuinit.c */
+ RAM : ORIGIN = 0x0, LENGTH = 64M - 4k
+ ROM : ORIGIN = 0xffe00000, LENGTH = 2M
+ REGS : ORIGIN = 0xf0000000, LENGTH = 64k
+ DPRAM : ORIGIN = 0xff000000, LENGTH = 1k
+}
+
+INCLUDE linkcmds.gen5200_base