mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
linux-yocto/4.1: pstate backports
Backporting the following pstate changes: fb0153332a1f intel_pstate: Add SKY-S support 7eb5c7e382a8 intel_pstate: enable HWP per CPU d73ee41f9786 x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h> f447e3d661f7 intel_pstate: Force setting target pstate when required 7db69b864737 intel_pstate: change some inconsistent debug information 367ff9c73d83 intel_pstate: Add tsc collection and keep previous target pstate (From OE-Core rev: acd05ec90cfa4c43b24904117e69c805892e2544) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f775c270fc
commit
f28c266bea
@@ -11,7 +11,7 @@ python () {
|
||||
raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
|
||||
}
|
||||
|
||||
SRCREV_machine ?= "f0e560d7f32007af6285a71925d4176228730349"
|
||||
SRCREV_machine ?= "65ea19da3cd94bb44de4b1dd5419ecc385e4e27d"
|
||||
SRCREV_meta ?= "9f68667031354532563766a3d04ca8a618e9177a"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \
|
||||
|
||||
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.1.26"
|
||||
KMETA = "kernel-meta"
|
||||
KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
SRCREV_machine ?= "5cf0c81bca25e1d7617f988a08447cd1fafb1d83"
|
||||
SRCREV_machine ?= "fb0153332a1fdd0518f9055ece1c53f3a99973f5"
|
||||
SRCREV_meta ?= "9f68667031354532563766a3d04ca8a618e9177a"
|
||||
|
||||
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 ?= "2c7cd362fe082b15edd99231eed992e0006fea60"
|
||||
SRCREV_machine_qemuarm64 ?= "5cf0c81bca25e1d7617f988a08447cd1fafb1d83"
|
||||
SRCREV_machine_qemumips ?= "1805e843d9cefe16b1465acb836f17d10ed8471a"
|
||||
SRCREV_machine_qemuppc ?= "5cf0c81bca25e1d7617f988a08447cd1fafb1d83"
|
||||
SRCREV_machine_qemux86 ?= "5cf0c81bca25e1d7617f988a08447cd1fafb1d83"
|
||||
SRCREV_machine_qemux86-64 ?= "5cf0c81bca25e1d7617f988a08447cd1fafb1d83"
|
||||
SRCREV_machine_qemumips64 ?= "e501ea70ace778a2e44568e18b6d2928cf4db05d"
|
||||
SRCREV_machine ?= "5cf0c81bca25e1d7617f988a08447cd1fafb1d83"
|
||||
SRCREV_machine_qemuarm ?= "a38cb0352686c01aabf2c81d2dfc823208635af0"
|
||||
SRCREV_machine_qemuarm64 ?= "fb0153332a1fdd0518f9055ece1c53f3a99973f5"
|
||||
SRCREV_machine_qemumips ?= "482dc5fa137bb48f4198c81825499c2d505a226c"
|
||||
SRCREV_machine_qemuppc ?= "fb0153332a1fdd0518f9055ece1c53f3a99973f5"
|
||||
SRCREV_machine_qemux86 ?= "fb0153332a1fdd0518f9055ece1c53f3a99973f5"
|
||||
SRCREV_machine_qemux86-64 ?= "fb0153332a1fdd0518f9055ece1c53f3a99973f5"
|
||||
SRCREV_machine_qemumips64 ?= "f5489ee8c9420f67d91e95e19f57deda989bc829"
|
||||
SRCREV_machine ?= "fb0153332a1fdd0518f9055ece1c53f3a99973f5"
|
||||
SRCREV_meta ?= "9f68667031354532563766a3d04ca8a618e9177a"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \
|
||||
|
||||
Reference in New Issue
Block a user