2014-02-04 10:25:57 +01:00
|
|
|
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.
|
2019-05-20 15:52:39 +02:00
|
|
|
|
|
|
|
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files
|
2019-05-21 00:17:12 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_INTEL_MICROCODE_INSTALL_TARGET
|
|
|
|
bool "install microcode files to /lib/firmware in target"
|
|
|
|
default y
|
|
|
|
depends on BR2_PACKAGE_INTEL_MICROCODE
|
|
|
|
help
|
|
|
|
Select this option to have the microcode files installed to
|
|
|
|
/lib/firmware/intel-ucode in the target root filesystem, in
|
|
|
|
addition to the images directory.
|