Re: [U-Boot] [EXT] Re: [PATCH 4/6] spl: mmc: support loading i.MX container format file

2019-06-06 Thread Marek Vasut
On 6/6/19 9:54 AM, Peng Fan wrote: [...] We would not introduce cypto driver in SPL stage, that means HAB FIT and AHAB container needs to be dropped when SPL loading other images. ROM already provides API for bootloader to authenticate images, introducing

Re: [U-Boot] [EXT] Re: [PATCH 4/6] spl: mmc: support loading i.MX container format file

2019-06-06 Thread Peng Fan
> Subject: Re: [EXT] Re: [U-Boot] [PATCH 4/6] spl: mmc: support loading i.MX > container format file > > On 6/6/19 4:33 AM, Peng Fan wrote: > >> Subject: Re: [EXT] Re: [U-Boot] [PATCH 4/6] spl: mmc: support loading > >> i.MX container format file > >> > >> On Wed, Jun 05, 2019 at 03:24:40PM

Re: [U-Boot] [EXT] Re: [PATCH 4/6] spl: mmc: support loading i.MX container format file

2019-06-06 Thread Marek Vasut
On 6/6/19 4:33 AM, Peng Fan wrote: >> Subject: Re: [EXT] Re: [U-Boot] [PATCH 4/6] spl: mmc: support loading i.MX >> container format file >> >> On Wed, Jun 05, 2019 at 03:24:40PM +0200, Marek Vasut wrote: >>> On 6/5/19 5:03 AM, Peng Fan wrote: >>> [...] It is not duplication of FIT.

Re: [U-Boot] [EXT] Re: [PATCH 4/6] spl: mmc: support loading i.MX container format file

2019-06-06 Thread Peng Fan
> Subject: Re: [EXT] Re: [U-Boot] [PATCH 4/6] spl: mmc: support loading i.MX > container format file > > On Thu, 6 Jun 2019 02:33:14 + > Peng Fan wrote: > > > > Subject: Re: [EXT] Re: [U-Boot] [PATCH 4/6] spl: mmc: support > > > loading i.MX container format file > > > > > > On Wed, Jun 05,

Re: [U-Boot] [EXT] Re: [PATCH 4/6] spl: mmc: support loading i.MX container format file

2019-06-06 Thread Lukasz Majewski
On Thu, 6 Jun 2019 02:33:14 + Peng Fan wrote: > > Subject: Re: [EXT] Re: [U-Boot] [PATCH 4/6] spl: mmc: support > > loading i.MX container format file > > > > On Wed, Jun 05, 2019 at 03:24:40PM +0200, Marek Vasut wrote: > > > On 6/5/19 5:03 AM, Peng Fan wrote: > > > [...] > > > > It

Re: [U-Boot] [EXT] Re: [PATCH 4/6] spl: mmc: support loading i.MX container format file

2019-06-05 Thread Peng Fan
> Subject: Re: [EXT] Re: [U-Boot] [PATCH 4/6] spl: mmc: support loading i.MX > container format file > > On Wed, Jun 05, 2019 at 03:24:40PM +0200, Marek Vasut wrote: > > On 6/5/19 5:03 AM, Peng Fan wrote: > > [...] > > > It is not duplication of FIT. Container support the similar > > >

Re: [U-Boot] [EXT] Re: [PATCH 4/6] spl: mmc: support loading i.MX container format file

2019-06-05 Thread Marek Vasut
On 6/5/19 3:52 PM, Tom Rini wrote: > On Wed, Jun 05, 2019 at 03:24:40PM +0200, Marek Vasut wrote: >> On 6/5/19 5:03 AM, Peng Fan wrote: >> [...] >>> It is not duplication of FIT. Container support the similar function >>> of FIT image, but it is not only that. >> >> So what is it ?

Re: [U-Boot] [EXT] Re: [PATCH 4/6] spl: mmc: support loading i.MX container format file

2019-06-05 Thread Tom Rini
On Wed, Jun 05, 2019 at 03:24:40PM +0200, Marek Vasut wrote: > On 6/5/19 5:03 AM, Peng Fan wrote: > [...] > > It is not duplication of FIT. Container support the similar function > > of FIT image, but it is not only that. > > So what is it ? > >>> > >>> > >>

Re: [U-Boot] [EXT] Re: [PATCH 4/6] spl: mmc: support loading i.MX container format file

2019-06-05 Thread Marek Vasut
On 6/5/19 5:03 AM, Peng Fan wrote: [...] > It is not duplication of FIT. Container support the similar function > of FIT image, but it is not only that. So what is it ? >>> >>> >> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww. >>> >>

Re: [U-Boot] [EXT] Re: [PATCH 4/6] spl: mmc: support loading i.MX container format file

2019-06-04 Thread Peng Fan
> Subject: Re: [EXT] Re: [U-Boot] [PATCH 4/6] spl: mmc: support loading i.MX > container format file > > On 6/5/19 3:59 AM, Peng Fan wrote: > >> Subject: Re: [EXT] Re: [U-Boot] [PATCH 4/6] spl: mmc: support loading > >> i.MX container format file > >> > >> On 6/5/19 3:18 AM, Peng Fan wrote: >

Re: [U-Boot] [EXT] Re: [PATCH 4/6] spl: mmc: support loading i.MX container format file

2019-06-04 Thread Marek Vasut
On 6/5/19 3:59 AM, Peng Fan wrote: >> Subject: Re: [EXT] Re: [U-Boot] [PATCH 4/6] spl: mmc: support loading i.MX >> container format file >> >> On 6/5/19 3:18 AM, Peng Fan wrote: Subject: Re: [EXT] Re: [U-Boot] [PATCH 4/6] spl: mmc: support loading i.MX container format file On

