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