Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 May 2015 20:59:23 +0000 (UTC)
From:      Luiz Otavio O Souza <loos@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r282433 - head/sys/arm/conf
Message-ID:  <201505042059.t44KxNBk038733@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505042059.t44KxNBk038733>