summaryrefslogtreecommitdiff
path: root/sysutils/cpu-microcode (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/cpu-microcode*: support early loading of AMD ucodeChuck Silvers2024-02-231-1/+2
| | | | | | | | | | Install the AMD ucode in /boot/firmware for early loading just like is done for intel. Update the instructions for early loading to reflect that AMD is now supported too. Sponsored By: Netflix Reviewed by: jrm Differential Revision: https://reviews.freebsd.org/D44025
* cpu microcode ports: Take maintainershipJoseph Mingrone2023-11-131-1/+1
| | | | | | | While here, pet portclippy/portfmt. Approved by: seanc (past maintainer) Sponsored by: The FreeBSD Foundation
* sysutils/cpu-microcode-*: Reorganize CPU microcode portsJoseph Mingrone2023-08-162-0/+20
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