On 18 February 2017 at 11:46, Heiko Stuebner <[email protected]> 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 <[email protected]> > Tested-by: Kever Yang <[email protected]> > --- > 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! _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

