|
@@ -7,3 +7,12 @@ config BR2_PACKAGE_INTEL_MICROCODE
|
|
|
proper kernel support are required to upload the microcode.
|
|
|
|
|
|
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files
|
|
|
+
|
|
|
+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.
|