summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-03-22 09:07:24 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-23 10:18:20 +0000
commitd616929413af7779c60355e331ccfa68d7f38b5f (patch)
treee160d2e2017d6e65c7830479e00cccb988a978ed /meta/recipes-kernel
parent8580c232847da4e0256558a17e93161e41ce9ab0 (diff)
downloadpoky-d616929413af7779c60355e331ccfa68d7f38b5f.tar.gz
linux-yocto/6.6: cfg: genericarm64 platform/peripheral support
Integrating the following commit(s) to linux-yocto/.: 1/12 [ Author: Ross Burton Email: ross.burton@arm.com Subject: bsp/genericarm64: include .scc files instead of .cfg Date: Wed, 20 Mar 2024 19:42:09 +0000 Some .cfg files were included accidentally, fix this. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] 2/12 [ Author: Ross Burton Email: ross.burton@arm.com Subject: bsp/genericarm64: move CONFIG_PHYLINK under the right comment Date: Wed, 20 Mar 2024 19:42:10 +0000 A bug in my annotation script meant this item ended up in the wrong place. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] 3/12 [ Author: Bill Mills Email: bill.mills@linaro.org Subject: bsp/genericarm64: Automatically create /dev/i2c* devices Date: Wed, 20 Mar 2024 19:42:11 +0000 With CONFIG_I2C_DEV=m you must modprobe that module in order to get the /dev nodes. It is a small module (~8.5K) so just include it in. Signed-off-by: Bill Mills <bill.mills@linaro.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] 4/12 [ Author: Ross Burton Email: ross.burton@arm.com Subject: bsp/genericarm64: enable hugetlbfs Date: Wed, 20 Mar 2024 19:42:12 +0000 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] 5/12 [ Author: Ross Burton Email: ross.burton@arm.com Subject: bsp/genericarm64: integrate the IMX clocks Date: Wed, 20 Mar 2024 19:42:13 +0000 If these are kernel modules then there's a WARN_ON triggered when booted on IMX boards. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] 6/12 [ Author: Ross Burton Email: ross.burton@arm.com Subject: bsp/genericarm64: enable more SPI controllers Date: Wed, 20 Mar 2024 19:42:14 +0000 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] 7/12 [ Author: Ross Burton Email: ross.burton@arm.com Subject: bsp/genericarm64: enable PHY subsystem Date: Wed, 20 Mar 2024 19:42:15 +0000 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] 8/12 [ Author: Ross Burton Email: ross.burton@arm.com Subject: bsp/genericarm64: enable USB On-The-Go and Gadget Date: Wed, 20 Mar 2024 19:42:16 +0000 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] 9/12 [ Author: Ross Burton Email: ross.burton@arm.com Subject: bsp/genericarm64: enable SATA Date: Wed, 20 Mar 2024 19:42:17 +0000 SBCs don't tend to use SATA, but larger platforms will. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] 10/12 [ Author: Ross Burton Email: ross.burton@arm.com Subject: bsp/genericarm64: support some i.MX8 boards Date: Wed, 20 Mar 2024 19:42:18 +0000 Add more hardware enabling so that NXP i.MX8M boards boot successfully. Thanks to anton.antonov@arm.com for the options and testing. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] 11/12 [ Author: Ross Burton Email: ross.burton@arm.com Subject: bsp/genericarm64: enable networking on Kontron KBox Date: Wed, 20 Mar 2024 19:42:19 +0000 Thanks to anton.antonov@arm.com. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] 12/12 [ Author: Ross Burton Email: ross.burton@arm.com Subject: bsp/genericarm64: enable Marvell ThunderX2 support Date: Wed, 20 Mar 2024 19:42:20 +0000 Add the required options so that this BSP works on the Marvell ThunderX2. Thanks to anton.antonov@arm.com for the config and testing. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] (From OE-Core rev: 18e696048cc3486c6cce600c5a2a27a887f558e1) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_6.6.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb
index acafe60e46..eb5e1da33c 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb
@@ -15,7 +15,7 @@ python () {
15} 15}
16 16
17SRCREV_machine ?= "1c3234ba160c59eb50739f23591a87daf09fac35" 17SRCREV_machine ?= "1c3234ba160c59eb50739f23591a87daf09fac35"
18SRCREV_meta ?= "6a24861d6504575a4a9f92366285332d47c7e111" 18SRCREV_meta ?= "a1711f65dcd5f88160d30447dcab3b88a1562690"
19 19
20SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ 20SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \
21 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.6;destsuffix=${KMETA};protocol=https" 21 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.6;destsuffix=${KMETA};protocol=https"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb
index 4a87482f20..7d6197db5e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb
@@ -18,7 +18,7 @@ KMETA = "kernel-meta"
18KCONF_BSP_AUDIT_LEVEL = "2" 18KCONF_BSP_AUDIT_LEVEL = "2"
19 19
20SRCREV_machine ?= "ca83799fcbc094fdd52caec7c4dca64189acd842" 20SRCREV_machine ?= "ca83799fcbc094fdd52caec7c4dca64189acd842"
21SRCREV_meta ?= "6a24861d6504575a4a9f92366285332d47c7e111" 21SRCREV_meta ?= "a1711f65dcd5f88160d30447dcab3b88a1562690"
22 22
23PV = "${LINUX_VERSION}+git" 23PV = "${LINUX_VERSION}+git"
24 24
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.6.bb b/meta/recipes-kernel/linux/linux-yocto_6.6.bb
index 01ecc36c81..01cb6a860c 100644
--- a/meta/recipes-kernel/linux/linux-yocto_6.6.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_6.6.bb
@@ -29,7 +29,7 @@ SRCREV_machine:qemux86 ?= "ca83799fcbc094fdd52caec7c4dca64189acd842"
29SRCREV_machine:qemux86-64 ?= "ca83799fcbc094fdd52caec7c4dca64189acd842" 29SRCREV_machine:qemux86-64 ?= "ca83799fcbc094fdd52caec7c4dca64189acd842"
30SRCREV_machine:qemumips64 ?= "6cb075269e42d03857c95ebc8b5f8e154f155add" 30SRCREV_machine:qemumips64 ?= "6cb075269e42d03857c95ebc8b5f8e154f155add"
31SRCREV_machine ?= "ca83799fcbc094fdd52caec7c4dca64189acd842" 31SRCREV_machine ?= "ca83799fcbc094fdd52caec7c4dca64189acd842"
32SRCREV_meta ?= "6a24861d6504575a4a9f92366285332d47c7e111" 32SRCREV_meta ?= "a1711f65dcd5f88160d30447dcab3b88a1562690"
33 33
34# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll 34# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll
35# get the <version>/base branch, which is pure upstream -stable, and the same 35# get the <version>/base branch, which is pure upstream -stable, and the same