Re: [U-Boot] [PATCH] rockchip: rk3399: rock960: Update config for TPL

2019-11-07 Thread Kever Yang
On 2019/11/6 下午7:43, Peter Robinson wrote: The SPL is now running at SDRAM, and 0x1 is used by BL31, and the ARM SPL do not support relocate now, we need reserved 0x5 so that it won't overwrite the code when we load the bl31 to target space. We should remove this after we enable the

Re: [U-Boot] [PATCH] rockchip: rk3399: rock960: Update config for TPL

2019-11-06 Thread Peter Robinson
On Mon, Oct 14, 2019 at 9:58 AM Kever Yang wrote: > > Hi Peter, > > On 2019/10/9 下午7:20, Peter Robinson wrote: > > The SPL is now running at SDRAM, and 0x1 is used by BL31, > and the ARM SPL do not support relocate now, we need reserved > 0x5 so that it won't overwrite the code when we

[U-Boot] [PATCH] rockchip: rk3399: rock960: Update config for TPL

2019-11-06 Thread Peter Robinson
The SPL is now running at SDRAM, and 0x1 is used by BL31, and the ARM SPL do not support relocate now, we need reserved 0x5 so that it won't overwrite the code when we load the bl31 to target space. We should remove this after we enable the relocate feature. Signed-off-by: Peter Robinson

Re: [U-Boot] [PATCH] rockchip: rk3399: rock960: Update config for TPL

2019-10-14 Thread Kever Yang
Hi Peter, On 2019/10/9 下午7:20, Peter Robinson wrote: The SPL is now running at SDRAM, and 0x1 is used by BL31, and the ARM SPL do not support relocate now, we need reserved 0x5 so that it won't overwrite the code when we load the bl31 to target space. We should remove this after we

Re: [U-Boot] [PATCH] rockchip: rk3399: rock960: Update config for TPL

2019-10-12 Thread Anand Moon
Hi Peter, On Wed, 9 Oct 2019 at 16:50, Peter Robinson wrote: > > The SPL is now running at SDRAM, and 0x1 is used by BL31, > and the ARM SPL do not support relocate now, we need reserved > 0x5 so that it won't overwrite the code when we load the > bl31 to target space. > We should remove

[U-Boot] [PATCH] rockchip: rk3399: rock960: Update config for TPL

2019-10-09 Thread Peter Robinson
The SPL is now running at SDRAM, and 0x1 is used by BL31, and the ARM SPL do not support relocate now, we need reserved 0x5 so that it won't overwrite the code when we load the bl31 to target space. We should remove this after we enable the relocate feature. The SPL need malloc 0x9000 for