svn commit: r282433 - head/sys/arm/conf

Luiz Otavio O Souza loos at FreeBSD.org
Mon May 4 20:59:25 UTC 2015


Author: loos
Date: Mon May  4 20:59:23 2015
New Revision: 282433
URL: https://svnweb.freebsd.org/changeset/base/282433

Log:
  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.

Modified:
  head/sys/arm/conf/BEAGLEBONE
  head/sys/arm/conf/PANDABOARD
  head/sys/arm/conf/RPI-B
  head/sys/arm/conf/RPI2
  head/sys/arm/conf/ZEDBOARD

Modified: head/sys/arm/conf/BEAGLEBONE
==============================================================================
--- head/sys/arm/conf/BEAGLEBONE	Mon May  4 20:52:21 2015	(r282432)
+++ head/sys/arm/conf/BEAGLEBONE	Mon May  4 20:59:23 2015	(r282433)
@@ -67,6 +67,7 @@ options 	KBD_INSTALL_CDEV	# install a CD
 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

Modified: head/sys/arm/conf/PANDABOARD
==============================================================================
--- head/sys/arm/conf/PANDABOARD	Mon May  4 20:52:21 2015	(r282432)
+++ head/sys/arm/conf/PANDABOARD	Mon May  4 20:59:23 2015	(r282433)
@@ -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

Modified: head/sys/arm/conf/RPI-B
==============================================================================
--- head/sys/arm/conf/RPI-B	Mon May  4 20:52:21 2015	(r282432)
+++ head/sys/arm/conf/RPI-B	Mon May  4 20:59:23 2015	(r282433)
@@ -57,6 +57,7 @@ options 	KBD_INSTALL_CDEV	# install a CD
 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

Modified: head/sys/arm/conf/RPI2
==============================================================================
--- head/sys/arm/conf/RPI2	Mon May  4 20:52:21 2015	(r282432)
+++ head/sys/arm/conf/RPI2	Mon May  4 20:59:23 2015	(r282433)
@@ -57,6 +57,7 @@ options 	KBD_INSTALL_CDEV	# install a CD
 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

Modified: head/sys/arm/conf/ZEDBOARD
==============================================================================
--- head/sys/arm/conf/ZEDBOARD	Mon May  4 20:52:21 2015	(r282432)
+++ head/sys/arm/conf/ZEDBOARD	Mon May  4 20:59:23 2015	(r282433)
@@ -56,6 +56,7 @@ options 	KBD_INSTALL_CDEV	# install a CD
 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


More information about the svn-src-head mailing list