svn commit: r354259 - head/sys/riscv/conf

Mitchell Horne mhorne at FreeBSD.org
Sat Nov 2 19:33:03 UTC 2019


Author: mhorne
Date: Sat Nov  2 19:33:02 2019
New Revision: 354259
URL: https://svnweb.freebsd.org/changeset/base/354259

Log:
  RISC-V: Remove EARLY_AP_STARTUP from GENERIC
  
  This option is causing boot to fail for the Hifive Unleashed and older
  versions of QEMU (3.1.1). Remove it from the GENERIC config for now.
  
  Reported by:	br
  MFC after:	1 week

Modified:
  head/sys/riscv/conf/GENERIC

Modified: head/sys/riscv/conf/GENERIC
==============================================================================
--- head/sys/riscv/conf/GENERIC	Sat Nov  2 18:00:16 2019	(r354258)
+++ head/sys/riscv/conf/GENERIC	Sat Nov  2 19:33:02 2019	(r354259)
@@ -71,7 +71,6 @@ options 	RACCT			# Resource accounting framework
 options 	RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
 options 	RCTL			# Resource limits
 options 	SMP
-options 	EARLY_AP_STARTUP
 options 	INTRNG
 
 # RISC-V SBI console


More information about the svn-src-all mailing list