From: Nitin A Kamble <[email protected]> These commits further improve the Intel microcode updating support for meta-intel BSPs.
The commits provide: * a machine feature for opting in the microcode update functionality. * a BSP sepcific way to filter the desired microcodes from the intel microcode data file. * Documentation for the Intel microcode feature in the README.hardware file. * enable the intel-microcode feature for bunch of the meta-intel BSPs. * enable the microcode filtering for the fri2-noemgd BSP. This has taken the feedback from the last discussions, and tested on multiple BSPs. Thanks, Nitin The following changes since commit 8e5fe6c0f5cf710e1a46c5f203e52f069874768a: meta-sugarbay: Add wifi machine feature to sugarbay.conf (2014-10-01 22:55:56 -0500) 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 (12): intel-ucode: a new MACHINE_FEATURE for meta-intel BSPs intel-microcode: allow filtering of microcodes README.hardware: Documentation of hardware features intel-core2-32: add intel-ucode to MACHINE_FEATURES intel-corei7-64: add intel-ucode to MACHINE_FEATURES crownbay-noemgd: add intel-ucode to MACHINE_FEATURES fri2-noemgd: add intel-ucode to MACHINE_FEATURES emenlow-noemgd: add intel-ucode to MACHINE_FEATURES jasperforest: add intel-ucode to MACHINE_FEATURES nuc: add intel-ucode to MACHINE_FEATURES sugarbay: add intel-ucode to MACHINE_FEATURES fri2-noemgd: add microcode filter parameter README.hardware | 88 ++++++++++++++++++++++ .../microcode/intel-microcode_20140624.bb | 18 ++++- conf/machine/include/meta-intel.inc | 6 +- conf/machine/intel-core2-32.conf | 1 + conf/machine/intel-corei7-64.conf | 1 + meta-crownbay/conf/machine/crownbay-noemgd.conf | 2 + meta-emenlow/conf/machine/emenlow-noemgd.conf | 2 + meta-fri2/conf/machine/fri2-noemgd.conf | 4 + meta-jasperforest/conf/machine/jasperforest.conf | 2 + meta-nuc/conf/machine/nuc.conf | 1 + meta-sugarbay/conf/machine/sugarbay.conf | 1 + 11 files changed, 120 insertions(+), 6 deletions(-) create mode 100644 README.hardware -- 1.8.1.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
