svn commit: r337716 - head/stand/defaults

Mark Johnston markj at FreeBSD.org
Mon Aug 13 17:14:07 UTC 2018


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


More information about the svn-src-all mailing list