<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/sysutils/devcpu-data/files/Makefile, branch 2018Q1</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2018Q1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2018Q1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2018-03-15T17:53:39Z</updated>
<entry>
<title>MFH: r459464</title>
<updated>2018-03-15T17:53:39Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2018-03-15T17:53:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2f4c333c2ebb670904288d25c2672b5935ff6b2d'/>
<id>urn:sha1:2f4c333c2ebb670904288d25c2672b5935ff6b2d</id>
<content type='text'>
sysutils/devcpu-data: Revert back to legacy microcode.dat implementation.

Either there is a problem with the Intel supplied microcode files or
cpucontrol does not yet understand how to process a micrcode update file
with multiple entries. For now, abort.

Reviewed by:	swills
Sponsored by:	Limelight Networks
Differential Revision:	https://reviews.freebsd.org/D13987

Approved by:	portmgr (swills)
</content>
</entry>
<entry>
<title>MFH: r459266</title>
<updated>2018-03-15T17:53:11Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2018-03-15T17:53:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=66c8ef084cb714a776e90f1630f25beb1563be58'/>
<id>urn:sha1:66c8ef084cb714a776e90f1630f25beb1563be58</id>
<content type='text'>
sysutils/devcpu-data: Migrate our microcode update on Intel to use precreated files.

Intel provides prefabricated per-cpu microcode update files.  We no longer need
a tool to extract them from the legacy microcode.dat store.  This matches
what upstream linux distributions are doing now.  Tested on my Intel machines
here and updates still succeed.

Reviewed by:	swills cem
Sponsored by:	Limelight Networks
Differential Revision:	https://reviews.freebsd.org/D13921

Approved by:	portmgr (swills)
</content>
</entry>
<entry>
<title>sync up with HEAD</title>
<updated>2018-01-15T17:28:41Z</updated>
<author>
<name>Steve Wills</name>
<email>swills@FreeBSD.org</email>
</author>
<published>2018-01-15T17:28:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7ce67942e3a06741e3defe86bd933020137d30b6'/>
<id>urn:sha1:7ce67942e3a06741e3defe86bd933020137d30b6</id>
<content type='text'>
MFH: r458664 r458792 r458943 r458987 r459084

sysutils/devcpu-data follow up commit to 20180108 Intel microcode update.

Run cpucontrol -e after microcode update to refresh cpu flags.  If running
on an older system without -e, fail silently.

Log any upgrade output via logger to /var/log/messages.

Add an instructional pkg-message for users.

Intel Release Notes:
Intel Processor Microcode Package for Linux
20180108 Release

-- Updates upon 20171117 release --
IVT C0          (06-3e-04:ed) 428-&gt;42a
SKL-U/Y D0      (06-4e-03:c0) ba-&gt;c2
BDW-U/Y E/F     (06-3d-04:c0) 25-&gt;28
HSW-ULT Cx/Dx   (06-45-01:72) 20-&gt;21
Crystalwell Cx  (06-46-01:32) 17-&gt;18
BDW-H E/G       (06-47-01:22) 17-&gt;1b
HSX-EX E0       (06-3f-04:80) 0f-&gt;10
SKL-H/S R0      (06-5e-03:36) ba-&gt;c2
HSW Cx/Dx       (06-3c-03:32) 22-&gt;23
HSX C0          (06-3f-02:6f) 3a-&gt;3b
BDX-DE V0/V1    (06-56-02:10) 0f-&gt;14
BDX-DE V2       (06-56-03:10) 700000d-&gt;7000011
KBL-U/Y H0      (06-8e-09:c0) 62-&gt;80
KBL Y0 / CFL D0 (06-8e-0a:c0) 70-&gt;80
KBL-H/S B0      (06-9e-09:2a) 5e-&gt;80
CFL U0          (06-9e-0a:22) 70-&gt;80
CFL B0          (06-9e-0b:02) 72-&gt;80
SKX H0          (06-55-04:b7) 2000035-&gt;200003c
GLK B0          (06-7a-01:01) 1e-&gt;22

Reviewed by:	A bunch of folks on the review
Sponsored by:	Limelight Networks
Differential Revision:	https://reviews.freebsd.org/D13815

Revert to previous Intel microcode archive (20171117).

FreeBSD kernel changes to make use of the capabilities provided by the
new microcode update have not yet been committed. Since we do not yet
require them, allow more time for validation.

Approved by:	emaste
Sponsored by:	Limelight Networks

sysutils/devcpu-data: Update AMD microcode, add cpu 17h microcode,
drop malfunctioning individual "AMD-XXX" files.

On the few machines that actually have microcode updates, chopping up the
microcode is incorrect and results in a failure to update.  Don't do that.

I personally run this on my FX-8150 and this has been tested by a few others.

Sponsored by:	 Limelight Networks
Differential Revision:	https://reviews.freebsd.org/D13832

sysutils/devcpu-data:  Only run "cpucontrol -e" once.

Submitted by:	kib
Sponsored by:	Limelight Networks

sysutils/devcpu-data: fix rc script

PR:		225173
Reviewed by:	sbruno
Approved by:	portmgr (implicit)
Approved by:	ports-secteam (implicit)
</content>
</entry>
<entry>
<title>- Update AMD microcode to 2014-12-01</title>
<updated>2015-03-06T22:37:04Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2015-03-06T22:37:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3eddb1dcc60200ead6c071ffabc6337e6d8695f1'/>
<id>urn:sha1:3eddb1dcc60200ead6c071ffabc6337e6d8695f1</id>
<content type='text'>
- Bump PORTVERSION to 1.5
- While I'm here, use versioned AMD microcode archive

PR:		198371
Submitted by:	John Clark &lt;clarkjc@runbox.com&gt; (maintainer)
</content>
</entry>
<entry>
<title>sysutils/devcpu-data: update to 1.1</title>
<updated>2014-06-15T21:29:38Z</updated>
<author>
<name>William Grzybowski</name>
<email>wg@FreeBSD.org</email>
</author>
<published>2014-06-15T21:29:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9497c8b3c30b1fad869abc3b4bd5c69f7597d9bb'/>
<id>urn:sha1:9497c8b3c30b1fad869abc3b4bd5c69f7597d9bb</id>
<content type='text'>
PR:		190712
Submitted by:	Lawrence Chen
Approved by:	maintainer
</content>
</entry>
<entry>
<title>Add forgotten files</title>
<updated>2014-06-04T20:18:55Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-06-04T20:18:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=24254258f927901b0e2a2a8569ce3484168a34d6'/>
<id>urn:sha1:24254258f927901b0e2a2a8569ce3484168a34d6</id>
<content type='text'>
Reported by:	many
</content>
</entry>
</feed>
