[meta-intel] [PATCHv4 5/6] rmc: add recipe and bbclass for RMC feature

2016-07-22 Thread Jianxun Zhang
RMC Feature is based on RMC project, systemd-boot, EFI installer to enable a single generic image, built for multiple platforms, automatically applies customization and quirks specific to a type of boards at runtime. In another word, you will see a single image behaves differently and intelligentl

[meta-intel] [PATCHv4 4/6] EFI installer: deploy board-specific data and kernel cmdline

2016-07-22 Thread Jianxun Zhang
Extend the existing init-install-efi.sh in OE to call RMC tool so that it can deploy file blobs and a global kernel cmdline fragment associated to the type of current running board. At first, it tries to retrieve a special configuration file INSTALLER.CONFIG associated to the board from RMC databa

[meta-intel] [PATCHv4 1/6] rmc: Add Runtime Machine Configuration (RMC) project

2016-07-22 Thread Jianxun Zhang
RMC recipe fetch RMC project and build it more than once in build time: RMC tool is built for host architecture (native). The tool for host is used to generate RMC database in build time. RMC tool is also built for target architecture, so that scripts in user space can call RMC tool on a running

[meta-intel] [PATCHv4 3/6] systemd-boot: load board-specific entry and kernel cmdline

2016-07-22 Thread Jianxun Zhang
Invoke RMC APIs in this bootloader to query board-specific data from RMC database(DB) file on ESP. Data can be boot entries or a global kernel boot command line fragment specific to a type of board supported in RMC DB. Bootloader queries a file blob named BOOTENTRY.CONFIG from RMC DB first. In suc

[meta-intel] [PATCHv4 6/6] rmc: document and examples for RMC feature

2016-07-22 Thread Jianxun Zhang
Provide a README for RMC feature. Also check in fingerprints and configuration data for several boards as examples for users. They can be used for validation too. Signed-off-by: Jianxun Zhang --- .../rmc/boards/T100-32bit/BOOTENTRY.CONFIG | 2 + .../rmc/boards/T100-32bit/T100-32bit.fp

[meta-intel] [PATCHv4 2/6] gnu-efi: Add GUID for SMBIOS 3 entry point structure

2016-07-22 Thread Jianxun Zhang
UEFI spec has different GUIDs for 32 and 64 bit SMBIOS entry point structure. This change adds definition for 64 bit GUID, so that software linked with gnu-efi can have it for x86_64 architecture. Signed-off-by: Jianxun Zhang --- ...d-GUID-for-SMBIOS-3-entry-point-structure.patch | 32 ++

[meta-intel] [PATCHv4 0/6] Add Runtime Machine Configuration (RMC)

2016-07-22 Thread Jianxun Zhang
V4 includes these changes and fixes since V3: () Explicitly set ${S} to get rid of a qa warning () systemd-boot: Skip reading conf files on disk if any RMC entry is loaded, so that user only see RMC entreis on a supported board. This doesn't affect boards not supported by RMC, conf file on ESP wi

[meta-intel] [PATCH 0/1] gstreamer-vaapi: Update to upstream version 1.8.2

2016-07-22 Thread Scott D Phillips
gstreamer got updated from 1.6.x to 1.8.x back in May: > e9c85d5 gstreamer1.0: upgrade to version 1.8.1 With the 1.8.x series gstreamer-vaapi got integrated into the maintainership of the greater GStreamer project. The old 0.7.0 pre-upstream version of gstreamer-vaapi has never been verified aga

[meta-intel] [PATCH 1/1] gstreamer-vaapi: Update to upstream version 1.8.2

