summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto_4.1.bbappend
Commit message (Collapse)AuthorAgeFilesLines
* linux-yocto_4.1: use KERNEL_FEATURES for PWM in Leaf HilljethroChai, Chong Yi2017-07-051-0/+3
| | | | | | | | | | | Leaf Hill PWM kernel configuration is overwritten by intel_pwm feature. Introduce Leaf Hill PWM feature to take those configuration into final config. These PWM kernel configuration are required by DC-IRIS kernel driver in Leaf Hill platform. Signed-off-by: Chai, Chong Yi <chong.yi.chai@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux_yocto_4.1: update machine and meta SRCREV to latestChai, Chong Yi2017-07-051-2/+2
| | | | | | | | This updates machine SRCREV for Leaf Hill BSP and meta for corei7-64-intel-common to latest. Signed-off-by: Chai, Chong Yi <chong.yi.chai@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto_4.1: bump up SRCREV for machine and meta to latestChai, Chong Yi2017-02-281-2/+2
| | | | | Signed-off-by: Chai, Chong Yi <chong.yi.chai@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto_4.1: bump up machine branch source revision to latestRebecca Chang Swee Fun2016-11-081-1/+1
| | | | | Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto_4.1: use BSP_SUBTYPE for BSP specific configurationRebecca Chang Swee Fun2016-11-081-4/+4
| | | | | | | | | | | | | | | | | Leaf Hill BSP has specific kernel configuration in yocto-kernel-cache for kernel v4.1. We found some issue where we can't overwrite the existing kernel configs in yocto-kernel-cache from developer's custom meta layer. Root cause analysis has shown that the usage of KERNEL_FEATURES in kernel recipes and local.conf to pick up BSP specific configs from kernel-meta is inappropriate. KERNEL_FEATURES should always and only used for adding configuration or features to the build. A new variable "BSP_SUBTYPE" has been created to resolve this issue. Suggested-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto_4.1: include ssp audio configuration fragmentRebecca Chang Swee Fun2016-09-211-1/+3
| | | | | | | | | | | | | | Leaf Hill BSP supports 2 types of audio configurations. By defaults, BSP will compiled legacy HD-Audio feature, users can set "AUDIO_FEATURES" in local.conf when they want Intel SSP Audio feature. Both audio features are unique and they are mutually exclusive. AUDIO_FEATURES = "ssp" in local.conf is up to users to turn on or off depends on their use cases. Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto_4.1: update meta SRCREV to latestRebecca Chang Swee Fun2016-09-211-1/+1
| | | | | | | | This update will include the following commits: 68b5089 bsp: leafhill: snd_ssp_intel: add ssp audio configuration fragment Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto_4.1: use bb.utils.contains for KERNEL_FEATURES selectionRebecca Chang Swee Fun2016-09-161-6/+5
| | | | | | | | | | | | | | Using bb.utils.contains() enable selection of source revision on machine branch, KBRANCH and KMACHINE in kernel recipe. leafhill is new bsp type setup in yocto-kernel-cache. This bsp will build kernel from standard/intel/4.1.27/leaf-hill with a fixed kernel base version of v4.1.27. This commit includes update on yocto-kernel-cache meta SRCREV. Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto/4.1: Switch to standard/intel/baseTom Zanussi2016-06-241-12/+12
| | | | | | | The dedicated standard branch for Intel platforms has been renamed to standard/intel/base - update the 4.1 kernel recipe accordingly. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto/4.1: Update to Linux 4.1.18California Sullivan2016-03-101-9/+9
| | | | | | | | | | This SRCREV update also includes the fix to CVE-2016-0728. An intermittent graphics bug that appears to be harmless besides spamming dmesg has been observed on this release, but it is very rare and no method to reproduce or patch to fix it has been found. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto_4.1: Update SRCREV for core BSPsSaul Wold2015-11-161-3/+3
| | | | | | | This ensures that the CONFIG_PWM_LPSS_PLATFORM=m to baytrial.cfg which was missing and needed for the MinnowboardMax Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto: Update machine and meta SRCREVSaul Wold2015-10-261-3/+3
| | | | | | Updating the META SRCREVs to make the nf_tables feature available. Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto-4.1: Update SRCREV to include additional patchesSaul Wold2015-10-191-3/+3
| | | | | | | | | | | | | dbe692d Ville Syrjälä drm/i915: Fix the VBT child device parsing for BSW 52a4a9f Michel Thierry drm/i915/gen8: Initialize page tables a95cb62f Michel Thierry drm/i915: Remove unnecessary gen8_ppgtt_unmap_pages a24d98f Michel Thierry drm/i915: Remove _entry from PPGTT page structures a8abc11 Ville Syrjälä drm/i915: Only wait for required lanes in vlv_wait_port_ready() 8135418 Ville Syrjälä Revert drm/i915: Hack to tie both common lanes together on chv d660fc1 Ville Syrjälä drm/i915: Work around DISPLAY_PHY_CONTROL register corruption on CHV 0e797e9 Ville Syrjälä drm/i915: Implement chv display PHY lane stagger setup Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto/4.1: drm/i915 backportsSaul Wold2015-10-021-3/+3
| | | | | | | | | | Updating the SRCREVs to integrate the following backports: 52a4a9f4a2b4 drm/i915/gen8: Initialize page tables a95cb62f8e85 drm/i915: Remove unnecessary gen8_ppgtt_unmap_pages a24d98fc488d drm/i915: Remove _entry from PPGTT page structures Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto: Update to 4.1.8 and include braswell patchesSaul Wold2015-10-011-9/+9
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto-4.1:hid, bluetooth, aufs, yaffs2Saul Wold2015-09-231-6/+6
| | | | | | | | | | | | | | | | | Setting the SRCREVs to import the following changes in the 4.1 kernel tree: 79a31b9d23db hid-core: Avoid uninitialized buffer access 121593d3a0a4 aufs: call mutex.owner only when DEBUG_MUTEXES or MUTEX_SPIN_ON_OWNER is defined efa7952a190f Bluetooth: Delay check for conn->smp in smp_conn_security() 69428ec43bd9 cc2520: set the default fifo pin value from platform data ee0ddf37f3d6 fs/yaffs2: Fix a judgement logic for ACL operations fff29e47f5c4 yaffs2: remove read and write methods b3b9d030ad84 yaffs2: replace f_dentry to f_path.dentry This also address an issue with booting/installing to older Intel devices (emenlow) Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto_4.1: Add the 6lowpan related patch to 4.1Wu Zheng2015-09-211-6/+6
| | | | | | | | This SRCREV update to add the 6lowpan related patch to 4.1. The some fs related patches are merged to 4.1 too. Signed-off-by: Wu Zheng <wu.zheng@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto_4.1: Update to 4.1.6 stable kernelSaul Wold2015-08-281-9/+9
| | | | | | | | | | This SRCREV update pulls in the 4.1.6 Stable kernel and adds the coretemp thermal driver to intel-common. It also cleans up the quark BSP and adds the quark specific thermal code. Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto_4.1: Add bbappendSaul Wold2015-08-191-0/+37
This creates a new bbappend to allow the BSPs to select the 4.1 kernel as their base kernel. Signed-off-by: Saul Wold <sgw@linux.intel.com>