Re: [U-Boot] [PATCH v4 19/20] rockchip: Add support for rk's second level loader

2015-11-09 Thread Simon Glass
On 9 November 2015 at 00:02, Lin Huang wrote: > From: Jeffy Chen > > 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. > >

[U-Boot] [PATCH v4 19/20] rockchip: Add support for rk's second level loader

2015-11-09 Thread Lin Huang
From: Jeffy Chen 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 --- Changes in v1: None Changes in