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: 't

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 a/too

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 TIFS

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 pa

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

2023-10-11 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 certificat

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 pars

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 enable