diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2014-06-17 18:10:54 -0700 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2014-09-04 08:46:42 -0500 |
commit | 50abd223b626fc7508e24b55fc1b22c7b3a66e97 (patch) | |
tree | 2b2eec52933cb9ea81d6341b07c51981b04cfe06 /conf/machine/include | |
parent | 7a6c460519c7d5424b512ef1929b3b0694a282ef (diff) | |
download | meta-intel-50abd223b626fc7508e24b55fc1b22c7b3a66e97.tar.gz |
meta-intel BSPs: enable microcode loading support for images
For the BSPs using the meta-intel.inc file enable the early boot-time kernel
as well as the user space microcode loading support.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/meta-intel.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index fb9b4a8a..07e43844 100644 --- a/conf/machine/include/meta-intel.inc +++ b/conf/machine/include/meta-intel.inc | |||
@@ -24,3 +24,10 @@ XSERVER_X86_MATROX_MGA = "xf86-video-mga \ | |||
24 | 24 | ||
25 | XSERVER_X86_ASPEED_AST = "xf86-video-ast \ | 25 | XSERVER_X86_ASPEED_AST = "xf86-video-ast \ |
26 | " | 26 | " |
27 | |||
28 | # include the user space intel microcode loading support in the generated images. | ||
29 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = " intel-microcode iucode-tool" | ||
30 | |||
31 | # For the early boot time kernel microcode loading support, | ||
32 | # merge the microcode data in the final initrd image. | ||
33 | INITRD_prepend = "${DEPLOY_DIR_IMAGE}/microcode.cpio " | ||