]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: rk3399: add tpl support
authorKever Yang <kever.yang@rock-chips.com>
Fri, 9 Nov 2018 03:18:15 +0000 (11:18 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 8 May 2019 09:34:12 +0000 (17:34 +0800)
commit3f1f219dd447789bb1d98a320d43e9d3595ae48d
tree3fb5367f2900f200eac3df284293c0ae7d36812d
parent08280e615ba7c5204dd025cf975de7d09b294ff4
rockchip: rk3399: add tpl support

Rockchip platform suppose to use TPL(run in SRAM) as dram init and
SPL(run in DDR SDRAM) as pre-loader, so that the SPL would not be
limited by SRAM size.
This patch add rk3399-board-tpl.c and its common configs.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/Kconfig
arch/arm/mach-rockchip/Makefile
arch/arm/mach-rockchip/rk3399-board-tpl.c [new file with mode: 0644]
include/configs/rk3399_common.h