mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
intel-microcode: new package
The intel microcode is a proprietary package which provides a data file used to correct processors errors. It was originally sent by Richard Braun <rbraun@sceen.net> [Peter: set _LICENSE_FILES] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Cc: Richard Braun <rbraun@sceen.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
1e7602327a
commit
ee8f0ecfbc
7
package/intel-microcode/Config.in
Normal file
7
package/intel-microcode/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user