aboutsummaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Collapse)Author
2017-07-05linux-yocto_4.1: use KERNEL_FEATURES for PWM in Leaf HilljethroChai, Chong Yi
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>
2017-07-05linux_yocto_4.1: update machine and meta SRCREV to latestChai, Chong Yi
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>
2017-02-28linux-yocto_4.1: bump up SRCREV for machine and meta to latestChai, Chong Yi
Signed-off-by: Chai, Chong Yi <chong.yi.chai@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-08linux-yocto_4.1: bump up machine branch source revision to latestRebecca Chang Swee Fun
Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-08linux-yocto_4.1: use BSP_SUBTYPE for BSP specific configurationRebecca Chang Swee Fun
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>
2016-09-21linux-yocto_4.1: include ssp audio configuration fragmentRebecca Chang Swee Fun
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>
2016-09-21linux-yocto_4.1: update meta SRCREV to latestRebecca Chang Swee Fun
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>
2016-09-16linux-yocto_4.1: use bb.utils.contains for KERNEL_FEATURES selectionRebecca Chang Swee Fun
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>
2016-06-28linux-yocto-tiny/4.1: Fix SRCREV overrideTom Zanussi
The SRCREV overrides for tiny were malformed - fix them so they actually make sense and take effect. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2016-06-24linux-yocto-tiny: Fix broken SRCREV specificationsTom Zanussi
linux-yocto-tiny uses hyphens rather than underscores between SRCREV and the machine or meta specification, preventing it from actually taking effect. Fix it by changing the hyphens to underscores. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2016-06-24linux-yocto-tiny/4.1: Switch to standard/tiny/intel/baseTom Zanussi
The dedicated standard tiny branch for Intel platforms has been renamed to standard/tiny/intel/base - update the 4.1 tiny kernel recipe accordingly. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2016-06-24linux-yocto-rt/4.1: Switch to standard/preempt-rt/intel/baseTom Zanussi
The dedicated standard rt branch for Intel platforms has been renamed to standard/preempt-rt/intel/base - update the 4.1 rt kernel recipe accordingly. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2016-06-24linux-yocto/4.1: Switch to standard/intel/baseTom Zanussi
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>
2016-03-10linux-yocto/4.1: Update to Linux 4.1.18California Sullivan
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>
2016-02-29linux-yocto: Update 3.14 and 3.19 SRCREVs to latest stableCalifornia Sullivan
This includes the fix to CVE-2016-728. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-11-16linux-yocto_3.19: Update SRCREV for core BSPs4.0-jethro-2.0Saul Wold
This ensures that the CONFIG_PWM_LPSS_PLATFORM=m to baytrial.cfg which was missing and needed for the MinnowboardMax. This also adds the INTEL_THERMAL and CORETEMP configuration to prevent overheating for 3.19 it was already in 4.1 Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-11-16linux-yocto_4.1: Update SRCREV for core BSPsSaul Wold
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>
2015-11-02gstreamer-vaapi: Move SRC_CHKSUM from .inc to .bbSaul Wold
This allows for the .bb to be the only file that changes when updating package versions. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-11-02linux-yocto: Update machine and meta SRCREVSaul Wold
Updating the META SRCREVs to make the nf_tables feature available. Add in preempt-rt kernel for quark (preliminary) Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-26linux-yocto: Update machine and meta SRCREVSaul Wold
Updating the META SRCREVs to make the nf_tables feature available. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-23libva-intel-driver: Fix timestamping issue for VC1/WMV VAAPI decode under ↵Azril Ahmad
BSW CHV Include the upstreamed patch to fix the timestamping issue that observed during the WMV/VC1 VAAPI decode under GStreamer on BSW CHV. The patch was imported from FreeDesktop VAAPI git server (git://anongit.freedesktop.org/vaapi/intel-driver) as of commit id 4307780b648245aba4ff338dcfe0172dec2e12e9 Signed-off-by: Azril Ahmad <mohd.azril.ahmad@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-19linux-yocto-4.1: Update SRCREV to include additional patchesSaul Wold
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>
2015-10-19xorg-driver: remove duplicate files from oe-coreRoss Burton
These files are copies of files from oe-core, delete them as they are unused. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-02linux-yocto/4.1: drm/i915 backportsSaul Wold
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>
2015-10-01linux-yocto-rt: Add preempt-rt kernel 4.1.8 versionSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-01linux-yocto: Update to 4.1.8 and include braswell patchesSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-09-23linux-yocto-4.1:hid, bluetooth, aufs, yaffs2Saul Wold
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>
2015-09-21linux-yocto_4.1: Add the 6lowpan related patch to 4.1Wu Zheng
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>
2015-09-01iucode-tool: bump version to 1.3Doug Goldstein
Bump to version 1.3. Upstream has relocated the project to GitLab.com which this takes into account as well. Signed-off-by: Doug Goldstein <cardoe@cardoe.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-09-01intel-microcode: bump version to 20150121Doug Goldstein
Bumped version to 20150121. Dropped runtime dependency on iucode-tool which is used to generate the cpio or trim down the data file based on your CPU. While it can also be used to load the microcode that is not the recommended method for Linux 3.9 and newer instead you should use the kernel's built-in early microcode loading facilities. Signed-off-by: Doug Goldstein <cardoe@cardoe.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-08-28linux-yocto-tiny: Add 4.1 bbappendSaul Wold
This will enable tiny KTYPE support for the meta-intel core BSPs using the 4.1 kernel, it also adds intel-quark as a Tiny platform. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-08-28linux-yocto_4.1: Update to 4.1.6 stable kernelSaul Wold
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>
2015-08-19linux-yocto_4.1: Add bbappendSaul Wold
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>
2015-08-17intel-gpu-tools: upgrade to version 1.11Pengyu Ma
Disable gtk-doc to fix building error. Add libunwind package config to fix dependency. Since test script need bash, add bash dependency. Signed-off-by: Pengyu Ma <pengyu.ma@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-07-28bsps: update meta SRCREVsBruce Ashfield
Now that the BSP meta data comes from a separate git repository, we need to update the meta SRCREVs to ones that are valid in that tree (the previous REVs are only valid in a linux-yocto meta branch). Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-07-20lttng-modules: remove obsolete bbappendRoss Burton
oe-core now has lttng-modules 2.6.1 so this bbappend isn't required, and is actively harmful when lttng-modules moves past 2.6.1 as it forces the SRVREV back to 2.6.1. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-07-08linux-yocto-dev: Enable the intel-quark BSPSaul Wold
The linux-yocto-dev kernel is 4.1 based and has the support needed to enable the intel-quark bsp without additional patching Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-06-24linux-yocto_3.19: include NFC hardware support for intel-core* machineCristian Iorga
Update linux-yocto 3.19 SRCREV for meta branch to include NFC hardware support for intel-core* machines. Genric and vendor-specific NFC hardware is now supported. Final fix for [YOCTO #7451]. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-06-11linux-yocto_3.19: Update SRCREV to include driver updateChang Rebecca Swee Fun
Update SRCREV for linux-yocto-3.19 to include the following commits: e152349 drm/i915: Reset CSB read pointer in ring init a87a6ff drm/i915/bdw: Enable execlists by default where supported 6c21811 fs: aufs: fix a build error for archs which doesn't support MUTEX_SPIN_ f7e6e36 fs: yaffs2: kill f_dentry uses 2a5e3b1 intel_idle: Add support for the Airmont Core in the Cherrytrail and Bra 28c0578 intel_idle: Update support for Silvermont Core in Baytrail SOC 77bec57 intel_idle: Add ->enter_freeze callbacks ae682f3 intel_idle: support additional Broadwell model 3c88608 PM / sleep: Make it possible to quiesce timers during suspend-to-idle cd240b6 PM / sleep: Re-implement suspend-to-idle handling d3c0b95 drm/i915: New offset for reading frequencies on CHV. dac6bab drm/i915/chv: Populate total EU count on Cherryview a3f6f39 arm64: psci: move psci firmware calls out of line 374b5d0 drm/i915: Only wait for required lanes in vlv_wait_port_ready() fca99e8 Revert "drm/i915: Hack to tie both common lanes together on chv" 00682f3 drm/i915: Work around DISPLAY_PHY_CONTROL register corruption on CHV 654b1a4 drm/i915: Implement chv display PHY lane stagger setup Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-06-08xf86-video-ast: upgrade to 1.0.1Ross Burton
0.98 uses deprecated xserver APIs that have been removed in the xserver 1.17. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-12lttng-modules: add bbappend to address 3.19.5 update3.0-fido-1.8Saul Wold
The 3.19.5 kernel update included an incompatible change that caused lttng-modules to fail to build, the patch needed to be rebased due to changes in the associated Makefile. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-11linux-yocto_3.19: Update to the Intel i915 driverSaul Wold
0befa35 drm/i915/chv: Remove DPIO force latency causing interpair skew issue 184e037 drm/i915: Fix chv cdclk support e2a99b9 drm/i915: Increase the range of sideband address. 9d5d55e drm/i915: Disable DDR DVFS on CHV 96cce94 drm/i915: Enable the maxfifo PM5 mode when appropriate on CHV b5005319 drm/i915: Program PFI credits for VLV c7aa33e drm/i915: Rewrite VLV/CHV watermark code a421d8b drm/i915: Make sure PND deadline mode is enabled on VLV/CHV 631afc9 drm/i915: Read out display FIFO size on VLV/CHV e0dcdc0 drm/i915: Pass plane to vlv_compute_drain_latency() a6a5562 drm/i915: Reorganize VLV DDL setup bb662a4 drm/i915: Hide VLV DDL precision handling 3d2d932 drm/i915: Simplify VLV drain latency computation f686147 drm/i915: Kill DRAIN_LATENCY_PRECISION_* defines 86c658c drm/i915: Reduce CHV DDL multiplier to 16/8 8c4cdd9 drm/i915: Allow pixel clock up to 95% of cdclk on CHV d9d4fb8 drm/i915: Reduce CHV DPLL min vco frequency to 4.8 GHz Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-08linux-yocto: Update meta SRCREV for 3.14Saul Wold
This backports the various fixes for kernel configuration warning from the 3.19 meta area [YOCTO #7478] Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-07xf86-video-mga: Upgrade 1.6.2 -> 1.6.4Jussi Kukkonen
This update allows successfully building with xserver-xorg 1.17. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-07linux-yocto: Update v3.14 to 3.14.39Saul Wold
Update the 3.14 kernel to the lastest version available 3.14.39 in the linux-yocto repository. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-07linux-yocto: Update linux-yocto v3.19.2 SRCREV to v3.19.5Ng Wei Tee
Use the latest HEADs of the git branches from the linux-yocto v3.19 kernel repository. Signed-off-by: Ng Wei Tee <wei.tee.ng@intel.com> [sgw - tweaked summary commit info] Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-04-15lms7: re-write do_unpack to fix warningSaul Wold
Since the primary tarball unpacks into a non-standard directory create a do_unpack that sets and resets to first unpack the primary tarball and then unpacks the actual src tarball into the correct directory. This is similar to lsof which has a dual tarball also. Fixes this WARNING: WARNING: /srv/hdd/intel/test/tmp/work/corei7-64-poky-linux/lms7/7.1.20-r0/lms-7.1.20 ('S') doesn't exist, please set 'S' to a proper value [YOCTO #7551] Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-04-15linux-yocto: Add initial support for BraswellSaul Wold
This meta SRCREV update adds support for the initial support for the Braswell SOC to the core BSPs. This enables CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT for the graphics driver. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-04-15linux-yocto: Update BSP to latest meta and branch SRCREVSaul Wold
Do the SRCREV update to the latest versions of linux-yocto to match the fido release, this removes warnings that where noted during the first round of 3.19. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-02-27gst-va-intel: removeRoss Burton
Unused since the previous commit, so remove. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>