summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf/RPI2
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2015-05-05 16:09:25 +0000
committerian <ian@FreeBSD.org>2015-05-05 16:09:25 +0000
commitaba3d65bdf32c12cf1c4d1bbcb186fae22b7de7d (patch)
tree0640a764db29d4e5bab4054f67c1d36e6fdd445c /sys/arm/conf/RPI2
parent12d768e12e7fa5f69be8af72d70b0ed45ae58f57 (diff)
downloadFreeBSD-src-aba3d65bdf32c12cf1c4d1bbcb186fae22b7de7d.zip
FreeBSD-src-aba3d65bdf32c12cf1c4d1bbcb186fae22b7de7d.tar.gz
Create std.arm and std.armv6 config files and include the right one from
each of the existing kernel configs. This gives a place to put config that applies to the entire arch. Add the ARM_NEW_PMAP option to std.armv6. This is working well in early testing and it's time for wide exposure, but it's still nice to be able to fall back to the old implementation for testing when a problem comes along. Eventually the option and the old implementation will go away. The opportunity now exists to move a whole lot of boilerplate from all the arm kernel config files into std.arm*, but that's a commit for another day.
Diffstat (limited to 'sys/arm/conf/RPI2')
-rw-r--r--sys/arm/conf/RPI22
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/conf/RPI2 b/sys/arm/conf/RPI2
index 1fefacb..10c9323 100644
--- a/sys/arm/conf/RPI2
+++ b/sys/arm/conf/RPI2
@@ -20,6 +20,7 @@
ident RPI2
+include "std.armv6"
include "../broadcom/bcm2835/std.rpi"
include "../broadcom/bcm2835/std.bcm2836"
@@ -57,7 +58,6 @@ 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
OpenPOWER on IntegriCloud