aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/conf
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <loos@FreeBSD.org>2015-05-04 20:59:23 +0000
committerLuiz Otavio O Souza <loos@FreeBSD.org>2015-05-04 20:59:23 +0000
commit12639584744e8e6e9764bb7887341724105eb1fa (patch)
treee87c7369da2907f1d37a0d6ead6b556ad0728a6d /sys/arm/conf
parent98be38e7fbe133e539245fad095d6fa71b364dbc (diff)
downloadsrc-12639584744e8e6e9764bb7887341724105eb1fa.tar.gz
src-12639584744e8e6e9764bb7887341724105eb1fa.zip
In preparation for the next cycle of official ARM images, add ARM_NEW_PMAP
to supported kernels. This is a temporary solution and should be reverted when ARM_NEW_PMAP is enabled by default.
Notes
Notes: svn path=/head/; revision=282433
Diffstat (limited to 'sys/arm/conf')
-rw-r--r--sys/arm/conf/BEAGLEBONE1
-rw-r--r--sys/arm/conf/PANDABOARD1
-rw-r--r--sys/arm/conf/RPI-B1
-rw-r--r--sys/arm/conf/RPI21
-rw-r--r--sys/arm/conf/ZEDBOARD1
5 files changed, 5 insertions, 0 deletions
diff --git a/sys/arm/conf/BEAGLEBONE b/sys/arm/conf/BEAGLEBONE
index 8234533b87ef..69c4dcfef1dc 100644
--- a/sys/arm/conf/BEAGLEBONE
+++ b/sys/arm/conf/BEAGLEBONE
@@ -67,6 +67,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options PLATFORM
options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8)
options VFP # Enable floating point hardware support
+options ARM_NEW_PMAP # Enable the new v6 pmap
# Debugging for use in -current
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
diff --git a/sys/arm/conf/PANDABOARD b/sys/arm/conf/PANDABOARD
index e0b5d149d318..cf1f4553516d 100644
--- a/sys/arm/conf/PANDABOARD
+++ b/sys/arm/conf/PANDABOARD
@@ -64,6 +64,7 @@ options PLATFORM
options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8)
options VFP # Enable floating point hardware support
options SMP # Enable multiple cores
+options ARM_NEW_PMAP # Enable the new v6 pmap
# Debugging for use in -current
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
diff --git a/sys/arm/conf/RPI-B b/sys/arm/conf/RPI-B
index 0604a975d297..084d47aee360 100644
--- a/sys/arm/conf/RPI-B
+++ b/sys/arm/conf/RPI-B
@@ -57,6 +57,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options PLATFORM
options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8)
options VFP # Enable floating point hardware support
+options ARM_NEW_PMAP # Enable the new v6 pmap
# Debugging for use in -current
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
diff --git a/sys/arm/conf/RPI2 b/sys/arm/conf/RPI2
index 5383601caa4d..993c6bcb627a 100644
--- a/sys/arm/conf/RPI2
+++ b/sys/arm/conf/RPI2
@@ -57,6 +57,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options PLATFORM
options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8)
options VFP # Enable floating point hardware support
+options ARM_NEW_PMAP # Enable the new v6 pmap
# Debugging for use in -current
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
diff --git a/sys/arm/conf/ZEDBOARD b/sys/arm/conf/ZEDBOARD
index 94148f4eb40f..7ba3b7db0201 100644
--- a/sys/arm/conf/ZEDBOARD
+++ b/sys/arm/conf/ZEDBOARD
@@ -56,6 +56,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8)
options VFP # Enable floating point hardware support
options SMP # Enable multiple cores
+options ARM_NEW_PMAP # Enable the new v6 pmap
# Debugging for use in -current
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols