Wednesday, August 09, 2023

update amd microcode to 20230809

Genoa and Bergamo (4th gen epyc) patches for
https://www.amd.com/en/resources/product-security/bulletin/amd-sb-7005.html

Family=0x19 Model=0x11 Stepping=0x01: Patch=0x0a10113e Length=5568 bytes
Family=0x19 Model=0x11 Stepping=0x02: Patch=0x0a10123e Length=5568 bytes
Family=0x19 Model=0xa0 Stepping=0x02: Patch=0x0aa00212 Length=5568 bytes
Family=0x19 Model=0xa0 Stepping=0x01: Patch=0x0aa00116 Length=5568 bytes

the previous patches covered Milan (3rd gen epyc)

Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/firmware/amd/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile 7 Aug 2023 03:45:05 -0000 1.4
+++ Makefile 9 Aug 2023 12:14:55 -0000
@@ -1,14 +1,16 @@
COMMENT= microcode update binaries for AMD CPUs
FW_DRIVER= amd
-FW_VER= 20230804
-DISTNAME= linux-firmware-${FW_VER}
-EXTRACT_SUFX= .tar.xz
+FW_VER= 20230809
+DISTNAME= linux-firmware-f2eb058afc57348cde66852272d6bf11da1eef8f
+#DISTNAME= linux-firmware-${FW_VER}
+#EXTRACT_SUFX= .tar.xz
EXTRACT_FILES= ${DISTNAME}/{LICENSE.\*,amd-ucode}

MAINTAINER= Jonathan Gray <jsg@openbsd.org>

HOMEPAGE= https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/amd-ucode
-MASTER_SITES=
https://cdn.kernel.org/pub/linux/kernel/firmware/
+MASTER_SITES= https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/
+#MASTER_SITES=
https://cdn.kernel.org/pub/linux/kernel/firmware/

do-install:
${INSTALL_DATA_DIR} ${PREFIX}/firmware/amd
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/firmware/amd/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo 7 Aug 2023 03:45:05 -0000 1.3
+++ distinfo 9 Aug 2023 12:17:00 -0000
@@ -1,2 +1,2 @@
-SHA256 (firmware/linux-firmware-20230804.tar.xz) = iNRsVDhH7jsDQE1JQdkckpdGkO4fb9y+6c7z5fl9tog=
-SIZE (firmware/linux-firmware-20230804.tar.xz) = 295170972
+SHA256 (firmware/linux-firmware-f2eb058afc57348cde66852272d6bf11da1eef8f.tar.gz) = /NVwuLJZBJ3YSgMm8XoxMnGWL4Bsoy29nkDN2QeYV9A=
+SIZE (firmware/linux-firmware-f2eb058afc57348cde66852272d6bf11da1eef8f.tar.gz) = 457911356

No comments:

Post a Comment