ucode-intel/ucode-intel.spec
Marcus Meissner 7b3656232c Accepting request 703130 from home:msmeissn:branches:Base:System
- Intel QSR 2019.1 Microcode release (bsc#1111331 CVE-2018-12126
  CVE-2018-12130 CVE-2018-12127 CVE-2019-11091)
  Processor             Identifier     Version       Products
  Model        Stepping F-MO-S/PI      Old->New
  ---- new platforms ----------------------------------------
  VLV          C0       6-37-8/02           00000838 Atom Z series
  VLV          C0       6-37-8/0C           00000838 Celeron N2xxx, Pentium N35xx
  VLV          D0       6-37-9/0F           0000090c Atom E38xx
  CHV          C0       6-4c-3/01           00000368 Atom X series
  CHV          D0       6-4c-4/01           00000411 Atom X series
  CLX-SP       B1       6-55-7/bf           05000021 Xeon Scalable Gen2
  ---- updated platforms ------------------------------------
  SNB          D2/G1/Q0 6-2a-7/12 0000002e->0000002f Core Gen2
  IVB          E1/L1    6-3a-9/12 00000020->00000021 Core Gen3
  HSW          C0       6-3c-3/32 00000025->00000027 Core Gen4
  BDW-U/Y      E0/F0    6-3d-4/c0 0000002b->0000002d Core Gen5
  IVB-E/EP     C1/M1/S1 6-3e-4/ed 0000042e->0000042f Core Gen3 X Series; Xeon E5 v2
  IVB-EX       D1       6-3e-7/ed 00000714->00000715 Xeon E7 v2
  HSX-E/EP     Cx/M1    6-3f-2/6f 00000041->00000043 Core Gen4 X series; Xeon E5 v3
  HSX-EX       E0       6-3f-4/80 00000013->00000014 Xeon E7 v3
  HSW-U        C0/D0    6-45-1/72 00000024->00000025 Core Gen4
  HSW-H        C0       6-46-1/32 0000001a->0000001b Core Gen4
  BDW-H/E3     E0/G0    6-47-1/22 0000001e->00000020 Core Gen5
  SKL-U/Y      D0/K1    6-4e-3/c0 000000c6->000000cc Core Gen6
  BDX-ML       B0/M0/R0 6-4f-1/ef 0b00002e->00000036 Xeon E5/E7 v4; Core i7-69xx/68xx
  SKX-SP       H0/M0/U0 6-55-4/b7 0200005a->0000005e Xeon Scalable
  SKX-D        M1       6-55-4/b7 0200005a->0000005e Xeon D-21xx
  BDX-DE       V1       6-56-2/10 00000019->0000001a Xeon D-1520/40
  BDX-DE       V2/3     6-56-3/10 07000016->07000017 Xeon D-1518/19/21/27/28/31/33/37/41/48, Pentium D1507/08/09/17/19
  BDX-DE       Y0       6-56-4/10 0f000014->0f000015 Xeon D-1557/59/67/71/77/81/87

OBS-URL: https://build.opensuse.org/request/show/703130
OBS-URL: https://build.opensuse.org/package/show/Base:System/ucode-intel?expand=0&rev=74
2019-05-15 11:22:49 +00:00

71 lines
2.2 KiB
RPMSpec

#
# spec file for package ucode-intel
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: ucode-intel
Version: 20190514
Release: 0
Summary: Microcode Updates for Intel x86/x86-64 CPUs
License: SUSE-Firmware
Group: Hardware/Other
BuildRequires: suse-module-tools
#License is: Intel Software License Agreement
Url: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files
Source0: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-%version.tar.gz
Source1: ucode-intel-rpmlintrc
Supplements: modalias(x86cpu:vendor%3A0000%3Afamily%3A*%3Amodel%3A*%3Afeature%3A*)
# new method ... note that only 1 : might be present, otherwise libzypp misinterprets it.
Supplements: modalias(cpu:type%3Ax86*ven0000*)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires(post): coreutils
Requires(postun): coreutils
ExclusiveArch: %ix86 x86_64
%description
This package contains the microcode update blobs for Intel x86 and x86-64 CPUs.
%prep
%setup -q -n Intel-Linux-Processor-Microcode-Data-Files-microcode-%version/
%build
#it is closed source.. nothing to build.
%install
mkdir -p %{buildroot}/lib/firmware/intel-ucode
cp intel-ucode/* %{buildroot}/lib/firmware/intel-ucode
cd intel-ucode-with-caveats
for microcode in *;do
cp $microcode %{buildroot}/lib/firmware/intel-ucode/$microcode.early
done
%post
%{?regenerate_initrd_post}
%postun
%{?regenerate_initrd_post}
%posttrans
%{?regenerate_initrd_posttrans}
%files
%defattr(-,root,root)
%license license
%doc releasenote
/lib/firmware/intel-ucode/
%changelog