Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20230724 16 Aug 2023 17:06:40 |
Joseph Mingrone (jrm) |
sysutils/cpu-microcode-*: Reorganize CPU microcode ports
Prior to this update, sysutils/devcpu-data, which only contained an RC
script, had run dependencies on the AMD and Intel microcode ports. This
made it cumbersome to have just the AMD or just the Intel microcode
ports installed. With this change, the microcode ports now depend on
the RC script.
Other changes:
- Use more intuitive port names: cpu-microcode, cpu-microcode-amd,
cpu-microcode-intel, and cpu-microcode-rc.
- Add the metaport, cpu-microcode, which pulls in all related ports.
- Pet portclippy/portfmt
Reviewed by: lwhsu, markj
Approved by: sbruno (maintainer)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D41406 |
20230724 24 Jul 2023 17:18:31 |
Ed Maste (emaste) |
sysutils/devcpu-data: update AMD 17h and 19h µcode
See update in the linux-firware repository.
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/amd-ucode
Reviewed by: delphij
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D41161 |
20230424 24 Apr 2023 20:43:05 |
Sean Bruno (sbruno) |
sysutils/devcpu-data: Update 17h AMD microcode
Update devcpu-data-amd to capture updates to 17h CPU microcode from
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/amd-ucode?id=69143e8eca62a80b9791b8d358d1cc4c90e373c9 |
20230219 19 Feb 2023 18:29:51 |
Sean Bruno (sbruno) |
devcpu-data: AMD Microcode 19h Update:
Updates posted to linux-firmware repository:
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/amd-ucode?id=f79e4ba7ed345c55b72faaaa94ff7430f4b9e1aa |
20221002 02 Oct 2022 21:32:31 |
Sean Bruno (sbruno) |
devcpu-data: update AMD 19h microcode to 2022-09-30 release
Updates posted to linux-firmware repository:
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/amd-ucode?id=fdf1a65258522edf18a0a1768fbafa61ed07e598 |
20220414 17 Apr 2022 00:02:26 |
Sean Bruno (sbruno) |
sysutils/devcpu-data: Update AMD 17h and 19h mcode.
See update in the linux-firware repository.
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/amd-ucode |
20220221 22 Feb 2022 01:32:33 |
Sean Bruno (sbruno) |
sysutils/devcpu-data: Update AMD Microcode 19h. |
20211115 16 Nov 2021 08:05:38 |
Koichiro Iwao (meta) |
sysutils/devcpu-data-amd: Unbreak & fix syntax error
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) |
20211115 16 Nov 2021 00:54:01 |
Joseph Mingrone (jrm) |
sysutils/devcpu-data-amd: Update to 2021-11-15 commit, f5d519563a
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) |
20211109_2 13 Nov 2021 04:30:57 |
Joseph Mingrone (jrm) |
sysutils/devcpu-data-amd: Specify the hash to fetch
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 |
20211109_1 11 Nov 2021 22:10:27 |
Joseph Mingrone (jrm) |
sysutils/devcpu-data-amd: Download microcode from ucode repo
- 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 |
20211109 10 Nov 2021 00:12:29 |
Sean Bruno (sbruno) |
sysutils/devcpu-data: New AMD ucode 19h
- 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. |
20191228 07 Nov 2021 21:17:03 |
Joseph Mingrone (jrm) |
sysutils/devcpu-data: Split off two new ports for vendor data
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 |