svn commit: r474447 - head/sysutils/devcpu-data

Sean Bruno sbruno at FreeBSD.org
Wed Jul 11 13:59:51 UTC 2018


Author: sbruno
Date: Wed Jul 11 13:59:50 2018
New Revision: 474447
URL: https://svnweb.freebsd.org/changeset/ports/474447

Log:
  sysutils/devcpu-data:
   - Update Intel microcode to 0703 release.
  
  -- intel-ucode-with-caveats/ --
  This directory holds microcode that might need special handling.
  BDX-ML microcode is provided in directory, because it need special commits in
  the Linux kernel, otherwise, updating it might result in unexpected system
  behavior.
  OS vendors must ensure that the late loader patches (provided in
  linux-kernel-patches\) are included in the distribution before packaging the
  BDX-ML microcode for late-loading.
  
  == 20180703 Release ==
  -- Updates upon 20180425 release --
  Processor             Identifier     Version       Products
  Model        Stepping F-MO-S/PI      Old->New
  ---- updated platforms ------------------------------------
  SNB-EP       C1       6-2d-6/6d 0000061c->0000061d Xeon E5
  SNB-EP       C2       6-2d-7/6d 00000713->00000714 Xeon E5
  IVT          C0       6-3e-4/ed 0000042c->0000042d Xeon E5 v2;
    Core i7-4960X/4930K/4820K
  IVT          D1       6-3e-7/ed 00000713->00000714 Xeon E5 v2
  HSX-E/EP/4S  C0       6-3f-2/6f 0000003c->0000003d Xeon E5 v3
  HSX-EX       E0       6-3f-4/80 00000011->00000012 Xeon E7 v3
  SKX-SP/D/W/X H0       6-55-4/b7 02000043->0200004d Xeon Bronze 31xx,
    Silver 41xx, Gold 51xx/61xx Platinum 81xx, D/W-21xx; Core i9-7xxxX
  BDX-DE       A1       6-56-5/10 0e000009->0e00000a Xeon D-15x3N
  ---- intel-ucode-with-caveats/ ----------------------------
  BDX-ML       B/M/R0   6-4f-1/ef 0b00002c->0b00002e Xeon E5/E7 v4; Core i7-69xx/68xx
  
  Reviewed by:	swills
  Sponsored by:	Limelight Networks
  Differential Revision:	https://reviews.freebsd.org/D16209

Modified:
  head/sysutils/devcpu-data/Makefile
  head/sysutils/devcpu-data/distinfo

Modified: head/sysutils/devcpu-data/Makefile
==============================================================================
--- head/sysutils/devcpu-data/Makefile	Wed Jul 11 13:50:00 2018	(r474446)
+++ head/sysutils/devcpu-data/Makefile	Wed Jul 11 13:59:50 2018	(r474447)
@@ -2,12 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	data
-PORTVERSION=	1.17
+PORTVERSION=	1.18
 CATEGORIES=	sysutils
-MASTER_SITES=	https://downloadmirror.intel.com/27776/eng/:intel \
+MASTER_SITES=	https://downloadmirror.intel.com/27945/eng/:intel \
 		LOCAL/sbruno:amd
 PKGNAMEPREFIX=	devcpu-
-DISTFILES=	microcode-20180425.tgz:intel \
+DISTFILES=	microcode-20180703.tgz:intel \
 		amd64-microcode.20180525.tar.xz:amd
 
 MAINTAINER=	sbruno at freebsd.org

Modified: head/sysutils/devcpu-data/distinfo
==============================================================================
--- head/sysutils/devcpu-data/distinfo	Wed Jul 11 13:50:00 2018	(r474446)
+++ head/sysutils/devcpu-data/distinfo	Wed Jul 11 13:59:50 2018	(r474447)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1527261865
-SHA256 (microcode-20180425.tgz) = f0d2492f4561e2559f6c9471b231cb8262d45762c0e7cccf787be5c189b4e2d6
-SIZE (microcode-20180425.tgz) = 1565473
+TIMESTAMP = 1531252245
+SHA256 (microcode-20180703.tgz) = 4a1a346fdf48e1626d4c9d0d47bbbc6a4052f56e359c85a3dd2d10fd555e5938
+SIZE (microcode-20180703.tgz) = 1550181
 SHA256 (amd64-microcode.20180525.tar.xz) = ca2ff90c72e837c9408953edd147efee17a3c96e60ce42a2afa9f484ba5e3ae2
 SIZE (amd64-microcode.20180525.tar.xz) = 20476


More information about the svn-ports-all mailing list