Re: [linux-yocto] [linux-yocto std/rt kernel v5.15]: nxp-s32g: update to compatible with SDK BSP38 RC9

2023-09-26 Thread Zhantao Tang via lists.yoctoproject.org
On 2023/9/27 11:37, Bruce Ashfield wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. In message: [linux-yocto] [linux-yocto std/rt kernel v5.15]: nxp-s32g: update to

Re: [linux-yocto] Trial merge of v5.15.130 ~ v5.15.133, v6.1.54 ~ v6.1.55 for linux-yocto

2023-09-26 Thread Bruce Ashfield
Thanks Kevin, You'll see that i pushed preliminary merges of multiple different kernels. I haven't officially released them, since not only am I doing the -stable kernels right now, I'm releasing the 6.6-dev kernel and creating a 6.5 reference kernel for the release. As such, my builders are

Re: [linux-yocto] [linux-yocto std/rt kernel v5.15]: nxp-s32g: update to compatible with SDK BSP38 RC9

2023-09-26 Thread Bruce Ashfield
In message: [linux-yocto] [linux-yocto std/rt kernel v5.15]: nxp-s32g: update to compatible with SDK BSP38 RC9 on 26/09/2023 Zhantao Tang wrote: > Hi Bruce, > > There are 92 patches, which are all from S32G SDK BSP38 RC9 v5.15 kernel > branch. > Would you please help to merge the patches to: >

Re: [linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] nxp-lx2xxx: drop unused config CONFIG_INPHI_PHY

2023-09-26 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] nxp-lx2xxx: drop unused config CONFIG_INPHI_PHY on 26/09/2023 Xulin Sun wrote: > kernel has removed config INPHI_PHY, and replaced with > PHY_INPHI_IN112525_RETIMER, dropped from here to fix warning: > > [INFO]: the

Re: [linux-yocto] [yocto-kernel-cache v5.15]: nxp-s32g: change S32CC_THERMAL to QORIQ_THERMAL

2023-09-26 Thread Bruce Ashfield
merged. Bruce In message: [yocto-kernel-cache v5.15]: nxp-s32g: change S32CC_THERMAL to QORIQ_THERMAL on 26/09/2023 Zhantao Tang wrote: > Hi Bruce, > > There is a patch to update kernel cache for nxp-s32g bsp. > Would you please help to merge the patch into > yocto-5.15 > branch? > >

Re: [linux-yocto][yocto-kernel-cache yocto-6.1][PATCH] nxp-imx7: Add nxp-imx7 kernel cache for yocto-6.1

2023-09-26 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache yocto-6.1][PATCH] nxp-imx7: Add nxp-imx7 kernel cache for yocto-6.1 on 26/09/2023 Xiaolei Wang wrote: > Add nxp-imx7 kernel cache for yocto-6.1. > > Signed-off-by: Xiaolei Wang > --- > bsp/nxp-imx7/nxp-imx7-preempt-rt.scc | 7 + >

Re: [linux-yocto][v6.1/standard/preempt-rt/sdkv6.1/xlnx-soc][PATCH] firmware: xilinx: fix enum mismatch

2023-09-26 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][v6.1/standard/preempt-rt/sdkv6.1/xlnx-soc][PATCH] firmware: xilinx: fix enum mismatch on 26/09/2023 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > With gcc-13, the following mismatch is reported: > >

Re: [linux-yocto][v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH 1/2] arm: imx: Fix a build error undefined reference to `imx_smp_ops'

2023-09-26 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH 1/2] arm: imx: Fix a build error undefined reference to `imx_smp_ops' on 25/09/2023 Xiaolei Wang wrote: > Due to imx7 compilation depends on some imx6 code, > so

Re: [linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH v2 0/1] debug: add CONFIG_MODULE_ALLOW_BTF_MISMATCH to debug-btf.cfg

2023-09-26 Thread Bruce Ashfield
merged to 6.1+ Bruce In message: [linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH v2 0/1] debug: add CONFIG_MODULE_ALLOW_BTF_MISMATCH to debug-btf.cfg on 25/09/2023 Xiangyu Chen wrote: > From: Xiangyu Chen > > Hi Bruce, > > When we enabled CONFIG_DEBUG_INFO_BTF option, some kernel modules

[linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] nxp-lx2xxx: drop unused config CONFIG_INPHI_PHY

2023-09-26 Thread Xulin Sun via lists.yoctoproject.org
kernel has removed config INPHI_PHY, and replaced with PHY_INPHI_IN112525_RETIMER, dropped from here to fix warning: [INFO]: the following symbols were not found in the active configuration: - CONFIG_INPHI_PHY Signed-off-by: Xulin Sun --- bsp/nxp-lx2xxx/nxp-lx2xxx.cfg | 1 - 1 file

[linux-yocto] [PATCH] nxp-s32g: change S32CC_THERMAL to QORIQ_THERMAL

2023-09-26 Thread Zhantao Tang via lists.yoctoproject.org
The latest SDK BSP38 RC9 drops the S32CC_THERMAL config and changes to use QORIQ_THERMAL instead, so update kernel cache to compatible with it. Signed-off-by: Zhantao Tang --- bsp/nxp-s32g/nxp-s32g.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/nxp-s32g/nxp-s32g.cfg

[linux-yocto] [yocto-kernel-cache v5.15]: nxp-s32g: change S32CC_THERMAL to QORIQ_THERMAL

2023-09-26 Thread Zhantao Tang via lists.yoctoproject.org
Hi Bruce, There is a patch to update kernel cache for nxp-s32g bsp. Would you please help to merge the patch into yocto-5.15 branch? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13115):

[linux-yocto] [linux-yocto std/rt kernel v5.15]: nxp-s32g: update to compatible with SDK BSP38 RC9

2023-09-26 Thread Zhantao Tang via lists.yoctoproject.org
Hi Bruce, There are 92 patches, which are all from S32G SDK BSP38 RC9 v5.15 kernel branch. Would you please help to merge the patches to: v5.15/standard/nxp-sdk-5.15/nxp-s32g v5.15/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g branches? Thanks, Zhantao The following changes since

[linux-yocto][yocto-kernel-cache yocto-6.1][PATCH] nxp-imx7: Add nxp-imx7 kernel cache for yocto-6.1

2023-09-26 Thread Xiaolei Wang via lists.yoctoproject.org
Add nxp-imx7 kernel cache for yocto-6.1. Signed-off-by: Xiaolei Wang --- bsp/nxp-imx7/nxp-imx7-preempt-rt.scc | 7 + bsp/nxp-imx7/nxp-imx7-standard.scc | 7 + bsp/nxp-imx7/nxp-imx7.cfg| 241 +++ bsp/nxp-imx7/nxp-imx7.scc| 7 + 4 files

[linux-yocto][v6.1/standard/preempt-rt/sdkv6.1/xlnx-soc][PATCH] firmware: xilinx: fix enum mismatch

2023-09-26 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang With gcc-13, the following mismatch is reported: drivers/firmware/xilinx/zynqmp.c:1817:5: warning: conflicting types for ‘zynqmp_pm_set_rpu_mode’ due to enum/integer mismatch; have ‘int(u32, enum rpu_oper_mode)’ {aka ‘int(unsigned int, enum rpu_oper_mode)’}