summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-08-30common-pc-drivers.cfg: Remove I2O configsCalifornia Sullivan
The dependencies for these configurations were not being met as the drivers were moved to staging. This was causing warnings with the new kernel tools. Rather than satisfying the dependencies and building a bunch of new things we probably don't need, just remove the config options. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-08-30features: Fix dependencies and =m vs =y discrepancies for corei7California Sullivan
I missed these in my first pass. This should fix the remaining warnings that occur with the intel-corei7-64 configurations. The ISDN configurations might need to be broken out into their own feature but for now just enable them as dependencies for BT_CMTP. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-08-30intel-core2-32.cfg: Explicitly disable CONFIG_64BITCalifornia Sullivan
The new kernel tools do not automagically do this, causing dependency issues and architecture mismatch errors. Explicitly disable the CONFIG to fix it. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-08-30features: Add 6lowpan feature and add it where necessaryCalifornia Sullivan
For now just add the minimum configuration necessary to support other 6LoWPAN options we are already trying to enable. Fixes some configuration warnings that occur due to missing dependencies. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-08-19kernel-cache: add the computestick-preempt-rt configfli
Signed-off-by: fli <fupan.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-08-18kver: bump to v4.1.30Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-08-16kernel-cache: enable CONFIG_STAGING for computestickfli
Since the rtl8723bs driver required by computestick was located in staging, thus enable it first. Signed-off-by: fli <fupan.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-08-09features: usb-net: provide more coverage on USB network devicesChang, Rebecca Swee Fun
Expanding the list of USB network devices supported by various BSP. Compiled as modules to provide more flexibility on use cases. Signed-off-by: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-08-09features: broxton: enable iTCO watchdog supportChang, Rebecca Swee Fun
iTCO watchdog is a common hardware driver among Intel hardware controller hub. Signed-off-by: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-08-09features: broxton: enable iSMT supportChang, Rebecca Swee Fun
This will include support for Intel iSMT SMBus host controller interface for Broxton. Signed-off-by: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-08-09features: broxton: enable LPC bridge function for Intel ICH and SCHChang, Rebecca Swee Fun
Signed-off-by: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-08-06kver: bump to v4.1.29Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce@zedd.org>
2016-07-28base: disable legacy PTYSBruce Ashfield
Legacy PTY support adds overhead to the kernel and delays to the boot process. So we disable it by default. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-07-22bsp/axxiaarm64: Enable Axxia NCR and PEI driversDaniel Dragomir
Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-07-20common-pc: enforce 32 bitBruce Ashfield
ARCH=x86 defaults to 64 bit on modern kernels. So we need to explicitly disable 64bit in common-pc if we want a 32bit build (common-pc builds with ARCH=x86, not ARCH=i386) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-07-20kver: bump to v4.1.28Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-07-11features/thermal: make INTEL_POWERCLAMP driver built as moduleRebecca Chang Swee Fun
Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-07-07kver: bump to v4.1.27Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-07-07mei.cfg: mei driver is no longer in stagingTomas Winkler
The mei driver was moved out of staging in kernel 3.15 Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-07-05fsl-ls10xx: add kernel meta scc/cfg dataGuojian Zhou
Creating the base infrastructure for the fsl-ls10xx BSP. Signed-off-by: Guojian Zhou <guojian.zhou@windriver.com>
2016-07-03mei.cfg: Add CONFIG_INTEL_MEI_TXE=mSaul Wold
This will create the TXE based Intel Management Excution Interface to support additional chipsets. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-06-30features/thermal: enable Intel powerclamp driverRebecca Chang Swee Fun
Enable powerclamp to enforce idle time in which will contribute to more C-states residency. Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-06-30firmware: remove invalid +CONFIG*Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-06-27broxton: set CONFIG_GPIO_GENERIC_PLATFORM instead of CONFIG_GPIO_GENERICRebecca Chang Swee Fun
CONFIG_GPIO_GENERIC option is tristate, this will ensure we enable by selecting CONFIG_GPIO_GENERIC_PLATFORM. This addresses the following message: Value requested for CONFIG_GPIO_GENERIC not in final ".config" Requested value: "CONFIG_GPIO_GENERIC=y" Actual value set: "" Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-06-24cfg/boot-live: Use vfat featureTom Zanussi
Use the vfat feature instead of directly configuring it. The vfat feature also now includes enabling the NLS defaults for VFAT_FS, so remove them here. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-06-24cfg/usb-mass-storage: Use vfat featureTom Zanussi
Use the vfat feature instead of directly configuring it. FAT_FS is automatically selected by VFAT_FS as well as MSDOS_FS, so remove it here. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-06-24cfg/fs/vfat: Enable NLS defaultsTom Zanussi
VFAT_FS defaults to codepage 437 and iso8559-1, but doesn't enable the NLS support, so have the feature do it. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-06-22bsp/intel-corei7-64: Add intel-telemetry featureCalifornia Sullivan
intel-telemetry is a 64 bit feature available on the Apollo Lake platform and beyond. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> (cherry picked from commit 9ab4787fe2aea2ae0fcc31a5e067eaba19ef64c8) Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-06-22features: add intel-telemetry featureCalifornia 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 <california.l.sullivan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> (cherry picked from commit da24a9810dfc03dcc0b9ce9ac195bde3ea891720) Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-06-22bsp/intel-common: Add broxton to supported SoCs in intel-core* BSPsCalifornia Sullivan
Adds support to features found on Broxton SoCs. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> (cherry picked from commit 38418ce0e5ef5eb4f6ba05175394c8db9f7dfc1c) Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-06-22features: add broxton soc featureCalifornia Sullivan
This feature fragment should support most functions provided by the Broxton SoC. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> (cherry picked from commit 583db5be52dc93045c0b5da8ccd46b7f4692bff0) Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-06-22baytrail; valleyisland: Use designware-usb3 feature instead of configCalifornia 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 <california.l.sullivan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> (cherry picked from commit 60430c970998c6d7d89a37f03cf8400862960224) Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-06-22features/usb: Add usb-designware2 and 3 featuresCalifornia Sullivan
These features support DesignWare USB2 and USB3 controllers and are used by many SoCs. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> (cherry picked from commit 40f60000f61d46dd740b300f116123af11057396) Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-06-22cfg/sound.cfg: Add USB audio supportCalifornia Sullivan
Sound over USB is very common and should be part of general sound configuration. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> (cherry picked from commit 3892d72d041c02bd88b7a3d4fca2cbec8f07b24c) Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-06-22features/i915: Add CONFIG_KMS_FB_HELPER=yCalifornia Sullivan
We already get this option through a select. Add it to the configuration for clarity. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> (cherry picked from commit 4a253747f91a06300abe24a8b0ad047f501a745e) Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-06-22intel_pwm: refactor and use the feature fragmentCalifornia Sullivan
Configure PWMs on Intel platforms as modules and add it to intel-common-drivers. Remove PWM configurations from baytrail.cfg since its enabled elsewhere. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> (cherry picked from commit eeabc133bf6bada67099b632259b66185f15d79c) Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-06-10kver: bump to v4.1.26Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-06-10common-pc-64.scc: add efi-extJianxun Zhang
Sync up with 32 bit common-pc variant to bring EFI framebuffer driver into 64 bit PC config, ported from 3.14 kernel meta: c9caee84847000d9be5c9843bc712e71c171a66c Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-05-27Revert "common-pc*: Have *-standard BSPs use standard/intel"Tom Zanussi
This reverts commit 1c4353d569cb037064fdb378d3be9ac7e4bc08d1. Restrict standard/intel visibility to meta-intel i.e. don't touch common-pc*. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-05-26intel-quark-tiny: Use standard/tiny/intel branchTom Zanussi
We now have a dedicated standard/tiny/intel branch for Intel platforms, so have the core meta-intel BSPs make use of it. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-05-26intel-quark-tiny: Add common-pc branch to match KBRANCHTom Zanussi
Because meta-intel linux-yocto-tiny specifies a KBRANCH of standard/tiny/common-pc, we get the below warning since the board metadata doesn't match that. Add a common-pc branch to sync them up. WARNING: .. do_patch: After meta data application, the kernel tree branch is standard/tiny/base. WARNING: .. do_patch: The SRC_URI specified branch standard/tiny/common-pc. WARNING: .. do_patch: WARNING: .. do_patch: The branch will be forced to standard/tiny/common-pc, but this means the board meta data WARNING: .. do_patch: (.scc files) do not match the SRC_URI specification. WARNING: .. do_patch: WARNING: .. do_patch: The meta data and branch standard/tiny/common-pc should be inspected to ensure the proper WARNING: .. do_patch: kernel is being built. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-05-26common-pc*: Have *-standard BSPs use standard/intelTom Zanussi
We now have a dedicated standard/intel branch for Intel platforms, so have common-pc*/*-standard BSPs make use of it. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-05-26intel: Use standard/preempt-rt/intel branchTom Zanussi
We now have a dedicated standard/preempt-rt/intel branch for Intel platforms, so have the core meta-intel BSPs make use of it. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-05-26intel: Use standard/intel branchTom Zanussi
We now have a dedicated standard/intel branch for Intel platforms, so have the core meta-intel BSPs make use of it. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-05-17coresight: add scc/cfg to enableZumeng Chen
Enable coresight by "--enable-kernel=type+features/coresight" Signed-off-by: Zumeng Chen <zumeng.chen@windriver.com>
2016-05-17xilinx-zynq: add scc/cfgZumeng Chen
This patch adds scc/cfg to build xilinx-zynq in pulsar system. Signed-off-by: Zumeng Chen <zumeng.chen@windriver.com>
2016-05-16kver: bump to v4.1.24Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-05-12kernel-cache: enable hdmi audio for ComputeStickfli
Signed-off-by: fli <fupan.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-05-11kernel-cache: change computestick BSP to standard/next branchfli
Signed-off-by: fli <fupan.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-04-26meta: add new bsp config layer for computestickfli
This bsp config layer is a wrapper for intel-corei7-64 in additon to support computestick's SDIO wifi. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>