Re: [U-Boot] [PATCH] spl: Add full fitImage support

2018-05-14 Thread Simon Glass
Hi Marek, On 13 May 2018 at 16:22, Marek Vasut wrote: > On 05/14/2018 12:02 AM, Simon Glass wrote: >> On 13 May 2018 at 08:23, Marek Vasut wrote: >>> Add support for loading U-Boot and optionally FDT from a fitImage >>> in SPL by using the full fitImage support from U-Boot. While we do >>> have

Re: [U-Boot] [PATCH] spl: Add full fitImage support

2018-05-13 Thread Marek Vasut
On 05/14/2018 12:02 AM, Simon Glass wrote: > On 13 May 2018 at 08:23, Marek Vasut wrote: >> Add support for loading U-Boot and optionally FDT from a fitImage >> in SPL by using the full fitImage support from U-Boot. While we do >> have limited SPL loading support in SPL with a small footprint, it

Re: [U-Boot] [PATCH] spl: Add full fitImage support

2018-05-13 Thread Simon Glass
On 13 May 2018 at 08:23, Marek Vasut wrote: > Add support for loading U-Boot and optionally FDT from a fitImage > in SPL by using the full fitImage support from U-Boot. While we do > have limited SPL loading support in SPL with a small footprint, it > is missing a lot of important features, like c

[U-Boot] [PATCH] spl: Add full fitImage support

2018-05-12 Thread Marek Vasut
Add support for loading U-Boot and optionally FDT from a fitImage in SPL by using the full fitImage support from U-Boot. While we do have limited SPL loading support in SPL with a small footprint, it is missing a lot of important features, like checking signatures. This support has all the fitImage