diff options
author | Martin Kepplinger <martink@posteo.de> | 2018-03-15 08:49:30 +0100 |
---|---|---|
committer | Martin Kepplinger <martink@posteo.de> | 2018-03-27 08:52:14 +0200 |
commit | 8b8bbce1d5d499065dbb7471a880d22af187a3d5 (patch) | |
tree | e718d5b05b6de1f3058cd1c58f2bdb1dc6b006f8 /cpu/intel/microcode | |
parent | a4b561391f59e09059ce851fa19b64ca945672d5 (diff) | |
download | blobs-8b8bbce1d5d499065dbb7471a880d22af187a3d5.tar.gz |
cpu/intel: apply microcode updates 20180312 to currently tracked models
This updates Intel's microcode updates for the CPU models we currently
track to the latest release. These include meltdown/spectre mitigations.
Source: https://downloadcenter.intel.com/download/27591
Applying the scripts results in changes to the models with CPU ID 206ax,
306ax, 306cx and 4065x. I tested this on a Thinkpad X230 (model 306ax).
The revision is then 1f instead of 1b; (dmesg|grep microcode); loaded
by coreboot (not Linux).
Change-Id: Idf5aa85681391707822bbfe493cff269ff2b88eb
Tested-by: Martin Kepplinger <martink@posteo.de>
Signed-off-by: Martin Kepplinger <martink@posteo.de>
Diffstat (limited to 'cpu/intel/microcode')
-rwxr-xr-x | cpu/intel/microcode/update-microcodes.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/intel/microcode/update-microcodes.sh b/cpu/intel/microcode/update-microcodes.sh index 213446d..769595d 100755 --- a/cpu/intel/microcode/update-microcodes.sh +++ b/cpu/intel/microcode/update-microcodes.sh @@ -18,10 +18,10 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -MICROCODE_VERSION=20150121 +MICROCODE_VERSION=20180312 MICROCODE_ARCHIVE=microcode-$MICROCODE_VERSION.tgz MICROCODE_FILE=microcode.dat -INTEL_MICROCODE=http://downloadmirror.intel.com/24661/eng/$MICROCODE_ARCHIVE +INTEL_MICROCODE=http://downloadmirror.intel.com/27591/eng/$MICROCODE_ARCHIVE # # Getting Intel(R) Microcode |