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

Bruce Ashfield bruce.ashfield at windriver.com
Tue May 3 19:28:03 PDT 2016


On 2016-05-02 10:19 PM, California Sullivan wrote:
> 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 found.

Looks good to me as well. I've merged and pushed this to the repo. SRCREV
updates to follow on Wednesday.

Bruce

>
> Matt, Steve, please review and make sure there are no more absolute needs for
> Broxton enablement.
>
> Thanks,
> Cal
>
> California Sullivan (9):
>   features/soc/skylake: Refactor and comment config fragment
>   features/i915: Add CONFIG_KMS_FB_HELPER=y
>   cfg/sound.cfg: Add USB audio support
>   features/usb: Add usb-designware2 and 3 features
>   baytrail;valleyisland: Use designware-usb3 feature instead of config
>   features: add broxton soc feature
>   bsp/intel-common: Add broxton to supported SoCs in intel-core* BSPs
>   features: add intel-telemetry feature
>   bsp/intel-corei7-64: Add intel-telemetry feature
>
>  bsp/intel-common/intel-core2-32.scc    |  1 +
>  bsp/intel-common/intel-corei7-64.scc   |  4 ++++
>  bsp/valleyisland/valleyisland.cfg      |  2 --
>  bsp/valleyisland/valleyisland.scc      |  1 +
>  cfg/sound.cfg                          |  2 ++
>  features/i915/i915.cfg                 |  1 +
>  features/soc/baytrail/baytrail.cfg     |  2 --
>  features/soc/baytrail/baytrail.scc     |  1 +
>  features/soc/broxton/broxton.cfg       | 22 ++++++++++++++++++++++
>  features/soc/broxton/broxton.scc       | 15 +++++++++++++++
>  features/soc/skylake/skylake.cfg       | 18 ++++++++++++++----
>  features/telemetry/intel-telemetry.cfg |  9 +++++++++
>  features/telemetry/intel-telemetry.scc |  4 ++++
>  features/usb/designware-usb2.cfg       |  2 ++
>  features/usb/designware-usb2.scc       |  4 ++++
>  features/usb/designware-usb3.cfg       |  3 +++
>  features/usb/designware-usb3.scc       |  4 ++++
>  17 files changed, 87 insertions(+), 8 deletions(-)
>  create mode 100644 features/soc/broxton/broxton.cfg
>  create mode 100644 features/soc/broxton/broxton.scc
>  create mode 100644 features/telemetry/intel-telemetry.cfg
>  create mode 100644 features/telemetry/intel-telemetry.scc
>  create mode 100644 features/usb/designware-usb2.cfg
>  create mode 100644 features/usb/designware-usb2.scc
>  create mode 100644 features/usb/designware-usb3.cfg
>  create mode 100644 features/usb/designware-usb3.scc
>



More information about the linux-yocto mailing list