Re: [PATCH v4 2/2] binman: expand test coverage to nxp_imx8mcst

2024-12-03 Thread Simon Glass
Hi Brian, On Tue, 3 Dec 2024 at 04:44, Brian Ruley wrote: > > Hi Simon, > > On Wed, Nov 20, 2024 at 05:40:42AM -0700, Simon Glass wrote: > > > > WARNING: This email originated from outside of GE HealthCare. Please > > validate the sender's email address before clicking on links or attachments >

Re: [PATCH v4 2/2] binman: expand test coverage to nxp_imx8mcst

2024-12-03 Thread Brian Ruley
Hi Simon, On Wed, Nov 20, 2024 at 05:40:42AM -0700, Simon Glass wrote: > > WARNING: This email originated from outside of GE HealthCare. Please validate > the sender's email address before clicking on links or attachments as they > may not be safe. > > Hi Brian, > > On Mon, 4 Nov 2024 at 01:3

Re: [PATCH v4 2/2] binman: expand test coverage to nxp_imx8mcst

2024-11-20 Thread Simon Glass
Hi Brian, On Mon, 4 Nov 2024 at 01:33, Brian Ruley wrote: > > On Wed, Oct 30, 2024 at 09:23:46AM -0300, Fabio Estevam wrote: > > > > WARNING: This email originated from outside of GE HealthCare. Please > > validate the sender's email address before clicking on links or attachments > > as they m

Re: [PATCH v4 2/2] binman: expand test coverage to nxp_imx8mcst

2024-11-04 Thread Brian Ruley
On Wed, Oct 30, 2024 at 09:23:46AM -0300, Fabio Estevam wrote: > > WARNING: This email originated from outside of GE HealthCare. Please validate > the sender's email address before clicking on links or attachments as they > may not be safe. > > Hi Brian, > > On Wed, Oct 30, 2024 at 5:08???AM B

Re: [PATCH v4 2/2] binman: expand test coverage to nxp_imx8mcst

2024-10-30 Thread Fabio Estevam
Hi Brian, On Wed, Oct 30, 2024 at 5:08 AM Brian Ruley wrote: > > Add coverage for IMX8M code siging. Create PKI tree and other assets > required by `cst' using `hab4_pki_tree.sh' script and `srktool' in > `cst_3.4.1' [1]. > > [1] https://www.nxp.com/webapp/Download?colCode=IMX_CST_TOOL_NEW > > Si

[PATCH v4 2/2] binman: expand test coverage to nxp_imx8mcst

2024-10-30 Thread Brian Ruley
Add coverage for IMX8M code siging. Create PKI tree and other assets required by `cst' using `hab4_pki_tree.sh' script and `srktool' in `cst_3.4.1' [1]. [1] https://www.nxp.com/webapp/Download?colCode=IMX_CST_TOOL_NEW Signed-off-by: Brian Ruley --- Changes for v4: - Rebased on master: 340_nx