Port details |
- cpu-microcode-rc RC script for CPU microcode updates
- 1.0_2 sysutils =8 1.0_2Version of this port present on the latest quarterly branch.
- Maintainer: jrm@FreeBSD.org
- Port Added: 2023-08-16 17:09:09
- Last Update: 2024-02-24 20:34:14
- Commit Hash: 4d5a4ef
- People watching this port, also watch:: gettext-runtime, libxml2, libevent, indexinfo, expat
- License: BSD2CLAUSE
- Description:
- An RC script for one of two methods to update CPU microcode.
Early loading, which does not require this RC script, is usually the preferred
method because updates are applied before the kernel performs CPU feature
detection. The other method, which requires this RC script, is late loading.
AMD systems running FreeBSD prior to 2024-02-22 snapshot 34467bd76 only support
late loading.
CPU microcode data can be installed from one of the sysutils/cpu-microcode-*
ports.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cpu-microcode-rc>0:sysutils/cpu-microcode-rc
- To install the port:
- cd /usr/ports/sysutils/cpu-microcode-rc/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/cpu-microcode-rc
- pkg install cpu-microcode-rc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cpu-microcode-rc
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- There is no distinfo for this port.
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Run
-
- sysutils/cpu-microcode-amd
- sysutils/cpu-microcode-intel
Configuration Options:
- No options to configure
- Options name:
- sysutils_cpu-microcode-rc
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0_2 24 Feb 2024 20:34:14 |
Joseph Mingrone (jrm) |
sysutils/cpu-microcode-rc: Update pkg-descr and pkg-message
- Note that the early loading is now available for AMD systems after
2024-02-22 src snapshot, 34467bd76.
- Do not refer to old port names
- Refer to sysutils/cpu-microcode-* so we are covered if any new CPU
microcode ports are added to the tree
Reviewed by: chs
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D44048 |
1.0_1 23 Feb 2024 17:29:13 |
Chuck Silvers (chs) |
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 |
1.0_1 11 Dec 2023 16:53:38 |
Mark Johnston (markj) |
sysutils/cpu-microcode-rc: Fix a typo in a warning in the rc script
Reviewed by: jrm
Differential Revision: https://reviews.freebsd.org/D42994 |
1.0_1 13 Nov 2023 17:32:33 |
Joseph Mingrone (jrm) |
cpu microcode ports: Take maintainership
While here, pet portclippy/portfmt.
Approved by: seanc (past maintainer)
Sponsored by: The FreeBSD Foundation |
1.0 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 |