aboutsummaryrefslogtreecommitdiffstats
path: root/x-loader/board/overo/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'x-loader/board/overo/config.mk')
m---------x-loader0
-rw-r--r--x-loader/board/overo/config.mk20
2 files changed, 20 insertions, 0 deletions
diff --git a/x-loader b/x-loader
deleted file mode 160000
-Subproject 1c9276af4d6a5b7014a7630a1abeddf3b317756
diff --git a/x-loader/board/overo/config.mk b/x-loader/board/overo/config.mk
new file mode 100644
index 0000000..28e354f
--- /dev/null
+++ b/x-loader/board/overo/config.mk
@@ -0,0 +1,20 @@
+#
+# (C) Copyright 2006
+# Texas Instruments, <www.ti.com>
+#
+# Overo board uses TI OMAP35xx (ARM-CortexA8) cpu
+# see http://www.ti.com/ for more information on Texas Instruments
+#
+# Overo has 1 bank of 128MB mPOP-SDRAM on CS0
+# Physical Address:
+# 8000'0000 (bank0)
+
+# For use if you want X-Loader to relocate from SRAM to DDR
+TEXT_BASE = 0x80e80000
+
+# For XIP in 64K of SRAM or debug (GP device has it all availabe)
+# SRAM 40200000-4020FFFF base
+# initial stack at 0x4020fffc used in s_init (below xloader).
+# The run time stack is (above xloader, 2k below)
+# If any globals exist there needs to be room for them also
+#TEXT_BASE = 0x40200800