Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Aug 2018 17:14:07 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r337716 - head/stand/defaults
Message-ID:  <201808131714.w7DHE7kL057607@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Mon Aug 13 17:14:06 2018
New Revision: 337716
URL: https://svnweb.freebsd.org/changeset/base/337716

Log:
  Add microcode update configuration to the default loader.conf.
  
  MFC after:	6 weeks
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/stand/defaults/loader.conf

Modified: head/stand/defaults/loader.conf
==============================================================================
--- head/stand/defaults/loader.conf	Mon Aug 13 17:13:09 2018	(r337715)
+++ head/stand/defaults/loader.conf	Mon Aug 13 17:14:06 2018	(r337716)
@@ -52,6 +52,14 @@ ram_blacklist_name="/boot/blacklist.txt" # Set this to
 ram_blacklist_type="ram_blacklist"	# Required for the kernel to find
 					# the blacklist module
 
+###  Microcode loading configuration  ########################
+cpu_microcode_load="NO"			# Set this to YES to load and apply a
+					# microcode update file during boot.
+cpu_microcode_name="/boot/firmware/ucode.bin" # Set this to the microcode
+					      # update file path.
+cpu_microcode_type="cpu_microcode"	# Required for the kernel to find
+					# the microcode update file.
+
 ###  ACPI settings  ##########################################
 acpi_dsdt_load="NO"		# DSDT Overriding
 acpi_dsdt_type="acpi_dsdt"	# Don't change this



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