diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2018-01-11 22:31:10 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2018-01-11 22:31:10 +0000 |
commit | 9f1bb51f114c813367daa002db257a75605c4641 (patch) | |
tree | 47c682d4611f89968f09fd10fc4f51ce491ab7e3 /sys/arch/amd64/conf/files.amd64 | |
parent | 1b0e0a9948046bc52e55393b2851acccbf2b72d3 (diff) |
Update the Intel microcode once the root filesystem has been mounted.
This depends on the intel-firmware package that contains newer Intel
microcode which will be installed automatically by fw_update(1).
The update should happen much earlier since updating the microcode can
add or remove not only feature flags but also whole features. For now
only update feature flags that are relevant to Spectre.
Initial diff from sf@
Tested by bluhm@
ok deraadt@
Diffstat (limited to 'sys/arch/amd64/conf/files.amd64')
-rw-r--r-- | sys/arch/amd64/conf/files.amd64 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/files.amd64 b/sys/arch/amd64/conf/files.amd64 index 5e742fae046..68e39ffaf9c 100644 --- a/sys/arch/amd64/conf/files.amd64 +++ b/sys/arch/amd64/conf/files.amd64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.amd64,v 1.92 2017/12/20 11:08:44 mpi Exp $ +# $OpenBSD: files.amd64,v 1.93 2018/01/11 22:31:09 patrick Exp $ maxpartitions 16 maxusers 2 16 128 @@ -16,6 +16,7 @@ file arch/amd64/amd64/locore.S file arch/amd64/amd64/aes_intel.S crypto file arch/amd64/amd64/aesni.c crypto file arch/amd64/amd64/amd64errata.c +file arch/amd64/amd64/ucode.c file arch/amd64/amd64/mem.c file arch/amd64/amd64/amd64_mem.c mtrr file arch/amd64/amd64/mtrr.c mtrr |