[linux-yocto] [PATCH 7/9] bsp/intel-common: Add broxton to supported SoCs in intel-core* BSPs

2016-05-02 Thread California Sullivan
Adds support to features found on Broxton SoCs. Signed-off-by: California Sullivan --- bsp/intel-common/intel-core2-32.scc | 1 + bsp/intel-common/intel-corei7-64.scc | 1 + 2 files changed, 2 insertions(+) diff --git a/bsp/intel-common/intel-core2-32.scc

[linux-yocto] [PATCH 5/9] baytrail; valleyisland: Use designware-usb3 feature instead of config

2016-05-02 Thread California Sullivan
A common configuration is shared across many platforms. Use a feature instead of additional configuration options in each file. Signed-off-by: California Sullivan --- bsp/valleyisland/valleyisland.cfg | 2 -- bsp/valleyisland/valleyisland.scc | 1 +

[linux-yocto] [PATCH 8/9] features: add intel-telemetry feature

2016-05-02 Thread California Sullivan
This feature enables the Intel Telemerty driver for Apollo Lake and newer platforms. The feature adds an interface to the debugfs for SoC state monitoring. Signed-off-by: California Sullivan --- features/telemetry/intel-telemetry.cfg | 9 +

[linux-yocto] [PATCH 3/9] cfg/sound.cfg: Add USB audio support

2016-05-02 Thread California Sullivan
Sound over USB is very common and should be part of general sound configuration. Signed-off-by: California Sullivan --- cfg/sound.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cfg/sound.cfg b/cfg/sound.cfg index bf9846c..d296ae7 100644 ---

[linux-yocto] [PATCH 4/9] features/usb: Add usb-designware2 and 3 features

2016-05-02 Thread California Sullivan
These features support DesignWare USB2 and USB3 controllers and are used by many SoCs. Signed-off-by: California Sullivan --- features/usb/designware-usb2.cfg | 2 ++ features/usb/designware-usb2.scc | 4 features/usb/designware-usb3.cfg | 3 +++

[linux-yocto] [PATCH 1/9] features/soc/skylake: Refactor and comment config fragment

2016-05-02 Thread California Sullivan
Organized configurations into labeled sections. Removed NETCONSOLE as its in the base configuration and is not necessarily a SoC feature. Signed-off-by: California Sullivan --- features/soc/skylake/skylake.cfg | 18 ++ 1 file changed, 14

[linux-yocto] [PATCH 0/9] Broxton enablement and slight refactoring for 4.4 and master

2016-05-02 Thread California Sullivan
Hi Bruce, This patch series adds some features and configuration settings necessary for Broxton enablement, as well as a couple minor refactoring patches. These changes have been tested with the latest linux-yocto-4.4 HEAD on the MinnowBoard Max/Turbot and NUC6 and no additional errors were