rockchip: rk3188: Add main, spl and tpl boards
authorHeiko Stübner <heiko@sntech.de>
Sat, 18 Feb 2017 18:46:38 +0000 (19:46 +0100)
committerSimon Glass <sjg@chromium.org>
Thu, 16 Mar 2017 22:03:45 +0000 (16:03 -0600)
commitdf9041ec727d7e9ecc1a2b33f93f7e41d3aa6f1b
tree5d34a90541548db97e8e3ebdfe5ad9226a286927
parent3e747197b19c6a567408c57701eeb05e8694474b
rockchip: rk3188: Add main, spl and tpl boards

The rk3188 needs 3 U-Boot stages: a tpl living in 1KB of sram, a spl
the resides in the rest of the sram and loads the regular U-Boot living
in regular ram.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/Makefile
arch/arm/mach-rockchip/rk3188-board-spl.c [new file with mode: 0644]
arch/arm/mach-rockchip/rk3188-board-tpl.c [new file with mode: 0644]
arch/arm/mach-rockchip/rk3188-board.c [new file with mode: 0644]