mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Includes MDS mitigation (RIDL, Fallout, Zombieload), INTEL-SA-00223 Move to the Intel github repo as this release is not yet available on downloadmirror.intel.com. Update license hash because of copyright year and DOS/UNIX newlines change. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
366 B
Plaintext
10 lines
366 B
Plaintext
config BR2_PACKAGE_INTEL_MICROCODE
|
|
bool "intel-microcode"
|
|
depends on BR2_x86_64 || BR2_i386
|
|
help
|
|
This package provides an Intel microcode data file that can be
|
|
used to correct processor errors. The iucode-tool package and
|
|
proper kernel support are required to upload the microcode.
|
|
|
|
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files
|