Message ID | 20241127-rkbin-bump-v1-2-b90b6c04a88f@cherry.de |
---|---|
State | New |
Headers | show |
Series | bsp: rkbin: bump to latest commit in master | expand |
On Wed 2024-11-27 @ 04:12:59 PM, Quentin Schulz via lists.yoctoproject.org wrote: > From: Quentin Schulz <quentin.schulz@cherry.de> > > This seems to be fixing random RCU stalls, system hangs or resets while > running upstream Linux kernel on RK3588 boards. Very interesting! I have a number of boards that I'm actively using in the rk3566 (radxa-zero3e), rk3568 (rock-3a), and rk3588 (rock-5a/b) families. I'm build testing and will try running them once I have images. Thanks! > License-Update: Fixing typos c.f. 385bf9f1700c ("license: typo fix") > > Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> > --- > recipes-bsp/rkbin/rockchip-rkbin.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-bsp/rkbin/rockchip-rkbin.inc b/recipes-bsp/rkbin/rockchip-rkbin.inc > index d70a5551c8171188af93dddf4b3b1dc960f27a83..9264db9048e31b7dae650bdc8e31009f7f4cf404 100644 > --- a/recipes-bsp/rkbin/rockchip-rkbin.inc > +++ b/recipes-bsp/rkbin/rockchip-rkbin.inc > @@ -1,7 +1,7 @@ > SRC_URI = "git://github.com/rockchip-linux/rkbin;protocol=https;branch=master" > -SRCREV = "a2a0b89b6c8c612dca5ed9ed8a68db8a07f68bc0" > +SRCREV = "7c35e21a8529b3758d1f051d1a5dc62aae934b2b" > LICENSE = "Proprietary" > -LIC_FILES_CHKSUM = "file://LICENSE;md5=15faa4a01e7eb0f5d33f9f2bcc7bff62" > +LIC_FILES_CHKSUM = "file://LICENSE;md5=11e3673115959bf596feaaa6ea7ce9a5" > > inherit bin_package deploy > > > -- > 2.47.0 > > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#846): https://lists.yoctoproject.org/g/yocto-patches/message/846 > Mute This Topic: https://lists.yoctoproject.org/mt/109807517/900817 > Group Owner: yocto-patches+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/yocto-patches/leave/13168745/900817/63955952/xyzzy [twoerner@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
Hi Trevor, On 11/28/24 2:01 AM, Trevor Woerner wrote: > On Wed 2024-11-27 @ 04:12:59 PM, Quentin Schulz via lists.yoctoproject.org wrote: >> From: Quentin Schulz <quentin.schulz@cherry.de> >> >> This seems to be fixing random RCU stalls, system hangs or resets while >> running upstream Linux kernel on RK3588 boards. > > Very interesting! I have a number of boards that I'm actively using in the > rk3566 (radxa-zero3e), rk3568 (rock-3a), and rk3588 (rock-5a/b) families. > > I'm build testing and will try running them once I have images. > FWIW, we had a "lot" of RCU stalls on some of our RK3588 products with DDR bin v1.11 and BL31 v1.38 (that we used outside of Yocto builds), much less (but still some) with v1.16/v1.45, but none (at the moment) with v1.18/v1.47 (which are the latest publicly available). Note that some were working just fine with any of three versions, so it seems to depend on some factors (quality of the binning?). Cheers, Quentin
diff --git a/recipes-bsp/rkbin/rockchip-rkbin.inc b/recipes-bsp/rkbin/rockchip-rkbin.inc index d70a5551c8171188af93dddf4b3b1dc960f27a83..9264db9048e31b7dae650bdc8e31009f7f4cf404 100644 --- a/recipes-bsp/rkbin/rockchip-rkbin.inc +++ b/recipes-bsp/rkbin/rockchip-rkbin.inc @@ -1,7 +1,7 @@ SRC_URI = "git://github.com/rockchip-linux/rkbin;protocol=https;branch=master" -SRCREV = "a2a0b89b6c8c612dca5ed9ed8a68db8a07f68bc0" +SRCREV = "7c35e21a8529b3758d1f051d1a5dc62aae934b2b" LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://LICENSE;md5=15faa4a01e7eb0f5d33f9f2bcc7bff62" +LIC_FILES_CHKSUM = "file://LICENSE;md5=11e3673115959bf596feaaa6ea7ce9a5" inherit bin_package deploy