From 50abd223b626fc7508e24b55fc1b22c7b3a66e97 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 17 Jun 2014 18:10:54 -0700 Subject: 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 Signed-off-by: Tom Zanussi --- conf/machine/include/meta-intel.inc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'conf') 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 \ XSERVER_X86_ASPEED_AST = "xf86-video-ast \ " + +# include the user space intel microcode loading support in the generated images. +MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = " intel-microcode iucode-tool" + +# For the early boot time kernel microcode loading support, +# merge the microcode data in the final initrd image. +INITRD_prepend = "${DEPLOY_DIR_IMAGE}/microcode.cpio " -- cgit v1.2.3-54-g00ecf