aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-intel.inc
AgeCommit message (Collapse)Author
2017-12-21linux-intel: Update 4.9 SRCREV and refactorSaul Wold
This has a SRCREV update to bring linux-intel to HEAD with some audio and pnp patches. The refactor moves the selection of branch to the versioned recipe so we can have a shared linux-intel-lts repo with multiple LTS version branches. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com> (cherry picked from commit 8d37591e1186dcfbf679c1db660d6f9ffa41bb39) Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-10-20Revert "linux-intel: blacklist snd-soc-skl module"California Sullivan
This reverts commit 075b81ae1bcc6bb3ebfee4015294e3b8a4ba22da. The audio backports in "c27cfdc linux-intel/4.9: Update kernel SRCREVs" fixed the broken snd_soc_skl module, fixing the issue this was working around. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-10-17linux-intel/4.9: Update kernel SRCREVs for v4.9.56California Sullivan
This patch incorporates changes from v4.9.48 to v4.9.56 of the stable branch. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-09-12linux-intel: SRCREV Updates to 4.9.47Saul Wold
This updates the kernel cache srcrev to HEAD with a version update tag The RT kernel is updated to RT patch 4.9.47-rt37 Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-09-01linux-intel.inc: remove iwlwifi depends and rms8.0-rocko-2.4_M3California Sullivan
Now that the backport-iwlwifi packages play nicely with the normal modules we don't need to remove their files. Also we discovered that backport-iwlwifi breaks non-Intel wifi, so only have it as an option rather than the default. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-08-30linux-intel: blacklist snd-soc-skl moduleMikko Ylinen
snd-soc-skl module init fails with an error: snd_soc_skl 0000:00:0e.0: ipc: set large config fail, err: -110 but the module remains loaded. An alternative driver 'snd-hda-intel' is also loaded but snd-soc-skl is "used". The end result is soundcards are missing (due to the failure) on, e.g., Intel 570x/Joule. As snd-soc-skl is known to be problematic, let's blacklist that and prefer snd-hda-intel to get audio working. Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-08-30linux-intel: Seperate SRC_URI into Kernel and ConfigSaul Wold
This allows for setting a different kernel config URI without having to completely reset the main SRC_URI for the kernel also. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-08-23linux-intel: Update SRCREVSaul Wold
Fixes CVE-2017-1000112 Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-07-31disable_skylake_sound: Temp disable config for core2-32Saul Wold
This is needed because the current kernel has a missing kernel config check for 32bit skylake sound Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-07-31linux-intel: Add linux-intel to files search pathSaul Wold
Since both linux-intel and linux-intel-rt need config fragments let's share the same linux-intel patch directory via FILESEXTRAPATH Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-07-31linux-intel: Update SRCREV for 4.9.35Saul Wold
The kernel updates includes more camera changes Includes meta update with the following changes: e8095d4 Alejandro Hernandez common-pc: Adds usb-net configs to genericx86 builds 37cff3d Alejandro Hernandez common-pc-64: Adds usb-net configs to genericx86-64 builds 24325ac Alejandro Hernandez intel-common-drivers: Adds usb-net configs to intel builds 5ea1dcf Syed Johan Arif Bin Syed Mohamad Fauzi features/qat: additional configurations, CONFIG_CRYPTO_RSA and CONFIG_CRYPTO_DH b3fadcf Syed Johan Arif Bin Syed Mohamad Fauzi features/netfilter: additional configurations 7a4f036 Syed Mohamad Fauzi, Syed Johan Arif features/x2apic: add X2APIC feature e71bcaa Syed Johan Arif Bin Syed Mohamad Fauzi features/vfio: add VFIO feature d1b7785 Syed Johan Arif Bin Syed Mohamad Fauzi features/numa: Add NUMA feature 62c9858 Syed Johan Arif Bin Syed Mohamad Fauzi features/mtd: add MTD feature 9a6c643 Syed Johan Arif Bin Syed Mohamad Fauzi features/iommu: add IOMMU feature 1e004c5 Syed Johan Arif Bin Syed Mohamad Fauzi features/intel-txt: add intel-txt feature 63c1229 Saul Wold common-pc-wifi: Enable SDIO for BroadCom BRCMFMAC Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-07-31linux-intel: refactor and remove iwlwifi modules for out of tree enablementSaul Wold
Create a linux-intel.inc that is shared between standard and rt kernel for the common bits. By removing these modules here, we can then build and install the out of tree modules from the backport-iwlwifi tree. Move the Autoloading to the kernel module also Signed-off-by: Saul Wold <sgw@linux.intel.com>