rockchip: add common tpl board file
authorKever Yang <kever.yang@rock-chips.com>
Tue, 9 Jul 2019 14:05:55 +0000 (22:05 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 20 Jul 2019 15:59:44 +0000 (23:59 +0800)
commit18f85080eb9fd790986c9cea2fde64d47355d26a
tree6bd01ec819a9cdb63e28c92e039e78de0e9db847
parent1dea50fb22cf51226ccdef6c94eb5355635c902d
rockchip: add common tpl board file

Rockchip SoCs have similar boot process, prefer to use TPL for DRAM
init and back to bootrom, and SPL as Trust ATF/U-Boot loader. TPL
common board is a basic TPL board init which can be shared for most
of SoCs to avoid copy-pase for different SoCs.

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