[yocto] [PATCH 00/13][meta-intel] Cover letter for updating meta-cedartrail BSP with PVR Graphics driver -- Testing information

Saxena, Rahul rahul.saxena at intel.com
Thu Mar 22 18:01:55 PDT 2012


I did not include the BSP testing information in the cover-letter.
The tests on  the BSP built with these patches included the following:

 -- Ports tested: SATA, USB, VGA, HDMI, LVDS
 -- Basic networking via Ethernet port
 -- Shutdown, Reboot
 -- Switch between multiple applications
 --  Sato Audio and Video player
 --  web-web kit
 -- RTC date and time set
 -- command such as lspci, ssh, lspci
 -- glxgears  (Check graphics acceleration) 
 -- Mplayer   (Check Video acceleration, note mplayer recipe is not included in this  BSP)
 -- Check all CPU cores are active

All the above testing was done on the Cedar Trail desktop engineering sample board. A subset of
The above testing was done on the CRB and mobile engineering sample board. The behavior was found
to be OK (i.e. all tests passed) for all the above tests.

In the past test behavior was found to be always consistent across the three boards.


Rahul
 


-----Original Message-----
From: yocto-bounces at yoctoproject.org [mailto:yocto-bounces at yoctoproject.org] On Behalf Of rahul.saxena at intel.com
Sent: Thursday, March 22, 2012 10:32 AM
To: yocto at yoctoproject.org; Zanussi, Tom
Subject: [yocto] [PATCH 00/13][meta-intel] Cover letter for updating meta-cedartrail BSP with PVR Graphics driver

From: Rahul Saxena <rahul.saxena at intel.com>

Cover letter for updating the Cedar Trail BSP (meta-cedartrail) with 
PVR Graphics driver.  This patch set updates meta-cedartrail (edison branch)
to include Power VR driver for Graphics and Video hardware acceleration.
The patches enable BSP build with PVR driver or VESA driver depending
upon MACHINE setting in local.conf.

In addition the patches add web-webkit, audio and video samples to sato image.

The Cedar Trail platform is based on the Cedarview processor (Intel® Atom™
N2600, N2800 and D2700 processor)and Tiger Point Chipset (Intel® NM10 Express)
    
    Signed-off-by: Rahul Saxena <rahul.saxena at .intel.com>

--

The following changes since commit 31eaee8e24d570207338ada64f2df36cdbd5353d:

  meta-intel: update SRCREVs (2012-02-22 11:58:38 -0600)

are available in the git repository at:
  git://git.pokylinux.org/meta-intel-contrib rsaxena-cedartrailpvrrelease22March
  http://git.pokylinux.org/cgit.cgi/meta-intel-contrib/log/?h=rsaxena-cedartrailpvrrelease22March

Rahul Saxena (13):
  meta-cedartrail: Separate conf files for the Cedar Trail BSP boot
    cases of with and without pvr driver
  meta-cedartrail: update BBFILES to include meta-intel/common path
  meta-cedartrail: update README with instructions for PVR Graphics
    driver build
  meta-cedatrail: add recipe for setting audio mixer settings during
    boot
  meta-cedartrail: seperate xorg.conf files for pvr and no-pvr cases
  meta-cedartrail: add Cedar Trail PVR driver
  meta-cedartrail: update Kernel recipes to add support for pvr driver
  meta-cedartrail: add Cedar Trail specific libva
  meta-cedartrail: add recipes to instal audio and video samples
  meta-cedartrail: update formfactor recipe for pvr and no-pvr case
  meta-cedartrail: Add web-webkit, audio and video samples to sato
    image
  meta-cedartrail: Update SRC_URI in kernel recipe append files to
    point to linux-yocto_3.0
  meta-cedartrail: update SRC_REV_meta for no-pvr case

 meta-cedartrail/README                             |   50 +++++++++++-
 meta-cedartrail/conf/layer.conf                    |    4 +-
 meta-cedartrail/conf/machine/cedartrail-nopvr.conf |   41 +++++++++
 meta-cedartrail/conf/machine/cedartrail.conf       |   15 +++-
 .../cedartrail-audio/cedartrail-audio.bb           |   30 +++++++
 .../cedartrail-audio/cedartrail-audio              |   42 +++++++++
 .../formfactor/cedartrail-nopvr/machconfig         |    3 +
 .../xorg-driver/cdv-graphics-drivers_1.0.bb        |   89 ++++++++++++++++++++
 .../xserver-xf86-config/cedartrail-nopvr/xorg.conf |   26 ++++++
 .../xserver-xf86-config/cedartrail/xorg.conf       |   24 ++----
 .../linux/linux-yocto-rt_3.0.bbappend              |   16 ++++-
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |   17 +++-
 .../ogg-CC-BY-3.0-music-samples_0.1.bb             |   20 +++++
 .../video-samples/bigbuckbunny-ogg.bb              |   20 +++++
 meta-cedartrail/recipes-multimedia/libva/libva.inc |   59 +++++++++++++
 .../recipes-multimedia/libva/libva_1.0.15.bb       |   31 +++++++
 .../images/core-image-sato-dev.bbappend            |    3 +
 .../images/core-image-sato-sdk.bbappend            |    3 +
 .../recipes-sato/images/core-image-sato.bbappend   |    3 +
 19 files changed, 468 insertions(+), 28 deletions(-)
 create mode 100644 meta-cedartrail/conf/machine/cedartrail-nopvr.conf
 create mode 100644 meta-cedartrail/recipes-bsp/cedartrail-audio/cedartrail-audio.bb
 create mode 100644 meta-cedartrail/recipes-bsp/cedartrail-audio/cedartrail-audio/cedartrail-audio
 create mode 100644 meta-cedartrail/recipes-bsp/formfactor/formfactor/cedartrail-nopvr/machconfig
 mode change 100755 => 100644 meta-cedartrail/recipes-bsp/formfactor/formfactor/cedartrail/machconfig
 create mode 100644 meta-cedartrail/recipes-graphics/xorg-driver/cdv-graphics-drivers_1.0.bb
 create mode 100644 meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail-nopvr/xorg.conf
 mode change 100755 => 100644 meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail/xorg.conf
 create mode 100644 meta-cedartrail/recipes-mediasamples/music-samples/ogg-CC-BY-3.0-music-samples_0.1.bb
 create mode 100644 meta-cedartrail/recipes-mediasamples/video-samples/bigbuckbunny-ogg.bb
 create mode 100644 meta-cedartrail/recipes-multimedia/libva/libva.inc
 create mode 100644 meta-cedartrail/recipes-multimedia/libva/libva_1.0.15.bb
 create mode 100644 meta-cedartrail/recipes-sato/images/core-image-sato-dev.bbappend
 create mode 100644 meta-cedartrail/recipes-sato/images/core-image-sato-sdk.bbappend
 create mode 100644 meta-cedartrail/recipes-sato/images/core-image-sato.bbappend

-- 
1.7.4.1

_______________________________________________
yocto mailing list
yocto at yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


More information about the yocto mailing list