Re: [U-Boot] [PATCH v2 1/4] Introduce CONFIG_SPL_ABORT_ON_NON_FIT_IMAGE

2017-02-10 Thread Andrew F. Davis
On 02/10/2017 10:23 AM, Simon Glass wrote: > Hi Andrew, > > On 8 February 2017 at 08:18, Andrew F. Davis wrote: >> On 12/06/2016 09:47 PM, Simon Glass wrote: >>> Hi Andrew, >>> >>> On 5 December 2016 at 17:37, Andrew F. Davis wrote: On 11/14/2016 06:33 PM, Simon

Re: [U-Boot] [PATCH v2 1/4] Introduce CONFIG_SPL_ABORT_ON_NON_FIT_IMAGE

2017-02-10 Thread Simon Glass
Hi Andrew, On 8 February 2017 at 08:18, Andrew F. Davis wrote: > On 12/06/2016 09:47 PM, Simon Glass wrote: >> Hi Andrew, >> >> On 5 December 2016 at 17:37, Andrew F. Davis wrote: >>> On 11/14/2016 06:33 PM, Simon Glass wrote: Hi Andrew, On 14 November

Re: [U-Boot] [PATCH v2 1/4] Introduce CONFIG_SPL_ABORT_ON_NON_FIT_IMAGE

2017-02-08 Thread Andrew F. Davis
On 12/06/2016 09:47 PM, Simon Glass wrote: > Hi Andrew, > > On 5 December 2016 at 17:37, Andrew F. Davis wrote: >> On 11/14/2016 06:33 PM, Simon Glass wrote: >>> Hi Andrew, >>> >>> On 14 November 2016 at 15:05, Andrew F. Davis wrote: On 11/14/2016 02:44 PM, Simon

Re: [U-Boot] [PATCH v2 1/4] Introduce CONFIG_SPL_ABORT_ON_NON_FIT_IMAGE

2016-12-06 Thread Simon Glass
Hi Andrew, On 5 December 2016 at 17:37, Andrew F. Davis wrote: > On 11/14/2016 06:33 PM, Simon Glass wrote: >> Hi Andrew, >> >> On 14 November 2016 at 15:05, Andrew F. Davis wrote: >>> On 11/14/2016 02:44 PM, Simon Glass wrote: Hi Andrew, On 14 November

Re: [U-Boot] [PATCH v2 1/4] Introduce CONFIG_SPL_ABORT_ON_NON_FIT_IMAGE

2016-12-05 Thread Andrew F. Davis
On 11/14/2016 06:33 PM, Simon Glass wrote: > Hi Andrew, > > On 14 November 2016 at 15:05, Andrew F. Davis wrote: >> On 11/14/2016 02:44 PM, Simon Glass wrote: >>> Hi Andrew, >>> >>> On 14 November 2016 at 12:14, Andrew F. Davis wrote: Introduce

Re: [U-Boot] [PATCH v2 1/4] Introduce CONFIG_SPL_ABORT_ON_NON_FIT_IMAGE

2016-11-14 Thread Simon Glass
Hi Andrew, On 14 November 2016 at 15:05, Andrew F. Davis wrote: > On 11/14/2016 02:44 PM, Simon Glass wrote: >> Hi Andrew, >> >> On 14 November 2016 at 12:14, Andrew F. Davis wrote: >>> Introduce CONFIG_SPL_ABORT_ON_NON_FIT_IMAGE. An SPL which define >>> this will

Re: [U-Boot] [PATCH v2 1/4] Introduce CONFIG_SPL_ABORT_ON_NON_FIT_IMAGE

2016-11-14 Thread Andrew F. Davis
On 11/14/2016 02:44 PM, Simon Glass wrote: > Hi Andrew, > > On 14 November 2016 at 12:14, Andrew F. Davis wrote: >> Introduce CONFIG_SPL_ABORT_ON_NON_FIT_IMAGE. An SPL which define >> this will abort image loading if the image is not a FIT image. >> >> Signed-off-by: Andrew F. Davis

[U-Boot] [PATCH v2 1/4] Introduce CONFIG_SPL_ABORT_ON_NON_FIT_IMAGE

2016-11-14 Thread Andrew F. Davis
Introduce CONFIG_SPL_ABORT_ON_NON_FIT_IMAGE. An SPL which define this will abort image loading if the image is not a FIT image. Signed-off-by: Andrew F. Davis --- Kconfig | 9 + common/spl/spl.c | 5 + 2 files changed, 14 insertions(+) diff --git a/Kconfig

Re: [U-Boot] [PATCH v2 1/4] Introduce CONFIG_SPL_ABORT_ON_NON_FIT_IMAGE

2016-11-14 Thread Simon Glass
Hi Andrew, On 14 November 2016 at 12:14, Andrew F. Davis wrote: > Introduce CONFIG_SPL_ABORT_ON_NON_FIT_IMAGE. An SPL which define > this will abort image loading if the image is not a FIT image. > > Signed-off-by: Andrew F. Davis > --- > Kconfig | 9