aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/mv/std-pj4b.mv
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/mv/std-pj4b.mv')
-rw-r--r--sys/arm/mv/std-pj4b.mv12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/arm/mv/std-pj4b.mv b/sys/arm/mv/std-pj4b.mv
new file mode 100644
index 000000000000..a142ef75204e
--- /dev/null
+++ b/sys/arm/mv/std-pj4b.mv
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+files "../mv/files.arm7"
+cpu CPU_MV_PJ4B
+machine arm armv7
+makeoptions CONF_CFLAGS="-march=armv7a"
+
+# This was originally defined as "(KERNBASE-(1024*1024*1024))" but that
+# (in opt_global.h) clashed with the value emitted by genassym which
+# reduces the original macro text to its numeric value. The only way
+# to avoid that is to define it here as the numeric value genassym emits.
+options VM_MAXUSER_ADDRESS="0x80000000"