[PATCH v3 1/2] binman: openssl: x509: ti_secure_rom: Add support for bootcore_opts

2023-10-06 Thread Neha Malcom Francis
According to the TRMs of K3 platform of devices, the ROM boot image format specifies a "Core Options Field" that provides the capability to set the boot core in lockstep when set to 0 or to split mode when set to 2. Add support for providing the same from the binman DTS. Also modify existing test c

Re: [PATCH v3 1/2] binman: openssl: x509: ti_secure_rom: Add support for bootcore_opts

2023-10-17 Thread Neha Malcom Francis
Hi Simon On 08/10/23 04:39, Simon Glass wrote: Hi Neha, On Fri, 6 Oct 2023 at 04:07, Neha Malcom Francis wrote: According to the TRMs of K3 platform of devices, the ROM boot image format specifies a "Core Options Field" that provides the capability to set the boot core in lockstep when set t

Re: [PATCH v3 1/2] binman: openssl: x509: ti_secure_rom: Add support for bootcore_opts

2023-10-17 Thread Simon Glass
Hi Neha, On Tue, 17 Oct 2023 at 03:58, Neha Malcom Francis wrote: > > Hi Simon > > On 08/10/23 04:39, Simon Glass wrote: > > Hi Neha, > > > > On Fri, 6 Oct 2023 at 04:07, Neha Malcom Francis wrote: > >> > >> According to the TRMs of K3 platform of devices, the ROM boot image > >> format specifie

Re: [PATCH v3 1/2] binman: openssl: x509: ti_secure_rom: Add support for bootcore_opts

2023-10-17 Thread Neha Malcom Francis
Hi Simon On 18/10/23 09:03, Simon Glass wrote: Hi Neha, On Tue, 17 Oct 2023 at 03:58, Neha Malcom Francis wrote: Hi Simon On 08/10/23 04:39, Simon Glass wrote: Hi Neha, On Fri, 6 Oct 2023 at 04:07, Neha Malcom Francis wrote: According to the TRMs of K3 platform of devices, the ROM boot

Re: [PATCH v3 1/2] binman: openssl: x509: ti_secure_rom: Add support for bootcore_opts

2023-10-19 Thread Simon Glass
Hi Neha, On Tue, 17 Oct 2023 at 23:20, Neha Malcom Francis wrote: > > Hi Simon > > On 18/10/23 09:03, Simon Glass wrote: > > Hi Neha, > > > > On Tue, 17 Oct 2023 at 03:58, Neha Malcom Francis wrote: > >> > >> Hi Simon > >> > >> On 08/10/23 04:39, Simon Glass wrote: > >>> Hi Neha, > >>> > >>> On

Re: [PATCH v3 1/2] binman: openssl: x509: ti_secure_rom: Add support for bootcore_opts

2023-10-23 Thread Neha Malcom Francis
Hi Simon On 19/10/23 19:25, Simon Glass wrote: Hi Neha, On Tue, 17 Oct 2023 at 23:20, Neha Malcom Francis wrote: Hi Simon On 18/10/23 09:03, Simon Glass wrote: Hi Neha, On Tue, 17 Oct 2023 at 03:58, Neha Malcom Francis wrote: Hi Simon On 08/10/23 04:39, Simon Glass wrote: Hi Neha, O

Re: [PATCH v3 1/2] binman: openssl: x509: ti_secure_rom: Add support for bootcore_opts

2023-10-23 Thread Simon Glass
Hi Neha, On Mon, 23 Oct 2023 at 00:06, Neha Malcom Francis wrote: > > Hi Simon > > On 19/10/23 19:25, Simon Glass wrote: > > Hi Neha, > > > > On Tue, 17 Oct 2023 at 23:20, Neha Malcom Francis wrote: > >> > >> Hi Simon > >> > >> On 18/10/23 09:03, Simon Glass wrote: > >>> Hi Neha, > >>> > >>> On

Re: [PATCH v3 1/2] binman: openssl: x509: ti_secure_rom: Add support for bootcore_opts

2023-10-07 Thread Simon Glass
Hi Neha, On Fri, 6 Oct 2023 at 04:07, Neha Malcom Francis wrote: > > According to the TRMs of K3 platform of devices, the ROM boot image > format specifies a "Core Options Field" that provides the capability to > set the boot core in lockstep when set to 0 or to split mode when set > to 2. Add su