On 10/3/14, 15:14, "[email protected]" <[email protected]> wrote:
>From: Nitin A Kamble <[email protected]> > >The fri2-noemgd BSP is targeted to a very specific platform, and it only >need microcodes related to a specific processor. So use the microcode >filtering mechanism to reduce the unutilized microcode data on the target >image. While I understand the desire to have an example of the UCODE_FILTER_PARAMETERS, the fri2 uses the intel-common-pkgarch, and as such is clearly not considered space-sensitive. I would suggest dropping this patch and adding the example below to the README instead. If this BSPs is dropped in favor of the intel-core2-32 BSP and the machine-setup-tool, then we will still have an example in the documentation. > >Signed-off-by: Nitin A Kamble <[email protected]> >--- > meta-fri2/conf/machine/fri2-noemgd.conf | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/meta-fri2/conf/machine/fri2-noemgd.conf >b/meta-fri2/conf/machine/fri2-noemgd.conf >index 345d421..e21d7e5 100644 >--- a/meta-fri2/conf/machine/fri2-noemgd.conf >+++ b/meta-fri2/conf/machine/fri2-noemgd.conf >@@ -12,6 +12,9 @@ require conf/machine/include/meta-intel.inc > MACHINE_FEATURES += "wifi 3g pcbios efi" > MACHINE_FEATURES += "intel-ucode" > >+# Only take microcodes relevant to the Atom E640T processor from the >FRI2 board >+UCODE_FILTER_PARAMETERS = "-s 0x00020661" >+ > MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-iwlwifi-6000g2a-5" > > PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" >-- >1.8.1.4 > >-- >_______________________________________________ >meta-intel mailing list >[email protected] >https://lists.yoctoproject.org/listinfo/meta-intel > -- Darren Hart Intel Open Source Technology Center -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
