Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2018 18:03:58 +0100
From:      Andre Albsmeier <andre@fbsd.e4m.org>
To:        Sean Bruno <sbruno@FreeBSD.org>
Cc:        andre@fbsd.e4m.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r459266 - in head/sysutils/devcpu-data: . files
Message-ID:  <20180118170358.GA11507@voyager>
In-Reply-To: <201801171604.w0HG4Swh054032@repo.freebsd.org>
References:  <201801171604.w0HG4Swh054032@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180118170358.GA11507>