Re: [U-Boot] [RFC 1/1] image: Add TEE loading to FIT loadable processing

2016-11-16 Thread Andrew F. Davis
On 11/14/2016 02:44 PM, Simon Glass wrote: > Hi Andrew, > > On 14 November 2016 at 12:49, Andrew F. Davis wrote: >> To help automate the loading of a TEE image during the boot we add a new >> FIT section type 'tee', when we see this type while loading the loadable >> sections we automatically cal

Re: [U-Boot] [RFC 1/1] image: Add TEE loading to FIT loadable processing

2016-11-15 Thread Simon Glass
Hi Andrew, On 15 November 2016 at 10:07, Andrew F. Davis wrote: > > On 11/14/2016 06:34 PM, Simon Glass wrote: > > Hi Andrew, > > > > On 14 November 2016 at 14:55, Andrew F. Davis wrote: > >> On 11/14/2016 02:44 PM, Simon Glass wrote: > >>> Hi Andrew, > >>> > >>> On 14 November 2016 at 12:49, An

Re: [U-Boot] [RFC 1/1] image: Add TEE loading to FIT loadable processing

2016-11-15 Thread Andrew F. Davis
On 11/14/2016 06:34 PM, Simon Glass wrote: > Hi Andrew, > > On 14 November 2016 at 14:55, Andrew F. Davis wrote: >> On 11/14/2016 02:44 PM, Simon Glass wrote: >>> Hi Andrew, >>> >>> On 14 November 2016 at 12:49, Andrew F. Davis wrote: To help automate the loading of a TEE image during the b

Re: [U-Boot] [RFC 1/1] image: Add TEE loading to FIT loadable processing

2016-11-15 Thread Andrew F. Davis
On 11/15/2016 01:55 AM, Michal Simek wrote: > Hi Andrew, > > On 14.11.2016 20:49, Andrew F. Davis wrote: >> To help automate the loading of a TEE image during the boot we add a new >> FIT section type 'tee', when we see this type while loading the loadable >> sections we automatically call the pla

Re: [U-Boot] [RFC 1/1] image: Add TEE loading to FIT loadable processing

2016-11-14 Thread Michal Simek
Hi Andrew, On 14.11.2016 20:49, Andrew F. Davis wrote: > To help automate the loading of a TEE image during the boot we add a new > FIT section type 'tee', when we see this type while loading the loadable > sections we automatically call the platforms TEE processing function on > this image sectio

Re: [U-Boot] [RFC 1/1] image: Add TEE loading to FIT loadable processing

2016-11-14 Thread Simon Glass
Hi Andrew, On 14 November 2016 at 14:55, Andrew F. Davis wrote: > On 11/14/2016 02:44 PM, Simon Glass wrote: >> Hi Andrew, >> >> On 14 November 2016 at 12:49, Andrew F. Davis wrote: >>> To help automate the loading of a TEE image during the boot we add a new >>> FIT section type 'tee', when we s

Re: [U-Boot] [RFC 1/1] image: Add TEE loading to FIT loadable processing

2016-11-14 Thread Simon Glass
Hi Andrew, On 14 November 2016 at 12:49, Andrew F. Davis wrote: > To help automate the loading of a TEE image during the boot we add a new > FIT section type 'tee', when we see this type while loading the loadable > sections we automatically call the platforms TEE processing function on > this im

[U-Boot] [RFC 1/1] image: Add TEE loading to FIT loadable processing

2016-11-14 Thread Andrew F. Davis
To help automate the loading of a TEE image during the boot we add a new FIT section type 'tee', when we see this type while loading the loadable sections we automatically call the platforms TEE processing function on this image section. Signed-off-by: Andrew F. Davis --- Kconfig | 10 ++