Re: [U-Boot] [PATCH v2] rockchip: rk3188: enable remap function

2017-04-14 Thread Simon Glass
On 9 April 2017 at 13:27, Simon Glass wrote: > On 5 April 2017 at 16:19, Heiko Stuebner wrote: >> Most Rockchip socs have the ability to either map the bootrom or a sram >> area to the starting address of the cpu by flipping a bit in the GRF. >> >> Newer socs leave this untouched and mapped to th

Re: [U-Boot] [PATCH v2] rockchip: rk3188: enable remap function

2017-04-09 Thread Simon Glass
On 5 April 2017 at 16:19, Heiko Stuebner wrote: > Most Rockchip socs have the ability to either map the bootrom or a sram > area to the starting address of the cpu by flipping a bit in the GRF. > > Newer socs leave this untouched and mapped to the bootrom but the legacy > loaders on rk3188 and bef

[U-Boot] [PATCH v2] rockchip: rk3188: enable remap function

2017-04-05 Thread Heiko Stuebner
Most Rockchip socs have the ability to either map the bootrom or a sram area to the starting address of the cpu by flipping a bit in the GRF. Newer socs leave this untouched and mapped to the bootrom but the legacy loaders on rk3188 and before enabled the remap functionality and the current smp im