diff --git a/0017-releasenote.md-add-information-about-removal-of-CLX-.patch b/0017-releasenote.md-add-information-about-removal-of-CLX-.patch new file mode 100644 index 0000000000000000000000000000000000000000..b49f1fa08b99cb0ea216a65fd837cdd21baee35f --- /dev/null +++ b/0017-releasenote.md-add-information-about-removal-of-CLX-.patch @@ -0,0 +1,39 @@ +From 98d372cde3eefee6e91414c400d8c3d608b8eb86 Mon Sep 17 00:00:00 2001 +From: Eugene Syromiatnikov +Date: Mon, 2 Jun 2025 18:56:56 +0200 +Subject: [PATCH 17/17] releasenote.md: add information about removal of CLX-SP + and EMR-SP microcode + +For some reason, information about removal of 06-55-06 (CLX-SP B0) +and 06-cf-01 (EMR-SP A0) microcode file is missing from microcode-20250512 +release notes. Document those properly. + +* releasenote.md (microcode-20250512): Mention removal of 06-55-06 +and 06-cf-01 microcode files. + +Signed-off-by: Eugene Syromiatnikov +--- + releasenote.md | 7 +++++++ + 1 file changed, 7 insertions(+) + +diff --git a/releasenote.md b/releasenote.md +index 3c700b5..d42e9ad 100644 +--- a/releasenote.md ++++ b/releasenote.md +@@ -85,6 +85,13 @@ + | TWL | N0 | 06-be-00/19 | 0000001c | 0000001d | Core i3-N305/N300, N50/N97/N100/N200, Atom x7211E/x7213E/x7425E + | WHL-U | V0 | 06-8e-0c/94 | 000000fc | 00000100 | Core Gen8 Mobile + ++### Removed Platforms ++ ++| Processor | Stepping | F-M-S/PI | Old Ver | New Ver | Products ++|:---------------|:---------|:------------|:---------|:---------|:--------- ++| CLX-SP | B0 | 06-55-06/bf | 04003605 | | Xeon Scalable Gen2 ++| EMR-SP | A0 | 06-cf-01/87 | 21000291 | | Xeon Scalable Gen5 ++ + + ## [microcode-20250211](https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20250211) + +-- +2.13.6 + diff --git a/microcode_ctl.spec b/microcode_ctl.spec index 9f68519ef7655e11a1e5c1939077833ec95ffb7b..34822cb6f5a787e166b692765f72b5230fb9aee9 100644 --- a/microcode_ctl.spec +++ b/microcode_ctl.spec @@ -1,17 +1,25 @@ -%define anolis_release 1 +%define anolis_release 1 %define base_name microcode %global debug_package %{nil} Summary: Tool to transform and deploy CPU microcode update for x86 Name: %{base_name}_ctl -Version: 20250512 +Version: 20250512 Release: %{anolis_release}%{?dist} License: GPLv2+ and Redistributable, no modification permitted URL: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files Source0: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/refs/tags/%{base_name}-%{version}.tar.gz Source1: Makefile +Patch0: 0001-releasenote.md-cleanup-eliminated-usage-of-U-0080.patch +Patch1: 0002-releasenote.md-remove-excess-Release-Notes-headers.patch +Patch2: 0003-releasenote.md-sort-the-entries-of-the-20230808-rele.patch +Patch3: 0004-releasenote.md-fix-stepping-for-RPL-H.patch +Patch4: 0005-releasenote.md-fix-stepping-for-RPL-S.patch +Patch5: 0006-releasenote.md-add-missing-06-ba-03-e0-to-the-new-mi.patch +Patch6: 0007-releasenote.md-remove-the-duplicating-06-9e-0c-22-re.patch ExclusiveArch: x86_64 loongarch64 aarch64 riscv64 BuildRequires: make +Patch7: None %description The microcode_ctl utility is a companion to the microcode driver written