
Add Kconfig option OF_SYSTEM_SETUP=y to support booting boards with a RK3582 SoC. CPU and GPU cores are failed based on ip-state and policy.
Tested on a ROCK 5C Lite v1.1:
cpu-code: 35 82 ip-state: 10 00 00 fail gpu fail cpu cpu@400 fail cpu cpu@500
and on a Radxa E52C:
cpu-code: 35 82 ip-state: 00 04 00 fail gpu fail cpu cpu@600 fail cpu cpu@700
Signed-off-by: Jonas Karlman jonas@kwiboo.se --- configs/generic-rk3588_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/generic-rk3588_defconfig b/configs/generic-rk3588_defconfig index 51e31dce3a96..903653911f71 100644 --- a/configs/generic-rk3588_defconfig +++ b/configs/generic-rk3588_defconfig @@ -16,6 +16,7 @@ CONFIG_SPL_FIT_SIGNATURE=y CONFIG_SPL_LOAD_FIT=y # CONFIG_BOOTMETH_VBE is not set CONFIG_LEGACY_IMAGE_FORMAT=y +CONFIG_OF_SYSTEM_SETUP=y CONFIG_DEFAULT_FDT_FILE="rockchip/rk3588-generic.dtb" # CONFIG_DISPLAY_CPUINFO is not set CONFIG_SPL_MAX_SIZE=0x40000