Re: [U-Boot] [PATCH] armv8: sec_firmware: Add support for multiple loadables

2018-01-15 Thread Sumit Garg
> -Original Message- > From: York Sun > Sent: Monday, January 15, 2018 10:43 PM > > On 01/15/2018 09:09 AM, Sumit Garg wrote: > >> From: York Sun > >> Sent: Monday, January 15, 2018 10:16 PM > >> > >> On 01/14/2018 08:55 PM, Sumit Garg wrote: > >>> Enable support for multiple loadable imag

Re: [U-Boot] [PATCH] armv8: sec_firmware: Add support for multiple loadables

2018-01-15 Thread York Sun
On 01/15/2018 09:09 AM, Sumit Garg wrote: >> From: York Sun >> Sent: Monday, January 15, 2018 10:16 PM >> >> On 01/14/2018 08:55 PM, Sumit Garg wrote: >>> Enable support for multiple loadable images in SEC firmware FIT image. >>> >>> Signed-off-by: Sumit Garg >>> --- >>> arch/arm/cpu/armv8/sec_fi

Re: [U-Boot] [PATCH] armv8: sec_firmware: Add support for multiple loadables

2018-01-15 Thread Sumit Garg
> From: York Sun > Sent: Monday, January 15, 2018 10:16 PM > > On 01/14/2018 08:55 PM, Sumit Garg wrote: > > Enable support for multiple loadable images in SEC firmware FIT image. > > > > Signed-off-by: Sumit Garg > > --- > > arch/arm/cpu/armv8/sec_firmware.c | 51 > > +++

Re: [U-Boot] [PATCH] armv8: sec_firmware: Add support for multiple loadables

2018-01-15 Thread York Sun
On 01/14/2018 08:55 PM, Sumit Garg wrote: > Enable support for multiple loadable images in SEC firmware FIT image. > > Signed-off-by: Sumit Garg > --- > arch/arm/cpu/armv8/sec_firmware.c | 51 > +++ > 1 file changed, 41 insertions(+), 10 deletions(-) > > dif

[U-Boot] [PATCH] armv8: sec_firmware: Add support for multiple loadables

2018-01-14 Thread Sumit Garg
Enable support for multiple loadable images in SEC firmware FIT image. Signed-off-by: Sumit Garg --- arch/arm/cpu/armv8/sec_firmware.c | 51 +++ 1 file changed, 41 insertions(+), 10 deletions(-) diff --git a/arch/arm/cpu/armv8/sec_firmware.c b/arch/arm/cpu/a