-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
234 added missing intel-ucode microcode files (#235)
- components/intel-ucode: added intel microcode files
- Loading branch information
1 parent
ee1a475
commit 373e5e4
Showing
4 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
id: intel-ucode | ||
version: 20240813 | ||
about: Microcode update files for Intel CPUs | ||
|
||
script: |- | ||
rm -f intel-ucode{,-with-caveats}/list | ||
mkdir -p kernel/x86/microcode | ||
iucode_tool --write-earlyfw=intel-ucode.img intel-ucode{,-with-caveats}/ | ||
install -vDm 644 intel-ucode/* -t %{install-root}%{libdir}/firmware/intel-ucode/ | ||
build-depends: | ||
- components/iucode-tool.yml | ||
|
||
sources: | ||
- https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/refs/tags/microcode-%{version}.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
id: iucode-tool | ||
version: 2.3.1 | ||
about: Tool to manipulate Intel® IA-32/X86-64 microcode bundles | ||
|
||
depends: | ||
- components/glibc.yml | ||
|
||
sources: | ||
- https://gitlab.com/iucode-tool/releases/raw/master/iucode-tool_%{version}.tar.xz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters