summaryrefslogtreecommitdiffstats
path: root/sys/boot/alpha/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/alpha/Makefile.inc')
-rw-r--r--sys/boot/alpha/Makefile.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/boot/alpha/Makefile.inc b/sys/boot/alpha/Makefile.inc
new file mode 100644
index 0000000..f041076
--- /dev/null
+++ b/sys/boot/alpha/Makefile.inc
@@ -0,0 +1,6 @@
+# Options used when building app-specific libalpha components
+PRIMARY_LOAD_ADDRESS= 20000000 # "Region 1 start"
+SECONDARY_LOAD_ADDRESS= 2000c000 # "Region 1 start" + 48k
+HEAP_LIMIT= 20040000 # "Region 1 start" + 256k
+
+BINDIR= /usr/mdec
OpenPOWER on IntegriCloud