[meta-intel] [PATCH 0/6] [PATCH] Update README for platforms supported by ISG

2014-05-21 Thread rebecca . swee . fun . chang
From: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com

Hi all,

This series of patches are to update the information in README of
respective BSP layers. We think that there is a need to add in
these useful information for the users. The info added are mainly
BIOS version used for testing and added device notes for the BSP.

Please help to pull this patch series into meta-intel Daisy and
master branch.

Thanks all.

Rebecca

The following changes since commit 4c48309a9f78e35b6ef478f42329b7fffe61544c:

  common: Update SRCREVs for linux-yocto-rt_3.10 (2014-05-14 21:03:55 -0500)

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel-contrib rebeccas/meta-intel-update-1
  
http://git.yoctoproject.org/cgit.cgi/meta-intel-contrib/log/?h=rebeccas/meta-intel-update-1

Chan Wei Sern (2):
  crystalforest: Update README with device note and MAINTAINER
  romley: Update README with device note and MAINTAINER

Chang Rebecca Swee Fun (4):
  meta-isg: update MAINTAINERS file
  valleyisland: README added device notes and updated BIOS version
  mohonpeak: Update README with device notes
  haswell-wc: Update README with device notes

 meta-crystalforest/README | 34 -
 meta-isg/MAINTAINERS  |  8 +++
 meta-isg/meta-haswell-wc/README   | 20 +
 meta-isg/meta-mohonpeak/README| 19 
 meta-isg/meta-valleyisland/README | 27 ---
 meta-romley/README| 46 ---
 6 files changed, 137 insertions(+), 17 deletions(-)

-- 
1.9.1

-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


[meta-intel] [PATCH 3/6] mohonpeak: Update README with device notes

2014-05-21 Thread rebecca . swee . fun . chang
From: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com

Added BIOS version used for Mohonpeak testing and also added
the legacy block drivers supported.

Signed-off-by: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com
---
 meta-isg/meta-mohonpeak/README | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/meta-isg/meta-mohonpeak/README b/meta-isg/meta-mohonpeak/README
index a30e455..94ceb2b 100644
--- a/meta-isg/meta-mohonpeak/README
+++ b/meta-isg/meta-mohonpeak/README
@@ -64,6 +64,10 @@ Table of Contents
 
   I. Building the meta-mohonpeak BSP layer
  II. Booting the images in /binary
+III. Device Notes
+ a. Boot Loader
+ b. I/O drivers
+
 
 I. Building the meta-mohonpeak BSP layer
 ===
@@ -144,3 +148,18 @@ the syslinux boot: prompt, or the boot: prompt contains 
strange
 characters), try doing this first:
 
 # dd if=/dev/zero of=/dev/sdf bs=1M count=512
+
+
+III. Device Notes
+=
+
+a. Boot Loader
+--
+BIOS   : EDVLCRB1.86B.0024.R00.1308061601
+
+b. I/O drivers
+--
+Support Intel Legacy Block Drivers (APIC, RTC HPET, UART, LPC, WDT,
+SMBus i801, SMBus iSMT, USB Host v2.0, SATA)
+
+Support Aspeed Technology Graphic Card
-- 
1.9.1

-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


[meta-intel] [PATCH 6/6] romley: Update README with device note and MAINTAINER

2014-05-21 Thread rebecca . swee . fun . chang
From: Chan Wei Sern wei.sern.c...@intel.com

Added supported BIOS version of Romley platform and added a list of
supported I/O devices in README. Updated a workaround for broken ME
firmware found in RoseCity board to solve reboot issue.
Updated the MAINTAINER info.

Signed-off-by: Chan Wei Sern wei.sern.c...@intel.com
---
 meta-romley/README | 46 +++---
 1 file changed, 43 insertions(+), 3 deletions(-)

