Re: [PATCH v4 1/8] binman: ti-secure: Add support for firewalling entities

2023-12-15 Thread Simon Glass
Hi Jon, On Thu, 14 Dec 2023 at 14:49, Jon Cormier wrote: > > Hi Manorit, > > This commit added a possibly unintentional dependency on python 3.9+. > > I ran into this while trying to build the soon-to-be-released 09.01.00.008. > > Build failure on ubuntu 20.04 which uses python 3.8: > "binman:

Re: [PATCH v4 1/8] binman: ti-secure: Add support for firewalling entities

2023-12-14 Thread Jon Cormier
Hi Manorit, This commit added a possibly unintentional dependency on python 3.9+. I ran into this while trying to build the soon-to-be-released 09.01.00.008. Build failure on ubuntu 20.04 which uses python 3.8: "binman: 'type' object is not subscriptable" This can be fixed by: diff --git

Re: [PATCH v4 1/8] binman: ti-secure: Add support for firewalling entities

2023-11-07 Thread Simon Glass
Hi Manorit, On Tue, 7 Nov 2023 at 02:40, Manorit Chawdhry wrote: > > Hi Simon, > > On 08:29-20231012, Simon Glass wrote: > > Hi Manorit, > > > > On Wed, 11 Oct 2023 at 22:46, Manorit Chawdhry wrote: > > > > > > Hi Simon, > > > > > > On 20:41-20231011, Simon Glass wrote: > > > > Hi Manorit, > >

Re: [PATCH v4 1/8] binman: ti-secure: Add support for firewalling entities

2023-11-07 Thread Manorit Chawdhry
Hi Simon, On 08:29-20231012, Simon Glass wrote: > Hi Manorit, > > On Wed, 11 Oct 2023 at 22:46, Manorit Chawdhry wrote: > > > > Hi Simon, > > > > On 20:41-20231011, Simon Glass wrote: > > > Hi Manorit, > > > > > > On Tue, 10 Oct 2023 at 23:25, Manorit Chawdhry wrote: > > > > > > > > We can now

Re: [PATCH v4 1/8] binman: ti-secure: Add support for firewalling entities

2023-10-12 Thread Simon Glass
Hi Manorit, On Wed, 11 Oct 2023 at 22:46, Manorit Chawdhry wrote: > > Hi Simon, > > On 20:41-20231011, Simon Glass wrote: > > Hi Manorit, > > > > On Tue, 10 Oct 2023 at 23:25, Manorit Chawdhry wrote: > > > > > > We can now firewall entities while loading them through our secure > > > entity

Re: [PATCH v4 1/8] binman: ti-secure: Add support for firewalling entities

2023-10-12 Thread Simon Glass
Hi Manorit, On Wed, 11 Oct 2023 at 23:02, Manorit Chawdhry wrote: > > Hi Simon, > > On 11:54-20231011, Manorit Chawdhry wrote: > > We can now firewall entities while loading them through our secure > > entity TIFS, the required information should be present in the > > certificate that is being

Re: [PATCH v4 1/8] binman: ti-secure: Add support for firewalling entities

2023-10-12 Thread Manorit Chawdhry
Hi Simon, On 11:54-20231011, Manorit Chawdhry wrote: > We can now firewall entities while loading them through our secure > entity TIFS, the required information should be present in the > certificate that is being parsed by TIFS. > > The following commit adds the support to enable the

Re: [PATCH v4 1/8] binman: ti-secure: Add support for firewalling entities

2023-10-11 Thread Manorit Chawdhry
Hi Simon, On 20:41-20231011, Simon Glass wrote: > Hi Manorit, > > On Tue, 10 Oct 2023 at 23:25, Manorit Chawdhry wrote: > > > > We can now firewall entities while loading them through our secure > > entity TIFS, the required information should be present in the > > certificate that is being

Re: [PATCH v4 1/8] binman: ti-secure: Add support for firewalling entities

2023-10-11 Thread Simon Glass
Hi Manorit, On Tue, 10 Oct 2023 at 23:25, Manorit Chawdhry wrote: > > We can now firewall entities while loading them through our secure > entity TIFS, the required information should be present in the > certificate that is being parsed by TIFS. > > The following commit adds the support to

[PATCH v4 1/8] binman: ti-secure: Add support for firewalling entities

2023-10-11 Thread Manorit Chawdhry
We can now firewall entities while loading them through our secure entity TIFS, the required information should be present in the certificate that is being parsed by TIFS. The following commit adds the support to enable the certificates to be generated if the firewall configurations are present