[linux-yocto] [PATCHv2 0/5][linux-yocto-3.10] Update meta for Romley platform configuration

wei.sern.chan at intel.com wei.sern.chan at intel.com
Tue May 20 03:39:40 PDT 2014


From: Chan Wei Sern <wei.sern.chan at intel.com>

Hi All,

This is a patch series targetting linux-yocto-3.10:meta branch.

This is a patch series that consists of below:
1. Removed using of common-pc-64.scc from romley.
2. Start using ktypes/standard/standard.scc for romley platforms to align with YP1.6
   Intel common kernel.
3. Add back RTC configuration for romley after changing from common-pc-64.scc to
   to standard.scc
4. Add back USB HID configuration for romley after changing from common-pc-64.scc
   to standard.scc
5. Due to BIOS has broken AMT/MEI firmware found on Romley. Make CONFIG_INTEL_MEI_ME and
   CONFIG_INTEL_ME built as module. Even we make those CONFIG as module, it will still autoload.
   We found a better way to blacklist by changing the kernel command line in syslinux.cfg.
   As discussed with Nitin, we will mention this blacklist in ReleaseNote which apply to those case of
   Romley that has broken AMT/MEI firmware.

For this patch series, I have done below:
1. Build smoothly and boot test on romley
2. Confirm all the IO drivers are loaded properly
3. Confirm reboot issue is solved with the elp specify blacklist of mei driver in kernel command line
   on syslinux.cfg file.


Change log:
1. Based on Nitin's comment, need to also configure CONFIG_INTEL_ME to be built as module.



The following changes since commit d07bc7ba4ff00ddcd77db1026a63c327b81a35d8:

  meta: crystalforest: included USB HID configuration (2014-05-12 16:47:35 -0400)

are available in the git repository at:

  git://git.yoctoproject.org/linux-yocto-contrib rebeccas/romley-update
  http://git.yoctoproject.org/cgit.cgi/linux-yocto-contrib/log/?h=rebecca/romley-update

Sreeju Selvaraj (4):
  meta: romley: removed using of common-pc-64.scc
  meta: romley: added power management
  meta: romley: included USB HID Configuration
  meta: romley: included RTC configuration

Sreeju Slevaraj (1):
  mei.cfg: configure Intel MEI driver as module

 meta/cfg/kernel-cache/bsp/romley/romley-preempt-rt.scc | 1 -
 meta/cfg/kernel-cache/bsp/romley/romley-standard.scc   | 3 +--
 meta/cfg/kernel-cache/bsp/romley/romley.cfg            | 4 ++++
 meta/cfg/kernel-cache/bsp/romley/romley.scc            | 3 +++
 meta/cfg/kernel-cache/features/amt/mei/mei.cfg         | 4 ++--
 5 files changed, 10 insertions(+), 5 deletions(-)

-- 
1.9.1



More information about the linux-yocto mailing list