<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/sysutils/cpu-microcode-intel, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2026-05-26T02:10:18Z</updated>
<entry>
<title>sysutils/cpu-microcode-intel: Handle extended signature tables</title>
<updated>2026-05-26T02:10:18Z</updated>
<author>
<name>Joseph Mingrone</name>
<email>jrm@FreeBSD.org</email>
</author>
<published>2026-05-25T16:15:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d4b93e88468975e64d6321cfc463f5fc19f46d35'/>
<id>urn:sha1:d4b93e88468975e64d6321cfc463f5fc19f46d35</id>
<content type='text'>
Intel microcode files can contain an extended signature table after the
main payload, listing additional processor signatures and platform flag
combinations that are covered by the same microcode blob.

ucode-split was only reading the primary header signature when naming
output files and ignored the extended table entirely.  As a result,
processors whose signature appeared only in an extended table entry had
no matching split file in ${DATADIR} and therefore no microcode via
cpucontrol(8).

This affected a number of CPU families in the current release, including
Raptor Lake (06-bf-02/05/06/07, Core Gen13/Gen14), Sapphire Rapids
steppings E0-E3 (06-8f-04 through 06-8f-07), Arrow Lake-H (06-c5-02),
Panther Lake (06-cc-02/03), and others.

Extend ucode-split to read the extended signature table and write an
additional output file for each entry.

PR:		295351
Reported by:	fastboot &lt;255.255.255.255@web.de&gt;
Reviewed by:	markj, sbruno
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D57046
</content>
</entry>
<entry>
<title>sysutils/cpu-microcode-intel: Update to 2026-05-12 release</title>
<updated>2026-05-12T18:29:39Z</updated>
<author>
<name>Joseph Mingrone</name>
<email>jrm@FreeBSD.org</email>
</author>
<published>2026-05-12T17:50:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=64880edb1ae15b052b6bbf7e2cfaafde907557c2'/>
<id>urn:sha1:64880edb1ae15b052b6bbf7e2cfaafde907557c2</id>
<content type='text'>
This update includes security fixes for INTEL-SA-01420 affecting some
Arrow Lake and Panther Lake CPUs, as well as functional improvements for
various Intel Core Ultra and Xeon processors.

Release notes:	https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20260512
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>sysutils/cpu-microcode-intel: Update to 2026-02-27 release</title>
<updated>2026-02-28T17:14:36Z</updated>
<author>
<name>Joseph Mingrone</name>
<email>jrm@FreeBSD.org</email>
</author>
<published>2026-02-28T17:06:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0a59156682e8255b20b995f1d9d6fa72b8da2386'/>
<id>urn:sha1:0a59156682e8255b20b995f1d9d6fa72b8da2386</id>
<content type='text'>
This update is for functional issues with Xeon 6700P-B/6500P-B Series
SoC with P-Cores.

Release notes:	https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20260227
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>sysutils/cpu-microcode-intel: Update to 20260210 release</title>
<updated>2026-02-10T20:57:42Z</updated>
<author>
<name>Joseph Mingrone</name>
<email>jrm@FreeBSD.org</email>
</author>
<published>2026-02-10T20:49:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0cc92863dd2b4235d96a251168c12b7c584575be'/>
<id>urn:sha1:0cc92863dd2b4235d96a251168c12b7c584575be</id>
<content type='text'>
This update addresses functional issues and security vulnerabilities for
INTEL-SA-01083 and INTEL-SA-01396.  Refer to the release notes for
details.

Release notes:	https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20260210
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>sysutils/cpu-microcode-intel: Dont depend on cpu-microcode-rc</title>
<updated>2026-01-07T21:43:21Z</updated>
<author>
<name>Alexander Ziaee</name>
<email>ziaee@FreeBSD.org</email>
</author>
<published>2026-01-07T21:43:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5b4090e27da928ace73ecdd06173e2e37c825af4'/>
<id>urn:sha1:5b4090e27da928ace73ecdd06173e2e37c825af4</id>
<content type='text'>
All Intel systems running 15.0 or 14.3 support loading at boot time
without cpu-microcode-rc, therefore, do not depend on it by default.
Update the package message with the current up-to-date instructions.

Approved by:		jrm (maintainer)
Differential Revision:	https://reviews.freebsd.org/D54515
</content>
</entry>
<entry>
<title>sysutils/cpu-microcode-intel: Update to 2025-11-11 release</title>
<updated>2025-11-19T16:17:06Z</updated>
<author>
<name>Joseph Mingrone</name>
<email>jrm@FreeBSD.org</email>
</author>
<published>2025-11-19T16:12:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d7fc2d4df640b9c33efb22be20e77543cffde67d'/>
<id>urn:sha1:d7fc2d4df640b9c33efb22be20e77543cffde67d</id>
<content type='text'>
This update provides functional improvements for a range of Intel CPUs
and introduces support for the Xeon 6700P-B/6500P-B Series SoCs with
P-cores.  See the upstream release notes for details.

Release notes:	https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20251111
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>sysutils/cpu-microcode-intel: Update to 2025-08-12 release</title>
<updated>2025-08-12T19:52:00Z</updated>
<author>
<name>Joseph Mingrone</name>
<email>jrm@FreeBSD.org</email>
</author>
<published>2025-08-12T19:02:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=96097b885cada67b3abd2cd3fc176dbbcc7c4d5d'/>
<id>urn:sha1:96097b885cada67b3abd2cd3fc176dbbcc7c4d5d</id>
<content type='text'>
This update mitigates new security vulnerabilities affecting some Intel
CPUs.  See the release notes for details.

Release notes:	https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20250812
Sponsored by:   The FreeBSD Foundation
</content>
</entry>
<entry>
<title>sysutils/cpu-microcode-intel: Update to 2025-05-12 release</title>
<updated>2025-05-12T19:31:39Z</updated>
<author>
<name>Joseph Mingrone</name>
<email>jrm@FreeBSD.org</email>
</author>
<published>2025-05-12T19:20:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1a17e85438eec29f1925e749a213fe3dd70373ae'/>
<id>urn:sha1:1a17e85438eec29f1925e749a213fe3dd70373ae</id>
<content type='text'>
This update addresses functional issues and mitigates vulnerabilities affecting
certain Intel CPUs.  Refer to the release notes for details.

Release notes:	https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20250512
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>sysutils/cpu-microcode-intel: Update to 2025-02-11 release</title>
<updated>2025-02-12T16:21:33Z</updated>
<author>
<name>Joseph Mingrone</name>
<email>jrm@FreeBSD.org</email>
</author>
<published>2025-02-12T15:51:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0838edbee429576c6351e55fe67853618b8fdc67'/>
<id>urn:sha1:0838edbee429576c6351e55fe67853618b8fdc67</id>
<content type='text'>
This update mitigates vulnerabilities with some Intel CPUs.

Release notes:	https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20250211
Security:	d598266d-7772-4a31-9594-83b76b1fb837
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>sysutils/cpu-microcode-intel: Update to 2024-11-12 release</title>
<updated>2024-11-12T20:18:53Z</updated>
<author>
<name>Joseph Mingrone</name>
<email>jrm@FreeBSD.org</email>
</author>
<published>2024-11-12T20:14:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ad87a5f000ce32e1028dea1cc15ba35015555cd5'/>
<id>urn:sha1:ad87a5f000ce32e1028dea1cc15ba35015555cd5</id>
<content type='text'>
This update mitigates vulnerabilities with some Intel CPUs.

Release notes:	https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20241112
Security:	33236f80-a11d-11ef-a964-1c697a616631
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
</feed>
