1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

sysutils/devcpu-data

- Update AMD microcode
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/amd-ucode?id=7518922bd5b98b137af7aaf3c836f5a498e91609
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/amd-ucode?id=77101513943ef198e2050667c87abf19e6cbb1d8

At least on my FX-8150, I can run spectre test code and it fails after
applying the 15h update.

I have not seen a system that needs the 17h update, and we think this
only covers EPYC processors, not Ryzen.

When I tested this on an EPYC at work, the tools detected that the 17h
microcode was correct but uneeded for the Dell system.

PR:		228567
Sponsored by:	Limelight Networks
Differential Revision:	https://reviews.freebsd.org/D15523
This commit is contained in:
Sean Bruno 2018-05-28 17:08:35 +00:00
parent 017436c004
commit 94732c2282
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471058
2 changed files with 9 additions and 10 deletions

View File

@ -2,14 +2,13 @@
# $FreeBSD$
PORTNAME= data
PORTVERSION= 1.16
PORTREVISION= 2
PORTVERSION= 1.17
CATEGORIES= sysutils
MASTER_SITES= https://downloadmirror.intel.com/27776/eng/:intel \
LOCAL/sbruno:amd
PKGNAMEPREFIX= devcpu-
DISTFILES= microcode-20180425.tgz:intel \
amd64-microcode_3.20171205.1.tar.xz:amd
amd64-microcode.20180525.tar.xz:amd
MAINTAINER= sbruno@freebsd.org
COMMENT= Intel and AMD CPUs microcode updates
@ -32,10 +31,10 @@ post-extract:
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/amd64-microcode-3.20171205.1/microcode_amd.bin ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/amd64-microcode-3.20171205.1/microcode_amd_fam15h.bin ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/amd64-microcode-3.20171205.1/microcode_amd_fam16h.bin ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/amd64-microcode-3.20171205.1/microcode_amd_fam17h.bin ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/microcode_amd.bin ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/microcode_amd_fam15h.bin ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/microcode_amd_fam16h.bin ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/microcode_amd_fam17h.bin ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/mcodes/* ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1526996964
TIMESTAMP = 1527261865
SHA256 (microcode-20180425.tgz) = f0d2492f4561e2559f6c9471b231cb8262d45762c0e7cccf787be5c189b4e2d6
SIZE (microcode-20180425.tgz) = 1565473
SHA256 (amd64-microcode_3.20171205.1.tar.xz) = a38bc072f535a3d3c1bf4e9e545197aa5114e979e94ef7e4a67e615df2f853a7
SIZE (amd64-microcode_3.20171205.1.tar.xz) = 32584
SHA256 (amd64-microcode.20180525.tar.xz) = ca2ff90c72e837c9408953edd147efee17a3c96e60ce42a2afa9f484ba5e3ae2
SIZE (amd64-microcode.20180525.tar.xz) = 20476