]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
rockchip: Use an external TPL binary on RK3588
authorJonas Karlman <jonas@kwiboo.se>
Tue, 28 Feb 2023 21:38:25 +0000 (21:38 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 21 Apr 2023 07:16:00 +0000 (15:16 +0800)
There is no support to initialize DRAM on RK3588 SoCs using U-Boot TPL
and instead an external TPL binary must be used to generate a bootable
u-boot-rockchip.bin image.

Enable ROCKCHIP_EXTERNAL_TPL by default for RK3588, add build steps for
RK3588 to documentation and clean up CONFIG_BINMAN_FDT options.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Jagan Teki <jagan@edgeble.ai>
arch/arm/mach-rockchip/Kconfig
configs/neu6a-io-rk3588_defconfig
configs/rock-3a-rk3568_defconfig
configs/rock5b-rk3588_defconfig

index 0390431601f9fa74b9de796c5432a40ddb7915b7..e5ac58ae60b52908026874f75d8cb7b2e553f5de 100644 (file)
@@ -428,7 +428,7 @@ config TPL_ROCKCHIP_COMMON_BOARD
 
 config ROCKCHIP_EXTERNAL_TPL
        bool "Use external TPL binary"
-       default y if ROCKCHIP_RK3568
+       default y if ROCKCHIP_RK3568 || ROCKCHIP_RK3588
        help
          Some Rockchip SoCs require an external TPL to initialize DRAM.
          Enable this option and build with ROCKCHIP_TPL=/path/to/ddr.bin to
index c9b22525315ae212455fef3720d452c1dcd98389..fb1ce4c1746f190396916945f035d4e262c362a9 100644 (file)
@@ -62,5 +62,4 @@ CONFIG_SPL_RAM=y
 CONFIG_BAUDRATE=1500000
 CONFIG_DEBUG_UART_SHIFT=2
 CONFIG_SYSRESET=y
-# CONFIG_BINMAN_FDT is not set
 CONFIG_ERRNO_STR=y
index e75383218320341acdced1c6f07a96d6ecc65663..af1374549ddcc11f75545302da5854ae32e141bd 100644 (file)
@@ -69,5 +69,4 @@ CONFIG_BAUDRATE=1500000
 CONFIG_DEBUG_UART_SHIFT=2
 CONFIG_SYS_NS16550_MEM32=y
 CONFIG_SYSRESET=y
-# CONFIG_BINMAN_FDT is not set
 CONFIG_ERRNO_STR=y
index f3026c7ea166ce99081ad1841381a2ef5504abfa..66199387195a95c7cfc36e03308f956ae92300cb 100644 (file)
@@ -68,5 +68,4 @@ CONFIG_BAUDRATE=1500000
 CONFIG_DEBUG_UART_SHIFT=2
 CONFIG_DEBUG_UART_ANNOUNCE=y
 CONFIG_SYSRESET=y
-# CONFIG_BINMAN_FDT is not set
 CONFIG_ERRNO_STR=y