mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
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
17 lines
374 B
Makefile
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>
|