svn commit: r347937 - stable/11/stand/defaults

Mark Johnston markj at FreeBSD.org
Fri May 17 18:10:12 UTC 2019


Author: markj
Date: Fri May 17 18:10:11 2019
New Revision: 347937
URL: https://svnweb.freebsd.org/changeset/base/347937

Log:
  MFC r337716:
  Add microcode update configuration to the default loader.conf.
  
  Approved by:	re (kib)

Modified:
  stable/11/stand/defaults/loader.conf
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/stand/defaults/loader.conf
==============================================================================
--- stable/11/stand/defaults/loader.conf	Fri May 17 18:09:48 2019	(r347936)
+++ stable/11/stand/defaults/loader.conf	Fri May 17 18:10:11 2019	(r347937)
@@ -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-stable mailing list