diff --git a/meta-romley/README b/meta-romley/README
index a5041d8..4ba084b 100644
--- a/meta-romley/README
+++ b/meta-romley/README
@@ -58,7 +58,7 @@ Patches
 Please submit any patches against this BSP to the Yocto mailing list
 (yo...@yoctoproject.org) and cc: the maintainer:
 
-Maintainer: Haw Foo Chien foo.chien@intel.com
+Maintainer: Chan Wei Sern wei.sern.c...@intel.com
 
 Please see the meta-intel/MAINTAINERS file for more details.
 
@@ -68,7 +68,10 @@ Table of Contents
 
   I. Building the meta-romley BSP layer
  II. Booting the images in /binary
-III. Enabling Intel DPDK Technology
+III. Device Notes
+a. Boot Loader
+b. I/O drivers
+IV. Enabling Intel DPDK Technology
 
 I. Building the meta-romley BSP layer
 ===
@@ -141,8 +144,45 @@ ifconfig the IP address and use that to ssh in.  The root 
password is
 empty, so to log in type 'root' for the user name and hit 'Enter' at
 the Password prompt: and you should be in.
 
+If you're using Rose City and does not have ME firmware and struggling with
+rebooting the machine. This is because broken ME firmware can contribute to 
long wait of
+reboot. We have to changing the kernel command line to blacklist MEI driver to 
be loaded:
 
-III. Enabling Intel DPDK Technology
+1. Open your syslinux in VI editor eg:
+# vi /media/sda/syslinux.cfg
+
+2. Look for the line that has kernel command line which has certain similiarity
+   as below:
+
+   APPEND initrd=/initrd LABEL=boot root=/dev/ram0 .
+
+   or
+
+   APPEND initrd=/initrd LABEL=install root=/dev/ram0 
+
+3. Add mei_me.blacklist=yesat the end of that line and it will be like below:
+   APPEND inird=/initRD LABEL=boot root=/dev/ram0  mei_me.blacklist=yes
+
+4. Save this syslinux.cfg
+
+5. Boot up the Romley with this new changed.
+
+
+III. Device Notes
+=
+
+a. Boot Loader
+--
+- Support BIOS version at RoseCity board :RMLCRB.86J.R0.45.D018
+
+b. I/O drivers
+--
+-Support Matrox graphic card.
+-Support SATA, USB Host v2.0
+-Supported I/O devices (APIC, RTC, SPI, UART, I2C, LPS, SMBus i801,
+ WDT, and HPET)
+
+IV. Enabling Intel DPDK Technology
 ===
 
 There are recipes available for the 'Intel Data Plane Development Kit
-- 
1.9.1

-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] [PATCH 1/5] canterbury-corpus: don't skip all QA tests

2014-05-21 Thread Kamble, Nitin A
Hi BL,
  You also understand why these lines are added. Can you provide comments for 
these lines in the recipes, so that the commits can be pulled in meta-intel?

