mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 22:54:10 +02:00
22 lines
959 B
XML
22 lines
959 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>base-system@gentoo.org</email>
|
|
<name>Gentoo Base System</name>
|
|
</maintainer>
|
|
<maintainer type="person">
|
|
<email>mpagano@gentoo.org</email>
|
|
<name>Mike Pagano</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="initramfs">Install a small initramfs for use with CONFIG_MICROCODE_EARLY</flag>
|
|
<flag name="hostonly">Only install ucode(s) supported by currently available (=online) processor(s)</flag>
|
|
<flag name="split-ucode">Install the split binary ucode files (used by the kernel directly)</flag>
|
|
<flag name="vanilla">Only install microcode updates from Intel's official microcode tarball</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">intel/Intel-Linux-Processor-Microcode-Data-Files</remote-id>
|
|
<remote-id type="github">platomav/CPUMicrocodes</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|