2016-07-22 Thread Scott D Phillips
With the 1.8.x series gstreamer-vaapi got integrated into the maintainership of the greater GStreamer project. Also this upstreaming introduced a policy change in the source base where gstreamer-vaapi versions are now tested only with the GStreamer version with the same number (as opposed to the p

Re: [meta-intel] [PATCHv3 0/6] Runtime Machine Configuration (RMC)

2016-07-22 Thread Jianxun Zhang
> On Jul 22, 2016, at 10:55 AM, Tom Zanussi wrote: > > On 07/22/2016 12:17 PM, Jianxun Zhang wrote: >> >>> On Jul 22, 2016, at 9:45 AM, Tom Zanussi >>> wrote: >>> >>> On 07/22/2016 12:12 AM, Jianxun Zhang wrote: > On Jul 21, 2016, at 8:13 PM, Tom Zanussi > wrote: > >

[meta-intel] [PATCH 1/2] linux-yocto/4.4: Update SRCREVs for v4.4.15 and more Broxton backports

2016-07-22 Thread California Sullivan
>From linux-yocto-4.4: 3e103c7 UPSTREAM: usb: Add USB 3.1 Precision time measurement capability descriptor support 0e855b7 UPSTREAM: usb: Add USB3.1 SuperSpeedPlus Isoc Endpoint Companion descriptor 8161122 UPSTREAM: usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices 5e76c

[meta-intel] [PATCH 0/2] linux-yocto SRCREV update July 22

2016-07-22 Thread California Sullivan
Hi Tom, Here's the weekly update. This time we grab stable updates for both the 4.4 and 4.1 kernels, as well as a slurry of backports and fixes for Broxton and Apollo Lake. No new errors or warnings were seen in the usual smoke tests on NUC6 or MinnowBoard Turbot (32 and 64 bit). These patches ar

[meta-intel] [PATCH 2/2] linux-yocto/4.1: Update SRCREVs for v4.1.28 and more BXT/APL backports

2016-07-22 Thread California Sullivan
>From linux-yocto-4.1: 5c070dc Merge branch 'standard/base' into standard/intel/base 846e0a9 Merge tag 'v4.1.28' into standard/base 685c5d2 usb: core: hub: generate uevent for over current condition def9808e mfd: intel_vuport: use back property_set struct 5880876 Linux 4.1.28 723c17c MAINTAINERS:

Re: [meta-intel] [master][PATCH 0/3] Fix build and simplify installation

2016-07-22 Thread Tom Zanussi
On 10/20/2047 09:58 PM, Rahul Kumar Gupta wrote: > Dear Maintainer(s), > > These changes will > Fix the compilation errors in dpdk v16.04 with shared libraries, > Add --hash-style as LD flags to avoid QA error and > Simplify the do_install by using the makefile. > > This will add two patches to d

Re: [meta-intel] [PATCHv3 0/6] Runtime Machine Configuration (RMC)

2016-07-22 Thread Tom Zanussi
On 07/22/2016 12:17 PM, Jianxun Zhang wrote: > >> On Jul 22, 2016, at 9:45 AM, Tom Zanussi wrote: >> >> On 07/22/2016 12:12 AM, Jianxun Zhang wrote: >>> On Jul 21, 2016, at 8:13 PM, Tom Zanussi wrote: On 07/21/2016 08:05 PM, Jianxun Zhang wrote: > >> On Jul 21, 2016,

Re: [meta-intel] [PATCHv3 0/6] Runtime Machine Configuration (RMC)

2016-07-22 Thread Jianxun Zhang
> On Jul 22, 2016, at 9:45 AM, Tom Zanussi wrote: > > On 07/22/2016 12:12 AM, Jianxun Zhang wrote: >> >>> On Jul 21, 2016, at 8:13 PM, Tom Zanussi >>> wrote: >>> >>> On 07/21/2016 08:05 PM, Jianxun Zhang wrote: > On Jul 21, 2016, at 2:50 PM, Tom Zanussi > wrote: > >

Re: [meta-intel] [PATCHv3 0/6] Runtime Machine Configuration (RMC)

2016-07-22 Thread Tom Zanussi
On 07/22/2016 12:12 AM, Jianxun Zhang wrote: > >> On Jul 21, 2016, at 8:13 PM, Tom Zanussi wrote: >> >> On 07/21/2016 08:05 PM, Jianxun Zhang wrote: >>> On Jul 21, 2016, at 2:50 PM, Tom Zanussi wrote: On 07/21/2016 04:35 PM, Jianxun Zhang wrote: > >> On Jul 21, 2016,

Re: [meta-intel] [PATCH] intel-microcode: Update to the 20160714 version

2016-07-22 Thread Tom Zanussi
Merged into master. Thanks, Tom On 07/21/2016 11:54 AM, christopher.w.cl...@gmail.com wrote: > From: Christopher Clark > > Dates changed in Licence file required CHKSUM update > > From the OpenXT Project ( http://openxt.org ) > refs: OXT-668 > > Signed-off-by: Christopher Clark > --- > ...

[meta-intel] [master][PATCH 1/3] meta-isg: dpdk: fix for GNU_HASH QA issue

2016-07-22 Thread Rahul Kumar Gupta
fix for: ERROR: QA Issue: No GNU_HASH in the elf binary Signed-off-by: Rahul Kumar Gupta --- meta-isg/common/recipes-extended/dpdk/dpdk.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-isg/common/recipes-extended/dpdk/dpdk.inc b/meta-isg/common/recipes-extended/d

[meta-intel] [master][PATCH 3/3] meta-isg: dpdk: fix compilation with dynamic libs

2016-07-22 Thread Rahul Kumar Gupta
Ensure that the correct CFLAGS are passed to LD when compiling rte libs as shared. For building the dpdk with config CONFIG_RTE_BUILD_SHARED_LIB=y Signed-off-by: Rahul Kumar Gupta --- meta-isg/common/recipes-extended/dpdk/dpdk.inc | 1 + ...04-dpdk-fix-compilation-with-dynamic-libs.patch |

[meta-intel] [master][PATCH 2/3] meta-isg: dpdk: simplify do_install

2016-07-22 Thread Rahul Kumar Gupta
Using makefile for installing targets. Signed-off-by: Rahul Kumar Gupta --- meta-isg/common/recipes-extended/dpdk/dpdk.inc | 46 - ...4-dpdk-fix-installation-warning-and-issue.patch | 79 ++ 2 files changed, 93 insertions(+), 32 deletions(-) create mode 10064

[meta-intel] [master][PATCH 0/3] Fix build and simplify installation

2016-07-22 Thread Rahul Kumar Gupta
Dear Maintainer(s), These changes will Fix the compilation errors in dpdk v16.04 with shared libraries, Add --hash-style as LD flags to avoid QA error and Simplify the do_install by using the makefile. This will add two patches to dpdk recipe. One for fixing installation other is for ensuring tha