Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2019 19:33:02 +0000 (UTC)
From:      Mitchell Horne <mhorne@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r354259 - head/sys/riscv/conf
Message-ID:  <201911021933.xA2JX2sK044288@repo.freebsd.org>

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



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