Re: [PATCH v7 06/12] binman: Support new op-tee binary format

2022-12-22 Thread Jerome Forissier
On 12/22/22 00:38, Simon Glass wrote: > Hi Jerome, > > On Wed, 21 Dec 2022 at 07:39, Jerome Forissier > wrote: >> >> Hi Simon, >> >> On 12/17/22 22:28, 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 th

Re: [PATCH v7 06/12] binman: Support new op-tee binary format

2022-12-21 Thread Simon Glass
Hi Jerome, On Wed, 21 Dec 2022 at 07:39, Jerome Forissier wrote: > > Hi Simon, > > On 12/17/22 22:28, 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

Re: [PATCH v7 06/12] binman: Support new op-tee binary format

2022-12-21 Thread Jerome Forissier
Hi Simon, On 12/17/22 22:28, 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

[PATCH v7 06/12] binman: Support new op-tee binary format

2022-12-17 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