mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-16 16:23:14 +00:00
Rockchip RV1126 is a high-performance vision processor SoC for IPC/CVR, especially for AI related application. Add arch core support for it. Signed-off-by: Jagan Teki <jagan@edgeble.ai> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com> Change-Id: I22fde40ec375e3c6aba39808abf252edc45d4b04
43 lines
653 B
Text
43 lines
653 B
Text
if ROCKCHIP_RV1126
|
|
|
|
config SOC_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select HAS_CUSTOM_SYS_INIT_SP_ADDR
|
|
|
|
config ROCKCHIP_BOOT_MODE_REG
|
|
default 0xfe020200
|
|
|
|
config ROCKCHIP_STIMER_BASE
|
|
default 0xff670020
|
|
|
|
config SYS_SOC
|
|
default "rv1126"
|
|
|
|
config CUSTOM_SYS_INIT_SP_ADDR
|
|
default 0x800000
|
|
|
|
config SPL_STACK
|
|
default 0x600000
|
|
|
|
config SPL_STACK_R_ADDR
|
|
default 0x800000
|
|
|
|
config TPL_LDSCRIPT
|
|
default "arch/arm/mach-rockchip/u-boot-tpl.lds"
|
|
|
|
config TPL_STACK
|
|
default 0xff718000
|
|
|
|
config TPL_SYS_MALLOC_F_LEN
|
|
default 0x2000
|
|
|
|
config TPL_TEXT_BASE
|
|
default 0xff701000
|
|
|
|
config SYS_MALLOC_F_LEN
|
|
default 0x2000
|
|
|
|
config TEXT_BASE
|
|
default 0x600000
|
|
|
|
endif
|