[meta-intel] [Patch v2 0/7] enable microcode loading support for meta-intel BSPs

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Fri Jul 11 11:59:04 PDT 2014


From: Nitin A Kamble <nitin.a.kamble at intel.com>


This is v2 of the commits incorporating feedback from Richard and Ross.

Note that the changes from this commit can go into the oecore layer.
	[Patch v2 5/7] image-ucode.bbclass: a new bbclass for initramfs

Thanks,
Nitin

The following changes since commit 05dd98cf5c117a8bdd566d36d20a84fff20e8cc3:

  linux-yocto: Make KERNEL_MODULE_AUTOLOAD machine specific (2014-06-26 14:22:10 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel-contrib nitin/misc
  http://git.yoctoproject.org/cgit.cgi/meta-intel-contrib/log/?h=nitin/misc

Nitin A Kamble (7):
  meta-intel BSPs: include meta-intel.inc
  iucode-tool: a new recipe for loading Intel CPU microcode
  intel-microcode: a recipe for Intel microcode datafile
  meta-intel BSPs: enable user space microcode loading support
  image-ucode.bbclass: a new bbclass for initramfs images
  core-image-minimal-initramfs: extend to support early microcode
    loading
  meta-intel.inc: Use microcode enabled initrd for all the Intel BSPs

 classes/image-ucode.bbclass                        |   8 ++
 common/custom-licenses/Intel-Microcode-License     | 123 +++++++++++++++++++++
 .../images/core-image-minimal-initramfs.bbappend   |   3 +
 .../microcode/intel-microcode_20140430.bb          |  53 +++++++++
 common/recipes-core/microcode/iucode-tool_1.0.2.bb |  25 +++++
 conf/machine/include/meta-intel.inc                |  12 ++
 meta-crownbay/conf/machine/crownbay-noemgd.conf    |   1 +
 meta-emenlow/conf/machine/emenlow-noemgd.conf      |   1 +
 meta-fri2/conf/machine/fri2-noemgd.conf            |   1 +
 meta-jasperforest/conf/machine/jasperforest.conf   |   1 +
 meta-nuc/conf/machine/nuc.conf                     |   1 +
 meta-sugarbay/conf/machine/sugarbay.conf           |   1 +
 12 files changed, 230 insertions(+)
 create mode 100644 classes/image-ucode.bbclass
 create mode 100644 common/custom-licenses/Intel-Microcode-License
 create mode 100644 common/recipes-core/images/core-image-minimal-initramfs.bbappend
 create mode 100644 common/recipes-core/microcode/intel-microcode_20140430.bb
 create mode 100644 common/recipes-core/microcode/iucode-tool_1.0.2.bb

-- 
1.8.1.4



More information about the meta-intel mailing list