Page MenuHomeFreeBSD

sysutils/cpu-microcode-amd: Update to 2023-10-19 snapshot
ClosedPublic

Authored by jrm on Nov 13 2023, 8:02 PM.
Tags
None
Referenced Files
F135574745: D42573.diff
Mon, Nov 10, 11:22 PM
Unknown Object (File)
Fri, Oct 31, 7:28 PM
Unknown Object (File)
Tue, Oct 28, 5:24 AM
Unknown Object (File)
Thu, Oct 23, 7:24 AM
Unknown Object (File)
Wed, Oct 22, 11:10 PM
Unknown Object (File)
Wed, Oct 22, 11:10 PM
Unknown Object (File)
Wed, Oct 22, 2:32 PM
Unknown Object (File)
Mon, Oct 13, 2:52 AM
Subscribers

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 54397
Build 51287: arc lint + arc unit

Event Timeline

jrm requested review of this revision.Nov 13 2023, 8:02 PM
jrm created this revision.

To test:

% sudo cpucontrol -m 0x8b /dev/cpuctl0
% sudo service microcode_update onestart
% sudo cpucontrol -m 0x8b /dev/cpuctl0
This comment was removed by jrm.

For what it's worth, this appears to be a no-op on a Ryzen 7950X3D (with a very recent BIOS installed):

markj@xinde> sudo cpucontrol -m 0x8b /dev/cpuctl0
MSR 0x8b: 0x00000000 0x0a601206
markj@xinde> sudo service microcode_update onestart
Updating CPU Microcode...
Done.
markj@xinde> sudo cpucontrol -m 0x8b /dev/cpuctl0
MSR 0x8b: 0x00000000 0x0a601206
This revision was not accepted when it landed; it landed in state Needs Review.Dec 3 2023, 12:49 PM
This revision was automatically updated to reflect the committed changes.