Re: [U-Boot] [U-Boot,v2] rockchip: update boot0 hook

2017-12-18 Thread Philipp Tomsich
> Rockchip SoCs only need boot0 hook at SPL, and the U-Boot proper do not > need it. > > The very beginning of U-Boot proper is different between armv7 and armv8: > armv7 start with ARM_VECTORS while armv8 start with 'b reset'. > > Here is the map of very beginning for all cases: > armv7 SPL: TAG

Re: [U-Boot] [U-Boot,v2] rockchip: update boot0 hook

2017-12-17 Thread Dr. Philipp Tomsich
Kever, > On 15 Dec 2017, at 16:58, Philipp Tomsich > wrote: > >> Rockchip SoCs only need boot0 hook at SPL, and the U-Boot proper do not >> need it. >> >> The very beginning of U-Boot proper is different between armv7 and armv8: >> armv7 start with ARM_VECTORS while armv8 start with 'b reset'.

Re: [U-Boot] [U-Boot,v2] rockchip: update boot0 hook

2017-12-15 Thread Philipp Tomsich
> Rockchip SoCs only need boot0 hook at SPL, and the U-Boot proper do not > need it. > > The very beginning of U-Boot proper is different between armv7 and armv8: > armv7 start with ARM_VECTORS while armv8 start with 'b reset'. > > Here is the map of very beginning for all cases: > armv7 SPL: TAG

Re: [U-Boot] [U-Boot,v2] rockchip: update boot0 hook

2017-12-15 Thread Philipp Tomsich
> Rockchip SoCs only need boot0 hook at SPL, and the U-Boot proper do not > need it. > > The very beginning of U-Boot proper is different between armv7 and armv8: > armv7 start with ARM_VECTORS while armv8 start with 'b reset'. > > Here is the map of very beginning for all cases: > armv7 SPL: TAG