Re: [PATCH v8 06/13] binman: Support new op-tee binary format

2023-01-07 Thread Jerome Forissier
On 1/7/23 19:55, Simon Glass wrote: > Hi Jerome, > > On Thu, 22 Dec 2022 at 15:20, Jerome Forissier > wrote: >> >> >> >> On 12/22/22 21:23, Simon Glass wrote: >>> (dropping the two bounces from cc) >>> >>> On Thu, 22 Dec 2022 at 13:18, Simon Glass wrote: Hi Jerome, On Thu,

Re: [PATCH v8 06/13] binman: Support new op-tee binary format

2023-01-07 Thread Jerome Forissier
On 1/7/23 19:55, Simon Glass wrote: > Hi Quentin, > > On Mon, 2 Jan 2023 at 10:54, Quentin Schulz > wrote: >> >> Hi Simon, >> >> On 12/22/22 00:07, Simon Glass wrote: >>> OP-TEE has a format with a binary header that can be used instead of the >>> ELF file. With newer versions of OP-TEE this m

Re: [PATCH v8 06/13] binman: Support new op-tee binary format

2023-01-07 Thread Simon Glass
Hi Quentin, On Mon, 2 Jan 2023 at 10:54, Quentin Schulz wrote: > > Hi Simon, > > On 12/22/22 00:07, Simon Glass wrote: > > OP-TEE has a format with a binary header that can be used instead of the > > ELF file. With newer versions of OP-TEE this may be required on some > > platforms. > > > > Add s

Re: [PATCH v8 06/13] binman: Support new op-tee binary format

2023-01-07 Thread Simon Glass
Hi Jerome, On Thu, 22 Dec 2022 at 15:20, Jerome Forissier wrote: > > > > On 12/22/22 21:23, Simon Glass wrote: > > (dropping the two bounces from cc) > > > > On Thu, 22 Dec 2022 at 13:18, Simon Glass wrote: > >> > >> Hi Jerome, > >> > >> On Thu, 22 Dec 2022 at 08:36, Jerome Forissier > >> wrote

Re: [PATCH v8 06/13] binman: Support new op-tee binary format

2023-01-02 Thread Quentin Schulz
Hi Simon, On 12/22/22 00:07, Simon Glass wrote: OP-TEE has a format with a binary header that can be used instead of the ELF file. With newer versions of OP-TEE this may be required on some platforms. Add support for this in binman. First, add a method to obtain the ELF sections from an entry,

Re: [PATCH v8 06/13] binman: Support new op-tee binary format

2022-12-22 Thread Jerome Forissier
On 12/22/22 21:23, Simon Glass wrote: > (dropping the two bounces from cc) > > On Thu, 22 Dec 2022 at 13:18, Simon Glass wrote: >> >> Hi Jerome, >> >> On Thu, 22 Dec 2022 at 08:36, Jerome Forissier >> wrote: >>> >>> >>> >>> On 12/22/22 00:07, Simon Glass wrote: OP-TEE has a format with a

Re: [PATCH v8 06/13] binman: Support new op-tee binary format

2022-12-22 Thread Simon Glass
(dropping the two bounces from cc) On Thu, 22 Dec 2022 at 13:18, Simon Glass wrote: > > Hi Jerome, > > On Thu, 22 Dec 2022 at 08:36, Jerome Forissier > wrote: > > > > > > > > On 12/22/22 00:07, Simon Glass wrote: > > > OP-TEE has a format with a binary header that can be used instead of the > >

Re: [PATCH v8 06/13] binman: Support new op-tee binary format

2022-12-22 Thread Simon Glass
Hi Jerome, On Thu, 22 Dec 2022 at 08:36, Jerome Forissier wrote: > > > > On 12/22/22 00:07, Simon Glass wrote: > > OP-TEE has a format with a binary header that can be used instead of the > > ELF file. With newer versions of OP-TEE this may be required on some > > platforms. > > > > Add support f

Re: [PATCH v8 06/13] binman: Support new op-tee binary format

2022-12-22 Thread Jerome Forissier
On 12/22/22 00:07, Simon Glass wrote: > OP-TEE has a format with a binary header that can be used instead of the > ELF file. With newer versions of OP-TEE this may be required on some > platforms. > > Add support for this in binman. First, add a method to obtain the ELF > sections from an entry

[PATCH v8 06/13] binman: Support new op-tee binary format

2022-12-21 Thread Simon Glass
OP-TEE has a format with a binary header that can be used instead of the ELF file. With newer versions of OP-TEE this may be required on some platforms. Add support for this in binman. First, add a method to obtain the ELF sections from an entry, then use that in the FIT support. We then end up wi