Re: [U-Boot] [PATCH] armv8: ls1043a: Extend the size for SPL

2016-09-08 Thread Ruchika Gupta
Hi Qianyu, There are plans to enable secure boot on LS1043 soon and it would require the SPL flow. The patches for same are already available on LS1020. Additionally we would also have drivers for CAAM for validation of next level image. Approx 48K of area needs to be reserved for this. Out o

Re: [U-Boot] [PATCH] armv8: ls1043a: Extend the size for SPL

2016-09-08 Thread Prabhakar Kushwaha
Hi Gong, You have increased SPL size to 124KB. It is very high. As per my understanding 40K has been reserved for headers to be used during secure boot. Have you consider the secure boot case? Regards, Prabhakar > -Original Message- > From: Q.Y. Gong > Sent: Thursday, September 08, 20

Re: [U-Boot] [PATCH] armv8: ls1043a: Extend the size for SPL

2016-09-08 Thread Q.Y. Gong
Hi Prabhakar, Does secure boot enable SPL on LS1043A? I only see secure boot for NOR boot. As there won't be enough space for SPL soon, I don't think it could support secure boot and SPL at the same time. Regards, Qianyu > -Original Message- > From: Prabhakar Kushwaha > Sent: Thursday,

Re: [U-Boot] [PATCH] armv8: ls1043a: Extend the size for SPL

2016-09-07 Thread Q.Y. Gong
Hi York, > -Original Message- > From: york sun > Sent: Wednesday, September 07, 2016 11:36 PM > To: Q.Y. Gong ; u-boot@lists.denx.de > Cc: Prabhakar Kushwaha ; Vincent Hu > > Subject: Re: [PATCH] armv8: ls1043a: Extend the size for SPL > > On 09/07/2016 03:33 AM, Gong Qianyu wrote: > > T

Re: [U-Boot] [PATCH] armv8: ls1043a: Extend the size for SPL

2016-09-07 Thread york sun
On 09/07/2016 03:33 AM, Gong Qianyu wrote: > The SPL images are growing much bigger especially when DEBUG is ON. > So need to fix the values for them. > > Signed-off-by: Gong Qianyu > --- > include/configs/ls1043a_common.h | 25 - > 1 file changed, 16 insertions(+), 9 dele

[U-Boot] [PATCH] armv8: ls1043a: Extend the size for SPL

2016-09-07 Thread Gong Qianyu
The SPL images are growing much bigger especially when DEBUG is ON. So need to fix the values for them. Signed-off-by: Gong Qianyu --- include/configs/ls1043a_common.h | 25 - 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/include/configs/ls1043a_common.h