From d616929413af7779c60355e331ccfa68d7f38b5f Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 22 Mar 2024 09:07:24 -0400 Subject: 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 Signed-off-by: Bruce Ashfield ] 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 Signed-off-by: Bruce Ashfield ] 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 Signed-off-by: Bruce Ashfield ] 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 Signed-off-by: Bruce Ashfield ] 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 Signed-off-by: Bruce Ashfield ] 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 Signed-off-by: Bruce Ashfield ] 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 Signed-off-by: Bruce Ashfield ] 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 Signed-off-by: Bruce Ashfield ] 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 Signed-off-by: Bruce Ashfield ] 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 Signed-off-by: Bruce Ashfield ] 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 Signed-off-by: Bruce Ashfield ] 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 Signed-off-by: Bruce Ashfield ] (From OE-Core rev: 18e696048cc3486c6cce600c5a2a27a887f558e1) Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_6.6.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-kernel') 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 () { } SRCREV_machine ?= "1c3234ba160c59eb50739f23591a87daf09fac35" -SRCREV_meta ?= "6a24861d6504575a4a9f92366285332d47c7e111" +SRCREV_meta ?= "a1711f65dcd5f88160d30447dcab3b88a1562690" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ 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" KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine ?= "ca83799fcbc094fdd52caec7c4dca64189acd842" -SRCREV_meta ?= "6a24861d6504575a4a9f92366285332d47c7e111" +SRCREV_meta ?= "a1711f65dcd5f88160d30447dcab3b88a1562690" PV = "${LINUX_VERSION}+git" 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" SRCREV_machine:qemux86-64 ?= "ca83799fcbc094fdd52caec7c4dca64189acd842" SRCREV_machine:qemumips64 ?= "6cb075269e42d03857c95ebc8b5f8e154f155add" SRCREV_machine ?= "ca83799fcbc094fdd52caec7c4dca64189acd842" -SRCREV_meta ?= "6a24861d6504575a4a9f92366285332d47c7e111" +SRCREV_meta ?= "a1711f65dcd5f88160d30447dcab3b88a1562690" # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll # get the /base branch, which is pure upstream -stable, and the same -- cgit v1.2.3-54-g00ecf