From 9a8dd00571468b8b0b68a23f94672bb573255b56 Mon Sep 17 00:00:00 2001 From: Eugene Syromiatnikov Date: Feb 17 2021 17:37:01 +0000 Subject: Release. Intel CPU microcode update. 20210216 Signed-off-by: Eugene Syromiatnikov --- diff --git a/Changelog b/Changelog index f3e9900..6f025a5 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,12 @@ +2.1-32 17 Feb 2021, Eugene Syromiatnikov + Intel CPU microcode update. 20210216 + - Update of 06-55-04/0xb7 (SKX-D/SP/W/X H0/M0/M1/U0) microcode from + revision 0x2006a08 up to 0x2006a0a; + - Update of 06-55-06/0xbf (CLX-SP B0) microcode from revision 0x4003003 + up to 0x4003006; + - Update of 06-55-07/0xbf (CLX-SP/W/X B1/L1) microcode from revision + 0x5003003 up to 0x5003006. + 2.1-31 20 Nov 2020, Eugene Syromiatnikov Intel CPU microcode update. 20201118 - Removal of 06-8c-01/0x80 (TGL-UP3/UP4 B1) microcode at revision diff --git a/Makefile b/Makefile index acc7780..b2bc39a 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ # as published by the Free Software Foundation; either version # 2 of the License, or (at your option) any later version. -MICROCODE_INTEL = microcode-20201118.tar.gz +MICROCODE_INTEL = microcode-20210216.tar.gz INS = install CC = gcc diff --git a/microcode-20201118.tar.gz b/microcode-20201118.tar.gz deleted file mode 100644 index f5c02cc..0000000 Binary files a/microcode-20201118.tar.gz and /dev/null differ diff --git a/microcode-20210216.tar.gz b/microcode-20210216.tar.gz new file mode 100644 index 0000000..c28360d Binary files /dev/null and b/microcode-20210216.tar.gz differ diff --git a/microcode_ctl.spec b/microcode_ctl.spec index 6f53ef0..ac19266 100644 --- a/microcode_ctl.spec +++ b/microcode_ctl.spec @@ -1,7 +1,7 @@ Summary: Tool to transform and deploy CPU microcode update for x86. Name: microcode_ctl Version: 2.1 -Release: 31 +Release: 32 Group: System Environment/Base License: GPLv2+ and Redistributable, no modification permitted URL: https://pagure.io/microcode_ctl/