From 46b5e89a05c83c6ade12c9af2e96b769c9a654ed Mon Sep 17 00:00:00 2001 From: Eugene Syromiatnikov Date: Aug 29 2024 14:42:29 +0000 Subject: Release. Intel CPU microcode update. 20240813 Signed-off-by: Eugene Syromiatnikov --- diff --git a/Changelog b/Changelog index f427a5a..b1b0cc1 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,56 @@ +2.1-44 20 Aug 2024, Eugene Syromiatnikov + Intel CPU microcode update. 20240813 + - Update of 06-55-07/0xbf (CLX-SP/W/X B1/L1) microcode from revision + 0x5003605 up to 0x5003707; + - Update of 06-55-0b/0xbf (CPX-SP A1) microcode from revision 0x7002802 + up to 0x7002904; + - Update of 06-6a-06/0x87 (ICX-SP D0) microcode from revision 0xd0003d1 + up to 0xd0003e7; + - Update of 06-6c-01/0x10 (ICL-D B0) microcode from revision 0x1000290 + up to 0x10002b0; + - Update of 06-7e-05/0x80 (ICL-U/Y D1) microcode from revision 0xc4 + up to 0xc6; + - Update of 06-8c-01/0x80 (TGL-UP3/UP4 B1) microcode from revision + 0xb6 up to 0xb8; + - Update of 06-8c-02/0xc2 (TGL-R C0) microcode from revision 0x36 up + to 0x38; + - Update of 06-8d-01/0xc2 (TGL-H R0) microcode from revision 0x50 up + to 0x52; + - Update of 06-8e-09/0x10 (AML-Y 2+2 H0) microcode from revision 0xf4 + up to 0xf6; + - Update of 06-8e-09/0xc0 (KBL-U/U 2+3e/Y H0/J1) microcode from revision + 0xf4 up to 0xf6; + - Update of 06-8e-0a/0xc0 (CFL-U 4+3e D0, KBL-R Y0) microcode from + revision 0xf4 up to 0xf6; + - Update of 06-8e-0b/0xd0 (WHL-U W0) microcode from revision 0xf4 up + to 0xf6; + - Update of 06-8e-0c/0x94 (AML-Y 4+2 V0, CML-U 4+2 V0, WHL-U V0) + microcode from revision 0xfa up to 0xfc; + - Update of 06-96-01/0x01 (EHL B1) microcode from revision 0x19 up + to 0x1a; + - Update of 06-9e-0a/0x22 (CFL-H/S/Xeon E U0) microcode from revision + 0xf6 up to 0xf8; + - Update of 06-9e-0b/0x02 (CFL-E/H/S B0) microcode from revision 0xf4 + up to 0xf6; + - Update of 06-9e-0c/0x22 (CFL-H/S/Xeon E P0) microcode from revision + 0xf6 up to 0xf8; + - Update of 06-9e-0d/0x22 (CFL-H/S/Xeon E R0) microcode from revision + 0xfc up to 0x100; + - Update of 06-a5-02/0x20 (CML-H R1) microcode from revision 0xfa up + to 0xfc; + - Update of 06-a5-03/0x22 (CML-S 6+2 G1) microcode from revision 0xfa + up to 0xfc; + - Update of 06-a5-05/0x22 (CML-S 10+2 Q0) microcode from revision 0xfa + up to 0xfc; + - Update of 06-a6-00/0x80 (CML-U 6+2 A0) microcode from revision 0xfa + up to 0xfe; + - Update of 06-a6-01/0x80 (CML-U 6+2 v2 K1) microcode from revision + 0xfa up to 0xfc; + - Update of 06-a7-01/0x02 (RKL-S B0) microcode from revision 0x5e up + to 0x62; + - Update of 06-aa-04/0xe6 (MTL-H/U C0) microcode from revision 0x1c + up to 0x1e. + 2.1-43 05 Aug 2024, Eugene Syromiatnikov Intel CPU microcode update. 20240531 - Addition of 06-aa-04/0xe6 (MTL-H/U C0) microcode at revision 0x1c; diff --git a/Makefile b/Makefile index 2f26596..4454d86 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-20240531.tar.gz +MICROCODE_INTEL = microcode-20240813.tar.gz INS = install CC = gcc diff --git a/microcode-20240531.tar.gz b/microcode-20240531.tar.gz deleted file mode 100644 index 1faa0b3..0000000 Binary files a/microcode-20240531.tar.gz and /dev/null differ diff --git a/microcode-20240813.tar.gz b/microcode-20240813.tar.gz new file mode 100644 index 0000000..b740f60 Binary files /dev/null and b/microcode-20240813.tar.gz differ diff --git a/microcode_ctl.spec b/microcode_ctl.spec index c19d77a..76a5864 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: 43 +Release: 44 Group: System Environment/Base License: GPLv2+ and Redistributable, no modification permitted URL: https://pagure.io/microcode_ctl/