mbox series

[meta-rockchip,0/2] bsp: rkbin: bump to latest commit in master

Message ID 20241127-rkbin-bump-v1-0-b90b6c04a88f@cherry.de
Headers show
Series bsp: rkbin: bump to latest commit in master | expand

Message

Quentin Schulz Nov. 27, 2024, 3:12 p.m. UTC
We've been hit by a lot of random RCU stalls, system hangs or resets on
some (not all) of our RK3588-based products running some old BL31/DDR
init binaries.

Upgrading to latest commit in master branch seems to mitigate those
issues, so let's do that.

Only build tested.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
Quentin Schulz (2):
      bsp: rkbin: rkbin-ddr: use glob pattern for finding DDR init
      bsp: rkbin: bump to latest commit in master branch

 recipes-bsp/rkbin/rockchip-rkbin-ddr_git.bb | 6 +++---
 recipes-bsp/rkbin/rockchip-rkbin.inc        | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)
---
base-commit: 3a8be31581651ced6c27f5bad1333064e513a8f0
change-id: 20241127-rkbin-bump-4cdfb23aa49f

Best regards,

Comments

Quentin Schulz Nov. 27, 2024, 3:25 p.m. UTC | #1
Hi Trevor,

On 11/27/24 4:12 PM, Quentin Schulz wrote:
> We've been hit by a lot of random RCU stalls, system hangs or resets on
> some (not all) of our RK3588-based products running some old BL31/DDR
> init binaries.
> 
> Upgrading to latest commit in master branch seems to mitigate those
> issues, so let's do that.
> 
> Only build tested.
> 

Just for your information, I plan on backporting this to scarthgap once 
merged.

Will probably backport the file renamings as well except if you raise 
some objection about this?

https://git.yoctoproject.org/meta-rockchip/commit/?id=56ac8facb1e14a2c7c99aa7e4a606fdd11b70245
https://git.yoctoproject.org/meta-rockchip/commit/?id=e2d1876f028006eadaf672174b8d3072bbec48d1
https://git.yoctoproject.org/meta-rockchip/commit/?id=60354969f0c621f1dc775e7fcd2ad0f3fe8975f8

The downside is that we basically break compatibility between commits in 
scarthgap as people would need to rename their bbappends to match the 
new filenames. So not so nice.

Cheers,
Quentin