mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-08 00:21:46 +00:00
5f5604ef6a9862bdf2e9c5231496ecea3b5bb9c3
Intel's microcode is a binary that has been converted to an array of 32bit values. Instead of converting that back to binary on every compile, just store the microcode as a binary in the first place, and add that binary to CBFS. This patch adds a script that takes all current Intel microcode.h files and produces microcode.bin files. In addition, this patch also adds all the microcode.bin files produced by the script. Change-Id: Ia2712b50b49685f3eb781c0c68168ea1914350f8 Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Description
No description provided
Languages
C
64.7%
Lasso
20.7%
ASL
3.6%
JavaScript
3.2%
C#
2.9%
Other
4.6%