svn commit: r459266 - in head/sysutils/devcpu-data: . files
Andre Albsmeier
andre at fbsd.e4m.org
Thu Jan 18 17:05:31 UTC 2018
On Wed, 17-Jan-2018 at 16:04:28 +0000, Sean Bruno wrote:
> Author: sbruno
> Date: Wed Jan 17 16:04:27 2018
> New Revision: 459266
> URL: https://svnweb.freebsd.org/changeset/ports/459266
>
> Log:
> sysutils/devcpu-data: Migrate our microcode update on Intel to use precreated files.
>
> Intel provides prefabricated per-cpu microcode update files. We no longer need
> a tool to extract them from the legacy microcode.dat store. This matches
> what upstream linux distributions are doing now. Tested on my Intel machines
Hmm, the old mechanism gave me 169 files while this new one gives
me only 99. On the other hand, the file
-rw-r----- 1 andre andre 6144 18 Jan 17:40 0f-02-07
from the new one, is the concatenation of
-rw-r----- 1 andre andre 2048 18 Jan 17:41 m02f2738.fw
-rw-r----- 1 andre andre 2048 18 Jan 17:41 m04f2737.fw
-rw-r----- 1 andre andre 2048 18 Jan 17:42 m08f2739.fw
from the old one (there are more files like this). However, I wonder
if feeding cpucontrol with 0f-02-07 on a machine which formerly had
been patched using m04f2737.fw will still work.
More information about the svn-ports-head
mailing list