commit | 3641339eff7d45342a5d3443ed7c057c5c62ae29 | [log] [tgz] |
---|---|---|
author | Jeffy Chen <jeffy.chen@rock-chips.com> | Tue Nov 17 14:20:30 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Tue Dec 01 08:07:22 2015 -0700 |
tree | e6f2b5f2a2de0de5e9192e6bbe8b3eebfcb99ba2 | |
parent | 6ae5860942f4eb053e9b8c7e2673eaa7d648082d [diff] |
rockchip: Add support for rk's second level loader The Rockchip boot ROM could load & run an initial spl loader, and continue to load a second level boot-loader(which stored right after the initial loader) when it returns. Modify idblock generation code to support it. Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>