summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-05-23 20:02:28 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-05-23 20:24:36 +0200
commiteb9036f6f998c91c6bc021f73bc10ca1b5240ae7 (patch)
tree42215927376842e061dc507e6b778e1843ee70cc /sys-firmware/intel-microcode/metadata.xml
parentapp-text/coolreader: bump to 3.2.2.1 (diff)
downloadgentoo-eb9036f6f998c91c6bc021f73bc10ca1b5240ae7.tar.gz
gentoo-eb9036f6f998c91c6bc021f73bc10ca1b5240ae7.tar.bz2
gentoo-eb9036f6f998c91c6bc021f73bc10ca1b5240ae7.zip
sys-firmware/intel-microcode: Bump
Ebuild changes: =============== - Based on Intel's microcode tarball from 2018-04-25. - Added 210+ additional microcode updates (for production, no beta release!), which are signed by Intel and publicly available but are not distributed via Intel's microcode tarball for marketing/product phase out reasons. You can prevent the usage of these microcode updates and stick with content from Intel's official release tarball via new "vanilla" USE flag. - Blacklisted microcode 0x000604f1 aka 06-4f-01 aka CPUID 406F1 which requires a newer microcode loader in kernel which is only available in kernel >=4.14.34. It is blacklisted because loading via older loader could crash the system. A news item with instructions will follow. Closes: https://github.com/gentoo/gentoo/pull/8532 Bug: https://bugs.gentoo.org/654638 Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'sys-firmware/intel-microcode/metadata.xml')
-rw-r--r--sys-firmware/intel-microcode/metadata.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-firmware/intel-microcode/metadata.xml b/sys-firmware/intel-microcode/metadata.xml
index f8bcf6658dd3..2d96b231657b 100644
--- a/sys-firmware/intel-microcode/metadata.xml
+++ b/sys-firmware/intel-microcode/metadata.xml
@@ -9,5 +9,6 @@
<flag name="initramfs">install a small initramfs for use with CONFIG_MICROCODE_EARLY</flag>
<flag name="monolithic">install the large text microcode.dat (used by older kernels via microcode_ctl)</flag>
<flag name="split-ucode">install the split binary ucode files (used by the kernel directly)</flag>
+ <flag name="vanilla">install only microcode updates from Intel's official microcode tarball</flag>
</use>
</pkgmetadata>