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)
commit6bbf5e1a9480004139f543c4717bf95f22b1b5b3
tree3fb5367f2900f200eac3df284293c0ae7d36812d
parent3cbec0ad090f11006415b191f4a25367f82255c3
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