Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-04 | rockchip: rk3188: Cleanup some SPL/TPL rename leftovers | Heiko Stübner | |
In the beginning, we did SPL -> TPL -> U-Boot, but after clarification of the real ordering swapped SPL and TPL. It seems some renames were forgotten and may confuse future readers, so also swap these to reflect the actual ordering. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Simon Glass <sjg@chromium.org> | |||
2017-03-16 | rockchip: rk3188: Add main, spl and tpl boards | Heiko Stübner | |
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> |