[U-Boot] [PATCH v4 18/20] rockchip: rk3188: Add main, spl and tpl boards
Simon Glass
sjg at chromium.org
Tue Feb 21 20:35:35 UTC 2017
On 18 February 2017 at 11:46, Heiko Stuebner <heiko at sntech.de> wrote:
> 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 at sntech.de>
> Tested-by: Kever Yang <kever.yang at rock-chips.com>
> ---
> arch/arm/mach-rockchip/Makefile | 7 +-
> arch/arm/mach-rockchip/rk3188-board-spl.c | 218 ++++++++++++++++++++++++++++++
> arch/arm/mach-rockchip/rk3188-board-tpl.c | 86 ++++++++++++
> arch/arm/mach-rockchip/rk3188-board.c | 71 ++++++++++
> 4 files changed, 381 insertions(+), 1 deletion(-)
> create mode 100644 arch/arm/mach-rockchip/rk3188-board-spl.c
> create mode 100644 arch/arm/mach-rockchip/rk3188-board-tpl.c
> create mode 100644 arch/arm/mach-rockchip/rk3188-board.c
Applied to u-boot-rockchip, thanks!
More information about the U-Boot
mailing list