All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Saxena, Rahul" <rahul.saxena@intel.com>
To: "yocto@yoctoproject.org" <yocto@yoctoproject.org>,
	"Zanussi, Tom" <tom.zanussi@intel.com>
Subject: Re: [PATCH 00/13][meta-intel] Cover letter for updating	meta-cedartrail BSP with PVR Graphics driver -- Testing information
Date: Fri, 23 Mar 2012 01:01:55 +0000	[thread overview]
Message-ID: <63ECFF2A2302B44093D7CE9E9962C4900BCF24@ORSMSX103.amr.corp.intel.com> (raw)
In-Reply-To: <cover.1332459306.git.rahul.saxena@intel.com>

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@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of rahul.saxena@intel.com
Sent: Thursday, March 22, 2012 10:32 AM
To: yocto@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@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@.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@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

      parent reply	other threads:[~2012-03-23  1:01 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-22 17:32 [PATCH 00/13][meta-intel] Cover letter for updating meta-cedartrail BSP with PVR Graphics driver rahul.saxena
2012-03-22 17:32 ` [PATCH 01/13] meta-cedartrail: Separate conf files for the Cedar Trail BSP boot cases of with and without pvr driver rahul.saxena
2012-03-22 17:32 ` [PATCH 02/13] meta-cedartrail: update BBFILES to include meta-intel/common path rahul.saxena
2012-03-22 17:32 ` [PATCH 03/13] meta-cedartrail: update README with instructions for PVR Graphics driver build rahul.saxena
2012-03-22 17:32 ` [PATCH 04/13] meta-cedatrail: add recipe for setting audio mixer settings during boot rahul.saxena
2012-03-22 17:32 ` [PATCH 05/13] meta-cedartrail: seperate xorg.conf files for pvr and no-pvr cases rahul.saxena
2012-03-22 17:32 ` [PATCH 06/13] meta-cedartrail: add Cedar Trail PVR driver rahul.saxena
2012-03-22 17:32 ` [PATCH 07/13] meta-cedartrail: update Kernel recipes to add support for pvr driver rahul.saxena
2012-03-22 17:32 ` [PATCH 08/13] meta-cedartrail: add Cedar Trail specific libva rahul.saxena
2012-03-22 17:32 ` [PATCH 09/13] meta-cedartrail: add recipes to instal audio and video samples rahul.saxena
2012-03-22 17:32 ` [PATCH 10/13] meta-cedartrail: update formfactor recipe for pvr and no-pvr case rahul.saxena
2012-03-22 17:32 ` [PATCH 11/13] meta-cedartrail: Add web-webkit, audio and video samples to sato image rahul.saxena
2012-03-22 17:32 ` [PATCH 12/13] meta-cedartrail: Update SRC_URI in kernel recipe append files to point to linux-yocto_3.0 rahul.saxena
2012-03-22 17:32 ` [PATCH 13/13] meta-cedartrail: update SRC_REV_meta for no-pvr case rahul.saxena
2012-03-23  1:01 ` Saxena, Rahul [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=63ECFF2A2302B44093D7CE9E9962C4900BCF24@ORSMSX103.amr.corp.intel.com \
    --to=rahul.saxena@intel.com \
    --cc=tom.zanussi@intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.