Thanks,
Nitin


 -Original Message-
 From: Kamble, Nitin A [mailto:nitin.a.kam...@intel.com]
 Sent: Tuesday, May 20, 2014 9:46 AM
 To: Burton, Ross; meta-intel@yoctoproject.org
 Subject: Re: [meta-intel] [PATCH 1/5] canterbury-corpus: don't skip all QA
 tests
 
 
 On 5/20/2014 9:17 AM, Ross Burton wrote:
  Instead of setting ERROR_QA to  (disabling all tests, instead of
  just the problematic ones), adding nothing to WARN_QA (cruft from
  previous revisions), and also marking do_package_qa as noexec (which
  doesn't work), just set INSANE_SKIP to skip the specific tests that fail 
  with
 this package.
 
  Signed-off-by: Ross Burton ross.bur...@intel.com
  ---
common/recipes-corpus/canterbury-corpus/canterbury-corpus.bb |   10
 ++
1 file changed, 2 insertions(+), 8 deletions(-)
 
  diff --git
  a/common/recipes-corpus/canterbury-corpus/canterbury-corpus.bb
  b/common/recipes-corpus/canterbury-corpus/canterbury-corpus.bb
  index 4dcdea1..d15ad15 100644
  --- a/common/recipes-corpus/canterbury-corpus/canterbury-corpus.bb
  +++ b/common/recipes-corpus/canterbury-corpus/canterbury-corpus.bb
  @@ -17,14 +17,6 @@ SRC_URI =
 http://corpus.canterbury.ac.nz/resources/cantrbry.tar.gz;
SRC_URI[md5sum] = 442e56cfffdf460d25b0b91650a55908
SRC_URI[sha256sum] =
 f140e8a5b73d3f53198555a63bfb827889394a42f20825df33c810c3d5e3f8fb
 
  -# Disable architecture QA check for this package since it contains -#
  pre-compiled executable sum for SPARC. The package is used -# for
  compression benchmarking only.
  -WARN_QA += 
  -ERROR_QA = 
  -
  -do_package_qa[noexec] = 1
  -
do_unpack () {
  mkdir -p ${S}
  tar -xf ${DL_DIR}/cantrbry.tar.gz -C ${S} @@ -40,3 +32,5 @@
  do_install () {
  install -d ${D}${base_libdir}/firmware
  install -m 644 ${S}/* ${D}${base_libdir}/firmware
}
  +
  +INSANE_SKIP_${PN} = arch ldflags
 Hi Ross,
   These are good code cleanups. As there are some special handling in these
 recipes, it demands some explanation in comments why is it done this way.
 That way if someone looks at recipes in future can easily understand why
 these lines are here.
 
 Thanks,
 Nitin
 

-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] [PATCH 0/5] Clean up corpus recipes

2014-05-21 Thread Burton, Ross
As per Nitin's comments, I've just re-pushed this branch
(ross/canterbury) with extra inline comments.

Ross
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] [PATCH 0/5] Clean up corpus recipes

2014-05-21 Thread Tom Zanussi
On Tue, 2014-05-20 at 17:17 +0100, Ross Burton wrote:
 Hi,
 
 I discovered that the corpus recipes could do with some cleaning up as they're
 taking very convoluted paths to achieve simple goals (avoiding QA test,
 unpacking into the right directory).  This patch series cleans up both the
 canterbury and calgary corpus recipes.
 

Updated branch pulled into daisy/master.

Thanks,

Tom

 The following changes since commit cb0f5fbd614ec6a9052539416734ca1ab26a1892:
 
   common: Update SRCREVs for linux-yocto-rt_3.10 (2014-05-15 07:55:23 -0500)
 
 are available in the git repository at:
 
   git://git.yoctoproject.org/meta-intel-contrib ross/canterbury
 
 for you to fetch changes up to c345d57f0ed3885b773b2d3da3b3c56093178207:
 
   calgary-corpus: inherit allarch (2014-05-20 17:12:01 +0100)
 
 
 Ross Burton (5):
   canterbury-corpus: don't skip all QA tests
   canterbury-corpus: rationalise unpack logic
   canterbury-corpus: make packages allarch
   calgary-corpus: clean up unpack logic
   calgary-corpus: inherit allarch
 
  .../calgary-corpus/calgary-corpus.bb   |   21 +--
  .../canterbury-corpus/canterbury-corpus.bb |   28 
 +---
  2 files changed, 12 insertions(+), 37 deletions(-)
 
 Ross Burton (5):
   canterbury-corpus: don't skip all QA tests
   canterbury-corpus: rationalise unpack logic
   canterbury-corpus: make packages allarch
   calgary-corpus: clean up unpack logic
   calgary-corpus: inherit allarch
 
  .../calgary-corpus/calgary-corpus.bb   |   21 +--
  .../canterbury-corpus/canterbury-corpus.bb |   28 
 +---
  2 files changed, 12 insertions(+), 37 deletions(-)
 
 -- 
 1.7.10.4
 


-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel