Re: [linux-yocto] [linux-yocto/linux-yocto-rt v6.1]: arch: arm64: dts: remove llce_boot_status node to avoid building issue

2023-11-06 Thread Meng Li via lists.yoctoproject.org
Correct diffstat info. > -Original Message- > From: linux-yocto@lists.yoctoproject.org > On Behalf Of Meng Li via lists.yoctoproject.org > Sent: Tuesday, November 7, 2023 1:47 PM > To: bruce.ashfi...@gmail.com > Cc: linux-yocto@lists.yoctoproject.org > Subject: [linux-yocto]

[linux-yocto] [PATCH] arch: arm64: dts: remove llce_boot_status node to avoid building issue

2023-11-06 Thread Meng Li via lists.yoctoproject.org
According to commit a6442aafa50b ("s32: llce: Refactor shared memory area"), llce_boot_status node has been removed from nxp s32g platform. So, also remove it from aptiv cvc-fl platform to avoid building issue. Signed-off-by: Meng Li --- arch/arm64/boot/dts/freescale/s32gxxxa-cvc-fl.dtsi | 4

[linux-yocto] [linux-yocto/linux-yocto-rt v6.1]: arch: arm64: dts: remove llce_boot_status node to avoid building issue

2023-11-06 Thread Meng Li via lists.yoctoproject.org
From: Limeng Hi Bruce, This patch is used to remove llce_boot_status node to avoid building issue. Could you please help merge this patch into linux-ycoto kernel? Branches are v6.1/standard/nxp-sdk-5.15/nxp-s32g and v6.1/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g diffstat info as below:

Re: [linux-yocto] [PATCH] nxp-s32g: update to compatile with SDK BSP38

2023-11-06 Thread Bruce Ashfield
merged. Bruce In message: [PATCH] nxp-s32g: update to compatile with SDK BSP38 on 03/11/2023 Zhantao Tang wrote: > This patch updates v6.1 kernel cache for nxp-s32g to compatible with SDK > BSP38, and the related configs refers to both LTS22 and SDK BSP38. > > Moreover, the CONFIG_NVMEM_SCMI

Re: [linux-yocto] serial: fsl_linflexuart: Fix Woverflow warning on conversion

2023-11-06 Thread Bruce Ashfield
In message: [linux-yocto] serial: fsl_linflexuart: Fix Woverflow warning on conversion on 03/11/2023 Kevin Hao wrote: > From: Kevin Hao > > A Woverflow warning was introduced by SDK commit e11fb4e609ab ("linflex: > Correctly clear UARTSR in interrupt mode"). >