Re: [PATCH v2 02/18] binman: ti-secure: Add support for TI signing

2023-04-12 Thread Neha Malcom Francis
Hi Simon On 06/04/23 00:07, Simon Glass wrote: kHi Neha, On Wed, 5 Apr 2023 at 00:13, Neha Malcom Francis wrote: The ti-secure entry contains certificate for binaries that will be loaded or booted by system firmware whereas the ti-secure-rom entry contains certificate for binaries that will

Re: [PATCH v2 02/18] binman: ti-secure: Add support for TI signing

2023-04-05 Thread Simon Glass
kHi Neha, On Wed, 5 Apr 2023 at 00:13, Neha Malcom Francis wrote: > > The ti-secure entry contains certificate for binaries that will be > loaded or booted by system firmware whereas the ti-secure-rom entry > contains certificate for binaries that will be booted by ROM. Support > for both these

Re: [PATCH v2 02/18] binman: ti-secure: Add support for TI signing

2023-04-04 Thread Neha Malcom Francis
Hi Andrew, On 04/04/23 22:41, Andrew Davis wrote: On 4/4/23 7:13 AM, Neha Malcom Francis wrote: The ti-secure entry contains certificate for binaries that will be loaded or booted by system firmware whereas the ti-secure-rom entry contains certificate for binaries that will be booted by ROM.

Re: [PATCH v2 02/18] binman: ti-secure: Add support for TI signing

2023-04-04 Thread Andrew Davis
On 4/4/23 7:13 AM, Neha Malcom Francis wrote: The ti-secure entry contains certificate for binaries that will be loaded or booted by system firmware whereas the ti-secure-rom entry contains certificate for binaries that will be booted by ROM. Support for both these types of certificates is

[PATCH v2 02/18] binman: ti-secure: Add support for TI signing

2023-04-04 Thread Neha Malcom Francis
The ti-secure entry contains certificate for binaries that will be loaded or booted by system firmware whereas the ti-secure-rom entry contains certificate for binaries that will be booted by ROM. Support for both these types of certificates is necessary for booting of K3 devices. Signed-off-by: