mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
linux-yocto/4.1: SMBus/iTCO backports
Backporting the following mainline commits to add Intel Broxton and Denverton support: 49b34899e7ca i2c: i801: Add support for Intel Broxton 69f6eeceb5b1 i2c: i801: Add support for Intel DNV b131e3e13838 watchdog: iTCO_wdt: Add support for TCO on Intel Sunrisepoint fce230a538de mfd: watchdog: iTCO_wdt: Expose watchdog properties using platform data a1a2140e856d intel_pmc_ipc: Update kerneldoc formatting e407caf0a583 intel_pmc_ipc: Fix compiler casting warnings 909588e549d7 intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driver 1cd89340c1a9 mfd: lpc_ich: Assign subdevice ids automatically 729025b3e8d3 i2c: i801: Create iTCO device on newer Intel PCHs (From OE-Core rev: b4c2a90a2c6d224c041f44b6104b1dd9678d7c62) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ab6fd488db
commit
dacf9f2feb
@@ -2,7 +2,7 @@ KBRANCH ?= "standard/preempt-rt/base"
|
||||
|
||||
require recipes-kernel/linux/linux-yocto.inc
|
||||
|
||||
SRCREV_machine ?= "8a1c72b29b63604b45ef13aed04f7bfe6d4fc277"
|
||||
SRCREV_machine ?= "d84b3cdc2d04fe42efb94b6f1e67c2d84af20bde"
|
||||
SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \
|
||||
|
||||
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.1.18"
|
||||
KMETA = "kernel-meta"
|
||||
KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
SRCREV_machine ?= "e9b00f938e9971cf84dd33f317719c91135246e9"
|
||||
SRCREV_machine ?= "49b34899e7caa4237e6efbdf2e8f68e578707cee"
|
||||
SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
|
||||
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base"
|
||||
KBRANCH_qemux86-64 ?= "standard/base"
|
||||
KBRANCH_qemumips64 ?= "standard/mti-malta64"
|
||||
|
||||
SRCREV_machine_qemuarm ?= "e6b84f3f0c7292a7d3453e6bebd9987e08678a4b"
|
||||
SRCREV_machine_qemuarm64 ?= "e9b00f938e9971cf84dd33f317719c91135246e9"
|
||||
SRCREV_machine_qemumips ?= "c70a6ad907f0f9ffd4d911b6413e509766fba07b"
|
||||
SRCREV_machine_qemuppc ?= "e9b00f938e9971cf84dd33f317719c91135246e9"
|
||||
SRCREV_machine_qemux86 ?= "e9b00f938e9971cf84dd33f317719c91135246e9"
|
||||
SRCREV_machine_qemux86-64 ?= "e9b00f938e9971cf84dd33f317719c91135246e9"
|
||||
SRCREV_machine_qemumips64 ?= "a023db1f6f40280d3e254aed327f61f6d138992e"
|
||||
SRCREV_machine ?= "e9b00f938e9971cf84dd33f317719c91135246e9"
|
||||
SRCREV_machine_qemuarm ?= "55edd4698b9d54da4e648783918f2ee9ab7693ad"
|
||||
SRCREV_machine_qemuarm64 ?= "49b34899e7caa4237e6efbdf2e8f68e578707cee"
|
||||
SRCREV_machine_qemumips ?= "2c794fb0c6e6dec146e9d99018016da9bb04018d"
|
||||
SRCREV_machine_qemuppc ?= "49b34899e7caa4237e6efbdf2e8f68e578707cee"
|
||||
SRCREV_machine_qemux86 ?= "49b34899e7caa4237e6efbdf2e8f68e578707cee"
|
||||
SRCREV_machine_qemux86-64 ?= "49b34899e7caa4237e6efbdf2e8f68e578707cee"
|
||||
SRCREV_machine_qemumips64 ?= "28bf6a37b7600979593be2ee922361acd83d1617"
|
||||
SRCREV_machine ?= "49b34899e7caa4237e6efbdf2e8f68e578707cee"
|
||||
SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \
|
||||
|
||||
Reference in New Issue
Block a user