[PATCH 0/2] rockchip: Add initial RK3582 support
FUKAUMI Naoki
naoki at radxa.com
Wed Dec 11 05:01:49 CET 2024
Hi Jonas,
Is it better to apply following patch series with this patch series?
rockchip: rk35xx: Implement checkboard() to print SoC variant
https://patchwork.ozlabs.org/project/uboot/cover/20241110005622.1515100-1-jonas@kwiboo.se/
Best regards,
--
FUKAUMI Naoki
Radxa Computer (Shenzhen) Co., Ltd.
On 12/11/24 07:23, Jonas Karlman wrote:
> This series add initial support for RK3582 support. The RK3582 is a
> variant of the RK3588S with a few ip blocks disabled. What blocks are
> disabled/non-working is indicated by the ip-state in OTP.
>
> Compared to the vendor U-Boot variant, this mark cpu and gpu with
> status=fail instead of removing nodes during DT fixup. Linux skip cpu
> cores marked as failed staring from v5.17-rc1, however the GIC driver
> will generate a harmless WARN_ON that safely can be ignored. A patch for
> Linux will be sent to skip the WARN_ON for failed/disabled cpu cores.
>
> This depends on the patch "rockchip: rk3588: Implement checkboard() to
> print SoC variant" [1] for a clean apply.
>
> [1] https://patchwork.ozlabs.org/patch/2009181/
>
> Jonas Karlman (2):
> rockchip: Add initial RK3582 support
> rockchip: rk3588-generic: Enable support for RK3582
>
> arch/arm/mach-rockchip/rk3588/rk3588.c | 128 +++++++++++++++++++++++++
> configs/generic-rk3588_defconfig | 1 +
> 2 files changed, 129 insertions(+)
>
More information about the U-Boot
mailing list