ports/sysutils/cpu-microcode/Makefile
Chuck Silvers 8972ab311c sysutils/cpu-microcode*: support early loading of AMD ucode
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
2024-02-23 09:29:13 -08:00

17 lines
374 B
Makefile

PORTNAME= microcode
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= sysutils
PKGNAMEPREFIX= cpu-
MAINTAINER= jrm@FreeBSD.org
COMMENT= Meta-package for CPU microcode updates
ONLY_FOR_ARCHS= amd64 i386
RUN_DEPENDS= /boot/firmware/amd-ucode.bin:sysutils/cpu-microcode-amd \
/boot/firmware/intel-ucode.bin:sysutils/cpu-microcode-intel
USES= metaport
.include <bsd.port.mk>