aboutsummaryrefslogtreecommitdiff
path: root/sysutils/devcpu-data-amd
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/devcpu-data: Update AMD 17h and 19h mcode.Sean Bruno2022-04-172-13/+13
| | | | | See update in the linux-firware repository. https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/amd-ucode
* sysutils/devcpu-data: Update AMD Microcode 19h.Sean Bruno2022-02-222-13/+13
|
* sysutils/devcpu-data-amd: Unbreak & fix syntax errorKoichiro Iwao2021-11-162-12/+12
| | | | | | | | | | | | | | | | when PORTREVISION=0 && MASTER_SITE_FREEBSD=yes. make[4]: "/usr/ports/Mk/bsd.port.mk" line 2505: Unclosed variable "/" make[4]: "/usr/ports/Mk/bsd.port.mk" line 2505: Undefined variable "${/" make[4]: Fatal errors encountered -- cannot continue===> sysutils/devcpu-data-amd failed *** [describe.sysutils] Error code 1 I don't see any reasons to use per-version DIST_SUBDIR since it causes Makefile syntax error and distfiles now includes its revision hash like this: - microcode_amd.bin?id=f5d519563ac9d2d1f382a817aae5ec5473811ac Approved by: portmgr (build fix blanket)
* sysutils/devcpu-data-amd: Update to 2021-11-15 commit, f5d519563aJoseph Mingrone2021-11-162-14/+13
| | | | | | | | https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=f5d519563a Differential Revision: https://reviews.freebsd.org/D33002 Approved by: sbruno (maintainer)
* sysutils/devcpu-data-amd: Specify the hash to fetchJoseph Mingrone2021-11-132-19/+22
| | | | | | | | | | Fetching the latest revision of these firmware files could result in a checksum mismatch if the files were updated in the upstream repository. By downloading a specific revision, we prevent this potential problem. Reported by: diizzy Approved by: sbruno (maintainer) Differential Revision: https://reviews.freebsd.org/D32969
* sysutils/devcpu-data-amd: Download microcode from ucode repoJoseph Mingrone2021-11-114-21/+30
| | | | | | | | | | | | | | | - Download AMD microcode firmware from git.kernel.org. - Make updates slightly simpler by referencing ${DISTFILES} rather than repeating the contents. - Expand pkg-descr. - Group and sort standard bsd.port.mk variables. Reported by: sbruno (maintainer) Approved by: sbruno (maintainer) Differential Revision: https://reviews.freebsd.org/D32935
* sysutils/devcpu-data: New AMD ucode 19hSean Bruno2021-11-103-4/+6
| | | | | | - Update to include new 19h AMD ucode that appears in linux ucode repo https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/amd-ucode - No change to any other ucode.
* sysutils/devcpu-data: Split off two new ports for vendor dataJoseph Mingrone2021-11-076-0/+115
sysutils/devcpu-data is now just an RC script that optionally depends on two new ports, sysutils/devcpu-data-amd and sysutils/devcpu-data-intel. The two new ports each contain vendor microcode data. While here: - Set missing license information. The license was obtained from https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/LICENSE.amd-ucode - Update varaible ordering per portclippy Reviewed by: decke, emaste, markj Approved by: sbruno (maintainer) Differential Revision: https://reviews.freebsd.org/D32349