Add microcode update configuration to the default loader.conf.
MFC after: 6 weeks Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
97edfc1b45
commit
40dfdf4382
@ -52,6 +52,14 @@ ram_blacklist_name="/boot/blacklist.txt" # Set this to the name of the file
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user