summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-01-13 00:25:47 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-28 10:14:01 +0000
commit5d5682f2de1f86856ce4538bcf944e55e8e8c05a (patch)
tree1090239a91835f59ed27dbaae0b0d4f8c74960ab /meta
parent97bfa78c073a6c4869d11a91cd533eb745a08524 (diff)
downloadpoky-5d5682f2de1f86856ce4538bcf944e55e8e8c05a.tar.gz
linux-yocto/4.12: coffeeLake-s graphics and audio support
Integrating the following backports to enable graphics and audito for the coffeelake-s board: e0256c639caf ALSA: hda/realtek - Fix ALC700 family no sound issue a3bd263fa5f3 ALSA: hda - Add model string for Intel reference board quirk c12ee7fbc382 ALSA: hda/realtek - Enable jack detection function for Intel ALC700 ff8d2c896572 ALSA: hda: Add Cannonlake PCI ID 88ee594b72e6 ALSA: hda - Fix unbalance of i915 module refcount c7d38955ce7f ALSA: hda - Fix doubly initialization of i915 component 5ca2b95b131f ALSA: hda - Bind with i915 component before codec binding 648c24f8d385 ALSA: hda - Add AZX_DRIVER_SKL for simplification f406fd3d0c63 drm/i915/cnl: Implement CNL display init/unit sequence 1e07bbf553c0 drm/i915/cnl: Implement .set_cdclk() for CNL 901336fddca0 drm/i915/cnl: Implement .get_display_clock_speed() for CNL be7a1f129e42 drm/i915/cfl: Coffee Lake reuses Kabylake DMC. ee6ac7be14c3 drm/i915/huc: Load HuC on Coffee Lake 35a913347462 drm/i915/guc: Load GuC on Coffee Lake 443e68bbbe46 drm/i915/cfl: Add Coffee Lake PCI IDs for U Sku. 0ef98275c834 drm/i915/cfl: Add Coffee Lake PCI IDs for H Sku. 594a1d673403 drm/i915/cfl: Add Coffee Lake PCI IDs for S Skus. 8732a393ce1e drm/i915/cfl: Introduce Display workarounds for Coffee Lake. 676a4c1b92ab drm/i915/cfl: Coffee Lake uses CNP PCH. f5eb462f524f drm/i915/cfl: Introduce Coffee Lake platform definition. 8a3a080c7028 drm/i915/cnl: Also need power well sanitize. b5620b75db38 drm/i915/cnl: Add power wells for CNL b747f1806205 drm/i915/cnl: Cannonlake has same MOCS table than Skylake. fc8aee64eaeb drm/i915/cnl: Configure EU slice power gating. a9b5e8f00440 drm/i915/cnl: Cannonlake has 4 planes (3 sprites) per pipe 03a55f9a6082 drm/i915/cnl: add IS_CNL_REVID macro 7236995c6b04 drm/i915/cnl: Add Cannonlake PCI IDs for Y-skus. b2f7e93bcb56 drm/i915/cnl: Add Cannonlake PCI IDs for U-skus. 30c5a76e52a6 drm/i915/cnl: Cannonlake uses CNP PCH. 27bb6860ebf1 drm/i915/cnl: Introduce Cannonlake platform defition. b4d4cf3529e0 drm/i915/cnp: Panel Power sequence changes for CNP PCH. ee2e2af1cf34 drm/i915/cnp: add CNP gmbus support 35964d298c7d drm/i915/cnp: Backlight support for CNP. ccfab7d5ae88 drm/i915/cnp: Get/set proper Raw clock frequency on CNP. abdbbc6157d7 drm/i915/cnp: Add PCI ID for Cannonpoint LP PCH 87482dfba004 drm/i915/cnp: Introduce Cannonpoint PCH. (From OE-Core rev: 3d0ef7cb4a9495d26d59715936d8e39f2ad61b91) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.12.bb16
3 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
index 052c68756f..8c89ecf0ff 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
@@ -11,7 +11,7 @@ python () {
11 raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") 11 raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
12} 12}
13 13
14SRCREV_machine ?= "b02d6a3f5b38dd38b5e0befb5961bd316a2daa97" 14SRCREV_machine ?= "1b4229c4ef99843401ec2f522b63c9a64ed219a4"
15SRCREV_meta ?= "358b2bb4d2bc8e790f69ea1778d7d16184b1ae34" 15SRCREV_meta ?= "358b2bb4d2bc8e790f69ea1778d7d16184b1ae34"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
index 5658e49d67..97b90daa1d 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.12.18"
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "6039d7e04ee91c7fd40b1444fcca07be3fe0d5d9" 12SRCREV_machine ?= "e0256c639caf7fb1b977cf34c5e15c86dd643c85"
13SRCREV_meta ?= "358b2bb4d2bc8e790f69ea1778d7d16184b1ae34" 13SRCREV_meta ?= "358b2bb4d2bc8e790f69ea1778d7d16184b1ae34"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.12.bb b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
index 7ffe0d50ff..c27801a080 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base"
11KBRANCH_qemux86-64 ?= "standard/base" 11KBRANCH_qemux86-64 ?= "standard/base"
12KBRANCH_qemumips64 ?= "standard/mti-malta64" 12KBRANCH_qemumips64 ?= "standard/mti-malta64"
13 13
14SRCREV_machine_qemuarm ?= "48ae2ebeea13e8d4c405a9a6930814ddfb2faf56" 14SRCREV_machine_qemuarm ?= "e984c8a333b87570a3d28384f0473884134e9535"
15SRCREV_machine_qemuarm64 ?= "6039d7e04ee91c7fd40b1444fcca07be3fe0d5d9" 15SRCREV_machine_qemuarm64 ?= "e0256c639caf7fb1b977cf34c5e15c86dd643c85"
16SRCREV_machine_qemumips ?= "d8ffb4a5bf10ce1deeeb1a3b33a010e86bc4ec8b" 16SRCREV_machine_qemumips ?= "a81c25e8409d8a1dfdb353a03553a57c25e50755"
17SRCREV_machine_qemuppc ?= "6039d7e04ee91c7fd40b1444fcca07be3fe0d5d9" 17SRCREV_machine_qemuppc ?= "e0256c639caf7fb1b977cf34c5e15c86dd643c85"
18SRCREV_machine_qemux86 ?= "6039d7e04ee91c7fd40b1444fcca07be3fe0d5d9" 18SRCREV_machine_qemux86 ?= "e0256c639caf7fb1b977cf34c5e15c86dd643c85"
19SRCREV_machine_qemux86-64 ?= "6039d7e04ee91c7fd40b1444fcca07be3fe0d5d9" 19SRCREV_machine_qemux86-64 ?= "e0256c639caf7fb1b977cf34c5e15c86dd643c85"
20SRCREV_machine_qemumips64 ?= "96e53c9bac505c8783fa89edb5e047e99ab7784c" 20SRCREV_machine_qemumips64 ?= "a39650a75fbd15424c51963d893e7806d9fdbe8b"
21SRCREV_machine ?= "6039d7e04ee91c7fd40b1444fcca07be3fe0d5d9" 21SRCREV_machine ?= "e0256c639caf7fb1b977cf34c5e15c86dd643c85"
22SRCREV_meta ?= "358b2bb4d2bc8e790f69ea1778d7d16184b1ae34" 22SRCREV_meta ?= "358b2bb4d2bc8e790f69ea1778d7d16184b1ae34"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \ 24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \