summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc-imx_5.10.bb
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2022-06-06 09:51:59 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2022-06-16 16:53:27 -0300
commit52306c443d16daa5c9a172275e1b64f02c9d3ff4 (patch)
treec8c62ed2d055e00484fae7dbeb0a7dab262334c4 /recipes-kernel/linux/linux-fslc-imx_5.10.bb
parentda3807ae5f3b2a49fae48ff5f1561031720a889b (diff)
downloadmeta-freescale-52306c443d16daa5c9a172275e1b64f02c9d3ff4.tar.gz
linux-fslc-imx: upgrade to lf-5.15.5-1.0.0 from NXP
Kernel repository has a new branch introduced, which is based on NXP release lf-5.15.5-1.0.0 and has latest stable patchlevel applied to it. Current version of up-merged kernel is 5.15.44. Update kernel recipe to include new kernel version and align kernel config files based on following NXP configurations: - i.MX8M: arch/arm64/configs/imx_v8_defconfig -> mx8-nxp-bsp/defconfig - i.MX6/7: arch/arm/configs/imx_v7_defconfig -> imx-nxp-bsp/defconfig Configuration file sync point in NXP linux-imx tree: tag: lf-5.15.5-1.0.0 c1084c2773fc ("LF-5491: memory: fsl_ifc: populate child nodes of buses and mfd devices") Tracking information in recipe is updated to include new branch, tag and cherry-picks from NXP branch, together with patches applied from various sources. Patches already applied upstream are dropped from the list. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> (cherry picked from commit 5b6422e863b68ad9b5989179872d9789bf03150b)
Diffstat (limited to 'recipes-kernel/linux/linux-fslc-imx_5.10.bb')
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.10.bb91
1 files changed, 0 insertions, 91 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.10.bb b/recipes-kernel/linux/linux-fslc-imx_5.10.bb
deleted file mode 100644
index 88f5bf90..00000000
--- a/recipes-kernel/linux/linux-fslc-imx_5.10.bb
+++ /dev/null
@@ -1,91 +0,0 @@
1# Released under the MIT license (see COPYING.MIT for the terms)
2#
3# SPDX-License-Identifier: MIT
4#
5
6SUMMARY = "Linux Kernel provided by NXP and supported by Community"
7DESCRIPTION = "Linux Kernel provided by NXP as the part of release distribution. \
8Main focus is set on i.MX Family Reference Boards. \
9It includes support for many NXP Proprietary IPs (GPU, VPU, IPU). \
10Latest stable Kernel patchlevel is applied and maintained by Community."
11
12###############################################################################
13# This recipe (and corresponding kernel repository and branch) receives updates
14# from 3 different sources:
15# 1. Stable [linux-5.10.y] branch updates of korg;
16# 2. NXP-specific updates via branch [5.10-2.1.x-imx] shared via CodeAurora forum;
17# 3. Critical patches, which are not (yet) integrated into either of 2 above
18# sources, but are required to be applied to the kernel tree.
19#
20# Therefore, there is a need to keep track on the patches which are introduced
21# from every source. This could be achieved in this recipe by filling the
22# below list with the information once the update is performed from any source.
23#
24# Once the critical patch gets merged into the stable branch, or NXP-specific
25# patches would be covered by the tag - individual entries from sections below
26# could be removed.
27#
28# ------------------------------------------------------------------------------
29# 1. Stable (tag or SHA(s))
30# ------------------------------------------------------------------------------
31# tag: v5.10.109
32#
33# ------------------------------------------------------------------------------
34# 2. NXP-specific (tag or SHA(s))
35# ------------------------------------------------------------------------------
36# tag: lf-5.10.52-2.1.0
37#
38# ------------------------------------------------------------------------------
39# 3. Critical patches (SHA(s))
40# ------------------------------------------------------------------------------
41# 27b6c760cc7f ("thermal: imx: fix a merging issue")
42# 8ef27ae9f200 ("gpio: fix enabling GPIO_VF610")
43# 12099c38577a ("ASoC: fsl_sai: Correct the clock source for mclk0")
44# db172377e6e2 ("Revert "MLK-12786-2: ASoC: fsl_sai: correct the clock source for mclk0"")
45# 372825d96a29 ("ARM: dts: imx7s: fix ARM timer definition")
46# 8b20421b2b61 ("staging: fsl_ppfe: reduce MAC address filtering loglevel to debug")
47# 16ea8f2ab906 ("staging: fsl_ppfe: assign correct OF nodes to individual ports")
48# 9d0f521803cd ("staging: fsl_ppfe: handle all RGMII modes in pfe_eth_adjust_link")
49# 9d957f4a4a32 ("PCI: dwc: PCI_IMX6 must depend on PCIE_DW")
50# 983b1aa2a2ea ("usb: chipidea: fix missing chipidea.h include")
51# bacde482ab6f ("ARM: imx: select MAILBOX with IMX_MBOX")
52# 5fd63d48755a ("gpu: drm: allow enabling DRM_IMX on Layerscape SoCs")
53# b06df4cec270 ("ARM: dts: imx7s: revert LCDIF AXI clock to IMX7D_LCDIF_PIXEL_ROOT_CLK")
54# bdf733608e50 ("ARM: imx: add missing debug_ll_io_init to i.MX6UL map_io")
55# 302f8a6d262a ("i2c: imx: remove unneeded libata include")
56# 107dc9bc6283 ("i2c: imx: fix lockdep issue")
57# 681f2d40b114 ("i2c: imx: avoid taking clk_prepare mutex in PM callbacks (again)")
58# 351c82388784 ("arch/arm64/boot/dts/freescale: fix file permissions on dts files")
59# fb3e7593ee84 ("irq-imx-irqsteer: fix compile error if CONFIG_PM_SLEEP is not set")
60# 96613ac4e960 ("arm: imx: include i.MX6SX DDR freq implementation for i.MX6UL")
61# 36fea22d04f4 ("arm: imx: do not include smp_wfe_imx6.S for i.MX6SX")
62# f86c8a4736f2 ("arm: imx: enable HAVE_IMX_BUSFREQ for i.MX6")
63# 05f7280c8648 ("arm: imx: do not build busfreq without HAVE_IMX_BUSFREQ")
64#
65# NOTE to upgraders:
66# This recipe should NOT collect individual patches, they should be applied to
67# the linux-fslc kernel tree on the corresponding branch, and tracking
68# information should be properly filled in above.
69###############################################################################
70
71include linux-fslc.inc
72
73LICENSE = "GPL-2.0-only"
74LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
75
76KBRANCH = "5.10-2.1.x-imx"
77SRCREV = "882b6357e0d9303c747ac47dbf1e624a84fcb8dc"
78
79# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
80# required by kernel-yocto.bbclass.
81#
82# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
83# should be updated once patchlevel is merged.
84LINUX_VERSION = "5.10.109"
85
86# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
87LOCALVERSION = "-5.10.52-2.1.0"
88
89DEFAULT_PREFERENCE = "1"
90
91COMPATIBLE_MACHINE = "(imx-nxp-bsp)"