Re: [U-Boot] [EXT] Re: [PATCH 4/6] spl: mmc: support loading i.MX container format file

2019-06-04 Thread Peng Fan
> Subject: Re: [EXT] Re: [U-Boot] [PATCH 4/6] spl: mmc: support loading i.MX > container format file > > On 6/5/19 3:18 AM, Peng Fan wrote: > >> Subject: Re: [EXT] Re: [U-Boot] [PATCH 4/6] spl: mmc: support loading > >> i.MX container format file > >> > >> On 6/4/19 5:27 AM, Peng Fan wrote: >

Re: [U-Boot] [EXT] Re: [PATCH 4/6] spl: mmc: support loading i.MX container format file

2019-06-04 Thread Marek Vasut
On 6/5/19 3:18 AM, Peng Fan wrote: >> Subject: Re: [EXT] Re: [U-Boot] [PATCH 4/6] spl: mmc: support loading i.MX >> container format file >> >> On 6/4/19 5:27 AM, Peng Fan wrote: Subject: Re: [EXT] Re: [U-Boot] [PATCH 4/6] spl: mmc: support loading i.MX container format file On

Re: [U-Boot] [EXT] Re: [PATCH 4/6] spl: mmc: support loading i.MX container format file

2019-06-04 Thread Peng Fan
> Subject: Re: [EXT] Re: [U-Boot] [PATCH 4/6] spl: mmc: support loading i.MX > container format file > > On 6/4/19 5:27 AM, Peng Fan wrote: > >> Subject: Re: [EXT] Re: [U-Boot] [PATCH 4/6] spl: mmc: support loading > >> i.MX container format file > >> > >> On 5/30/19 9:06 AM, Ye Li wrote: > >>>

Re: [U-Boot] [EXT] Re: [PATCH 4/6] spl: mmc: support loading i.MX container format file

2019-06-04 Thread Marek Vasut
On 6/4/19 5:27 AM, Peng Fan wrote: >> Subject: Re: [EXT] Re: [U-Boot] [PATCH 4/6] spl: mmc: support loading i.MX >> container format file >> >> On 5/30/19 9:06 AM, Ye Li wrote: >>> On 2019/5/27 19:31, Marek Vasut wrote: Caution: EXT Email On 5/27/19 11:49 AM, Peng Fan wrote: >

Re: [U-Boot] [EXT] Re: [PATCH 4/6] spl: mmc: support loading i.MX container format file

2019-06-03 Thread Peng Fan
> Subject: Re: [EXT] Re: [U-Boot] [PATCH 4/6] spl: mmc: support loading i.MX > container format file > > On 5/30/19 9:06 AM, Ye Li wrote: > > On 2019/5/27 19:31, Marek Vasut wrote: > >> Caution: EXT Email > >> > >> On 5/27/19 11:49 AM, Peng Fan wrote: > >>> Hi Marek, Lukasz, > >>> > Subject:

Re: [U-Boot] [EXT] Re: [PATCH 4/6] spl: mmc: support loading i.MX container format file

2019-05-30 Thread Marek Vasut
On 5/30/19 9:06 AM, Ye Li wrote: > On 2019/5/27 19:31, Marek Vasut wrote: >> Caution: EXT Email >> >> On 5/27/19 11:49 AM, Peng Fan wrote: >>> Hi Marek, Lukasz, >>> Subject: Re: [EXT] Re: [U-Boot] [PATCH 4/6] spl: mmc: support loading i.MX container format file Hi Marek,

Re: [U-Boot] [EXT] Re: [PATCH 4/6] spl: mmc: support loading i.MX container format file

2019-05-30 Thread Ye Li
On 2019/5/27 19:31, Marek Vasut wrote: > Caution: EXT Email > > On 5/27/19 11:49 AM, Peng Fan wrote: >> Hi Marek, Lukasz, >> >>> Subject: Re: [EXT] Re: [U-Boot] [PATCH 4/6] spl: mmc: support loading i.MX >>> container format file >>> >>> Hi Marek, >>> >>> On 2019/5/22 19:41, Marek Vasut wrote:

Re: [U-Boot] [EXT] Re: [PATCH 4/6] spl: mmc: support loading i.MX container format file

2019-05-27 Thread Marek Vasut
On 5/27/19 11:49 AM, Peng Fan wrote: > Hi Marek, Lukasz, > >> Subject: Re: [EXT] Re: [U-Boot] [PATCH 4/6] spl: mmc: support loading i.MX >> container format file >> >> Hi Marek, >> >> On 2019/5/22 19:41, Marek Vasut wrote: >>> Caution: EXT Email >>> >>> On 5/22/19 9:34 AM, Lukasz Majewski wrote:

Re: [U-Boot] [EXT] Re: [PATCH 4/6] spl: mmc: support loading i.MX container format file

2019-05-27 Thread Peng Fan
Hi Marek, Lukasz, > Subject: Re: [EXT] Re: [U-Boot] [PATCH 4/6] spl: mmc: support loading i.MX > container format file > > Hi Marek, > > On 2019/5/22 19:41, Marek Vasut wrote: > > Caution: EXT Email > > > > On 5/22/19 9:34 AM, Lukasz Majewski wrote: > > [...] > By using above approach

Re: [U-Boot] [EXT] Re: [PATCH 4/6] spl: mmc: support loading i.MX container format file

2019-05-23 Thread Ye Li
Hi Marek, On 2019/5/22 19:41, Marek Vasut wrote: > Caution: EXT Email > > On 5/22/19 9:34 AM, Lukasz Majewski wrote: > [...] By using above approach we do have the NXP's "container" format only seen in the SPL (which is OK, as for example Samsung does similar thing