summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* linux-yocto/4.4: Fix wrong rt SRCREV for 4.4 - for realkrogothJan Kiszka2017-01-191-1/+1
| | | | | | | | | | d86d58a99dd4 didn't fix the issue it wanted to address but rather referred to the corresponding commit of standard/tiny/intel/base instead of standard/preempt-rt/intel/base. A local workaround for the original meta-intel issue papered over this during testing. Fix it for real. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* linux-yocto/4.4: Fix wrong rt SRCREV for 4.4Jan Kiszka2017-01-091-1/+1
| | | | | | | This one refers to the merge of 4.4.26. Mistake of 371461eae450. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* linux-yocto: Remove mei from KERNEL_FEATURESCalifornia Sullivan2016-11-163-4/+0
| | | | | | | | | The kernel cache was refactored and this feature was moved, and is now included in intel-common BSPs by default. This option is no longer necessary and by pointing to the wrong location was breaking builds. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto/4.1: Update SRCREVs to v4.1.33 and CVE-2016-5195 fixCalifornia Sullivan2016-11-163-9/+9
| | | | | | | With this major CVE an update to the kernel is required. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto/4.4: Update SRCREVs to v4.4.26 and fix CVE-2016-5195California Sullivan2016-11-163-9/+9
| | | | | | | Due to this major CVE, a kernel update is required. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto-rt/4.4: Switch to standard/preempt-rt/intel/baseTom Zanussi2016-06-231-4/+4
| | | | | | | | The dedicated standard rt branch for Intel platforms has been renamed to standard/preempt-rt/intel/base - update the 4.4 rt kernel recipe accordingly. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto/4.4: Switch to standard/intel/baseTom Zanussi2016-06-231-4/+4
| | | | | | | The dedicated standard branch for Intel platforms has been renamed to standard/intel/base - update the 4.4 kernel recipe accordingly. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto-tiny/4.4: Switch to standard/tiny/intel/baseTom Zanussi2016-06-231-4/+5
| | | | | | | | The dedicated standard tiny branch for Intel platforms has been renamed to standard/tiny/intel/base - update the 4.4 tiny kernel recipe accordingly. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto-tiny: Fix broken SRCREV specificationsTom Zanussi2016-06-232-4/+4
| | | | | | | | 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>
* linux-yocto-tiny/4.1: Switch to standard/tiny/intel/baseTom Zanussi2016-06-231-4/+4
| | | | | | | | 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>
* linux-yocto-rt/4.1: Switch to standard/preempt-rt/intel/baseTom Zanussi2016-06-231-4/+4
| | | | | | | | 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>
* linux-yocto/4.1: Switch to standard/intel/baseTom Zanussi2016-06-231-4/+4
| | | | | | | 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-rt/4.4: Update KBRANCHTom Zanussi2016-06-031-1/+1
| | | | | | | standard/preempt-rt was replaced by standard/preempt-rt/base in linux-yocto-4.4.git, so KBRANCH needs to be updated accordingly. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto/4.4: Update SRCREVs for Broxton enablement5.0-krogoth-2.1California Sullivan2016-05-043-6/+6
| | | | | | | This SRCREV update adds support for Broxton and Apollo Lake SoCs. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-firmware: Add -19 version to support iwlwifi-8000c driversSaul Wold2016-05-042-0/+8
| | | | | | | | | The iwlwifi-8000c requires the -19 version, but the latest linux-firmware does not include that version of firmware. This is required for support Broxton Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto-4.4: Update SRCREVs to latestOng Chun Weng2016-05-033-3/+3
| | | | | | | | This update points the SRCREVs to latest HEAD which consists of skylake config enabling in yocto-kernel-cache-4.4 Signed-off-by: Ong Chun Weng <chun.weng.ong@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto/4.4: Update SRCREVs to latestCalifornia Sullivan2016-04-213-6/+6
| | | | | | | | | This update adds a number of Broxton enablement patches and aufs support, and fixes a kernel oops. The aufs feature can be enabled through the KERNEL_FEATURES variable. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto/4.1: Update SRCREVs to latestCalifornia Sullivan2016-04-213-3/+3
| | | | | | | Backports of upstream spi changes for Broxton and Apollo lake support. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto/4.4: Update SRCREVs to latestCalifornia Sullivan2016-04-043-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds the following from linux-yocto-4.4: c43425f73287 mfd: lpss: Add PCI IDs for Intel Broxton B-Step platform 2d6cc1d3e71f spi: pxa2xx: Add support for Intel Broxton B-Step 1df3674b7626 usb: dwc3: gadget: don't send extra ZLP 222ab0043e48 usb: dwc3: gadget: handle request->zero 3f01b2c0295a usb: dwc3: gadget: simplify dwc3_gadget_ep_queue() 729b5a1f8f65 usb: dwc3: gadget: set the OTG flag in dwc3 gadget driver. 65740f5d1a0d usb: dwc3: gadget: simplify next_request() return check a82442f90ea7 usb: dwc3: Fix assignment of EP transfer resources d99293bbaa50 usb: dwc3: ep0: fix setup_packet_pending initialization 10527a38c88d drm/i915/skl: Fix DMC load on Skylake J0 and K0 It also adds the following from the yocto-kernel-cache: 770996a263e22 features: add overlayfs 28bff6d39803a cfg/virtio.cfg: enable SCSI_VIRTIO 644ce210f167a qemuarma9: enable gfx 194a6c1c4b783 qemuarm64: enable 32 bit application support 32e84686fc874 ktypes/standard: Add tmpfs-posix-acl feature 138a5a13a4928 features: Add tmpfs-posix-acl feature fragments Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto/4.4: Galileo updates and explicitly set CONFIG_FTRACE=yCalifornia Sullivan2016-03-173-6/+6
| | | | | | | | | Integrate several patches for Galileo support. Explicitly set CONFIG_FTRACE=y in the yocto-kernel-cache, as the ktype refactoring update caused it to no longer be set by default in standard. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto/4.4: Update SRCREVs to incorporate ktype changesCalifornia Sullivan2016-03-173-3/+3
| | | | | | | | | | | | The standard ktype was changed to not include EMBEDDED, EXPERT, or DEBUG_KERNEL and a new ktype called developer was added that does include those options. By default we lose a number of debug options but gain a more production- ready kernel. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto/4.1: Update to Linux 4.1.18California Sullivan2016-03-103-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. The graphics bug observed is "vblank wait timed out on crtc 0" followed by a call trace. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto/4.4: Update to linux 4.4.3California Sullivan2016-03-043-9/+9
| | | | Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* linux-yocto: add bbappends for 4.4 kernelsCalifornia Sullivan2016-02-223-0/+83
| | | | | | | | These are necessary for the meta-intel BSPs to make use of the new kernel. The SRCREVs are pointing at kernel version 4.4.1 - the latest stable release. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* linux-yocto: Update to 4.1.15Saul Wold2016-01-043-9/+10
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto-dev: Clean up to match master recipeSaul Wold2015-12-291-7/+0
| | | | | | | This removes commented out items from the recipe and causes more sharing between the .bb and .bbappend Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux: remove 3.14 and 3.19 appendsRoss Burton2015-12-293-73/+0
| | | | | | | | These kernels have been removed from oe-core, so remove the appends from meta-intel. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto: Update to 4.1.13Saul Wold2015-12-082-26/+37
| | | | | | | Refactor meta-data slightly so they are sharing common information via SRCREV_META_INTEL_COMMON, SRCREV_MACHINE_INTEL_COMMON, ... Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto_3.19: Update SRCREV for core BSPs4.0-jethro-2.0Saul Wold2015-11-161-2/+2
| | | | | | | | | 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>
* 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-11-021-0/+8
| | | | | | | | 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>
* linux-yocto: Update machine and meta SRCREVSaul Wold2015-10-263-9/+9
| | | | | | 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-rt: Add preempt-rt kernel 4.1.8 versionSaul Wold2015-10-011-0/+17
| | | | 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-tiny: Add 4.1 bbappendSaul Wold2015-08-281-0/+9
| | | | | | | 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>
* 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>
* bsps: update meta SRCREVsBruce Ashfield2015-07-283-6/+6
| | | | | | | | | 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>
* lttng-modules: remove obsolete bbappendRoss Burton2015-07-202-80/+0
| | | | | | | | | 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>
* linux-yocto-dev: Enable the intel-quark BSPSaul Wold2015-07-081-0/+8
| | | | | | | 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>
* linux-yocto_3.19: include NFC hardware support for intel-core* machineCristian Iorga2015-06-241-2/+2
| | | | | | | | | | | 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>
* linux-yocto_3.19: Update SRCREV to include driver updateChang Rebecca Swee Fun2015-06-111-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | 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>
* lttng-modules: add bbappend to address 3.19.5 update3.0-fido-1.8Saul Wold2015-05-122-0/+80
| | | | | | | | 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>
* linux-yocto_3.19: Update to the Intel i915 driverSaul Wold2015-05-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | 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>
* linux-yocto: Update meta SRCREV for 3.14Saul Wold2015-05-081-4/+4
| | | | | | | | | 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>
* linux-yocto: Update v3.14 to 3.14.39Saul Wold2015-05-071-6/+6
| | | | | | | 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>