[meta-intel] [PATCH 0/5] [DORA] meta-isg: add new BSP layer for Valley Island

rebecca.swee.fun.chang at intel.com rebecca.swee.fun.chang at intel.com
Thu Mar 20 10:55:26 PDT 2014


From: Chang Rebecca Swee Fun <rebecca.swee.fun.chang at intel.com>

Hi all,

This is a pull request for meta-valleyisland supporting linux-yocto-3.10
on Dora branch.

In this patch series, a meta-valleyisland layer will be added into
meta-intel Dora branch.

The kernel recipe is able to support basic drivers which essential to
boot up sequence. For example, SATA, USB, GbE, and UART. The graphics
driver support in this bsp is Intel i915 graphics driver.

The LPSS I/O device drivers are available only in ACPI mode. This is
due the PCI related code base are still under development. PCI mode
LPSS I/O devices will be hosted in a feature branch in linux-yocto-3.10
in near future.

Please pull this patch series into meta-intel Dora branch.

Thanks.

Rebecca

The following changes since commit 99d1f2f61feb5b338d659babe32ad4ae89e9bf3b:

  meta-crystalforest: update linux-yocto_3.10 SRCREV and README (2014-03-12 15:18:18 -0500)

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel-contrib rebeccas/meta-valleyisland-dora-dev
  http://git.yoctoproject.org/cgit.cgi/meta-intel-contrib/log/?h=rebeccas/meta-valleyisland-dora-dev

Chang Rebecca Swee Fun (5):
  meta-valleyisland: add new BSP layer for Intel Atom Processor E38XX
  meta-valleyisland: provide machine configuration for valleyisland
  meta-valleyisland: provide a formfactor for valleyisland
  meta-valleyisland: add kernel recipe for valleyisland
  meta-isg: update MAINTAINER file

 meta-isg/MAINTAINERS                               |    4 +
 meta-isg/meta-valleyisland/COPYING.MIT             |   17 ++
 meta-isg/meta-valleyisland/README                  |  218 ++++++++++++++++++++
 meta-isg/meta-valleyisland/README.sources          |   18 ++
 meta-isg/meta-valleyisland/conf/layer.conf         |   14 ++
 .../conf/machine/valleyisland-32.conf              |   20 ++
 .../conf/machine/valleyisland-64.conf              |   22 ++
 .../formfactor/valleyisland-32/machconfig          |    3 +
 .../formfactor/valleyisland-64/machconfig          |    3 +
 .../recipes-bsp/formfactor/formfactor_0.0.bbappend |    1 +
 .../recipes-kernel/linux/linux-yocto_3.10.bbappend |   27 +++
 11 files changed, 347 insertions(+)
 create mode 100644 meta-isg/meta-valleyisland/COPYING.MIT
 create mode 100644 meta-isg/meta-valleyisland/README
 create mode 100644 meta-isg/meta-valleyisland/README.sources
 create mode 100644 meta-isg/meta-valleyisland/conf/layer.conf
 create mode 100644 meta-isg/meta-valleyisland/conf/machine/valleyisland-32.conf
 create mode 100644 meta-isg/meta-valleyisland/conf/machine/valleyisland-64.conf
 create mode 100644 meta-isg/meta-valleyisland/recipes-bsp/formfactor/formfactor/valleyisland-32/machconfig
 create mode 100644 meta-isg/meta-valleyisland/recipes-bsp/formfactor/formfactor/valleyisland-64/machconfig
 create mode 100644 meta-isg/meta-valleyisland/recipes-bsp/formfactor/formfactor_0.0.bbappend
 create mode 100644 meta-isg/meta-valleyisland/recipes-kernel/linux/linux-yocto_3.10.bbappend

-- 
1.7.10.4



More information about the meta-intel mailing list