Re: [U-Boot] [u-boot] [PATCH] arm: sleep: Get the entry point of kernel from SPARE4 register

2016-04-08 Thread Scott Wood
On 04/07/2016 04:11 AM, Huan Wang wrote: > Hi, Scott, > >> On 04/05/2016 09:16 PM, Huan Wang wrote: >>> Hi, York and Scott, >>> On 04/05/2016 05:11 AM, Alison Wang wrote: > For LS1021A Secure Boot, SPARE2 register is used and modified by the > IBR. To avoid the conflict, SPARE4 is

Re: [U-Boot] [u-boot] [PATCH] arm: sleep: Get the entry point of kernel from SPARE4 register

2016-04-07 Thread Huan Wang
Hi, Scott, > On 04/05/2016 09:16 PM, Huan Wang wrote: > > Hi, York and Scott, > > > >> On 04/05/2016 05:11 AM, Alison Wang wrote: > >>> For LS1021A Secure Boot, SPARE2 register is used and modified by the > >>> IBR. To avoid the conflict, SPARE4 is used instead of SPARE2 to > >>> store the entry

Re: [U-Boot] [u-boot] [PATCH] arm: sleep: Get the entry point of kernel from SPARE4 register

2016-04-07 Thread Scott Wood
On 04/05/2016 09:16 PM, Huan Wang wrote: > Hi, York and Scott, > >> On 04/05/2016 05:11 AM, Alison Wang wrote: >>> For LS1021A Secure Boot, SPARE2 register is used and modified by the >>> IBR. To avoid the conflict, SPARE4 is used instead of SPARE2 to store >>> the entry point of kernel. This

Re: [U-Boot] [u-boot] [PATCH] arm: sleep: Get the entry point of kernel from SPARE4 register

2016-04-05 Thread Huan Wang
Hi, York and Scott, > On 04/05/2016 05:11 AM, Alison Wang wrote: > > For LS1021A Secure Boot, SPARE2 register is used and modified by the > > IBR. To avoid the conflict, SPARE4 is used instead of SPARE2 to store > > the entry point of kernel. This patch is to get the entry point of > > kernel

Re: [U-Boot] [u-boot] [PATCH] arm: sleep: Get the entry point of kernel from SPARE4 register

2016-04-05 Thread Scott Wood
On 04/05/2016 05:11 AM, Alison Wang wrote: > For LS1021A Secure Boot, SPARE2 register is used and modified by the > IBR. To avoid the conflict, SPARE4 is used instead of SPARE2 to store > the entry point of kernel. This patch is to get the entry point of > kernel from SPARE4 instead of SPARE2. >

Re: [U-Boot] [PATCH] arm: sleep: Get the entry point of kernel from SPARE4 register

2016-04-05 Thread York Sun
On 04/05/2016 03:10 AM, Alison Wang wrote: > For LS1021A Secure Boot, SPARE2 register is used and modified by the > IBR. To avoid the conflict, SPARE4 is used instead of SPARE2 to store > the entry point of kernel. This patch is to get the entry point of > kernel from SPARE4 instead of SPARE2. >

[U-Boot] [PATCH] arm: sleep: Get the entry point of kernel from SPARE4 register

2016-04-05 Thread Alison Wang
For LS1021A Secure Boot, SPARE2 register is used and modified by the IBR. To avoid the conflict, SPARE4 is used instead of SPARE2 to store the entry point of kernel. This patch is to get the entry point of kernel from SPARE4 instead of SPARE2. Signed-off-by: Alison Wang ---