Page MenuHomeFreeBSD

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

Authored by jrm on Nov 14 2023, 4:56 PM.
Tags
None
Referenced Files
F82805789: D42598.id130082.diff
Thu, May 2, 6:47 PM
Unknown Object (File)
Mon, Apr 8, 2:15 PM
Unknown Object (File)
Mon, Apr 8, 12:28 PM
Unknown Object (File)
Mar 4 2024, 8:37 AM
Unknown Object (File)
Mar 4 2024, 8:28 AM
Unknown Object (File)
Jan 18 2024, 2:43 PM
Unknown Object (File)
Dec 29 2023, 5:42 PM
Unknown Object (File)
Dec 24 2023, 9: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