Page MenuHomeFreeBSD

sysutils/cpu-microcode-intel: Update to 20231114
ClosedPublic

Authored by jrm on Nov 14 2023, 4:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 4, 2:04 AM
Unknown Object (File)
Jan 10 2025, 8:24 AM
Unknown Object (File)
Nov 13 2024, 10:23 PM
Unknown Object (File)
Oct 21 2024, 2:53 PM
Unknown Object (File)
Oct 4 2024, 6:25 AM
Unknown Object (File)
Oct 3 2024, 1:09 PM
Unknown Object (File)
Oct 3 2024, 7:43 AM
Unknown Object (File)
Oct 1 2024, 1:27 PM
Subscribers

Details

Summary
Test Plan

Bootloader method

  • Add these lines to /boot/loader.conf:

cpu_microcode_load="YES"
cpu_microcode_name="/boot/firmware/intel-ucode.bin"

  • Reboot
  • dmesg | grep micro

cpucontrol / RC method

sudo cpucontrol -m 0x8b /dev/cpuctl0
sudo service microcode_update onestart
sudo cpucontrol -m 0x8b /dev/cpuctl0

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jrm requested review of this revision.Nov 14 2023, 4:56 PM
jrm created this revision.
dch added a subscriber: dch.

LGTM, built & service started on CPU: Intel(R) Xeon(R) CPU E5-2667 v4 @ 3.20GHz (3200.00-MHz K8-class CPU).. 15.0-CURRENT.

This revision is now accepted and ready to land.Nov 14 2023, 5:07 PM