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

2024-12-03 Thread Brian Ruley
> 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 addre

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

2024-11-04 Thread Brian Ruley
ed, 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:/

[PATCH v4 1/2] binman: nxp_imx8mcst: read certificates from input path

2024-10-30 Thread Brian Ruley
', will be searched *relative* to the input directories. Signed-off-by: Brian Ruley --- Changes for v2: - Added missing *.pem files - Rebased on top of "[PATCH v4 2/2] binman: add fast authentication method for i.MX8M signing" - Included a test for fast authentication Changes

[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:

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

2024-10-21 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 v2: - Added

[PATCH v3 1/2] binman: nxp_imx8mcst: read certificates from input path

2024-10-21 Thread Brian Ruley
', will be searched *relative* to the input directories. Signed-off-by: Brian Ruley --- tools/binman/etype/nxp_imx8mcst.py | 23 +++ 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/tools/binman/etype/nxp_imx8mcst.py b/tools/binman/etype/nxp_imx8mcst.py

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

2024-10-21 Thread Brian Ruley
Hi Simon, Sorry for the late response, we had some recent network changes, so it seems that my replies were not relayed correctly. On Tue, Oct 15, 2024 at 12:06:55AM -0600, Simon Glass wrote: > >Hi Brian, > > > On Thu, 10 Oct 2024 at 05:25, Brian Ruley > > wrote: > >

Re: [PATCH] WIP: binman: expand test coverage to nxpimx8mcst

2024-10-10 Thread Brian Ruley
iLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=%2FFjvh%2BAUwpiUxyePSbhmW386iDV65%2BbJHwUiTWwOgok%3D&reserved=0 > > > > Signed-off-by: Brian Ruley > > --- > > Please can you check the indentation? > Fixed it. > I don't see the .pem files in your patch? &

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

2024-10-10 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 v2: - Added

[PATCH v2 1/2] binman: nxp_imx8mcst: read certificates from input path

2024-10-10 Thread Brian Ruley
', will be searched *relative* to the input directories. Signed-off-by: Brian Ruley --- tools/binman/etype/nxp_imx8mcst.py | 23 +++ 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/tools/binman/etype/nxp_imx8mcst.py b/tools/binman/etype/nxp_imx8mcst.py

[PATCH] WIP: binman: expand test coverage to nxpimx8mcst

2024-10-07 Thread Brian Ruley
Add coverage for IMX8M code siging. Create PKI tree and other assets required by `cst' using `hab4_pki_tree.sh' script in `cst_3.4.1' [1]. [1] https://www.nxp.com/webapp/Download?colCode=IMX_CST_TOOL_NEW Signed-off-by: Brian Ruley --- tools/binman/ftest.py

Re: [PATCH v3 1/2] binman: cosmetic: code formatting fixes

2024-10-07 Thread Brian Ruley
On Wed, Oct 02, 2024 at 04:55:30PM -0600, Simon Glass wrote: > > Hi Brian, > > On Wed, 2 Oct 2024 at 00:41, Brian Ruley wrote: > > > > On Mon, Sep 30, 2024 at 12:52:24PM -0600, Simon Glass wrote: > > > > > > WARNING: This email originated from outsid

Re: [PATCH v3 1/2] binman: cosmetic: code formatting fixes

2024-10-02 Thread Brian Ruley
30 Sept 2024 at 10:10, Brian Ruley > wrote: > > > > Conform to the style guide used in the project by making the following > > changes: > > * Use single quotes for multiline strings (except docstrings) > > * Fix line width to 79 cols > > * Use f-string inste

[PATCH v4 2/2] binman: add fast authentication method for i.MX8M signing

2024-10-01 Thread Brian Ruley
.com/pwmxy87654/attachments/pwmxy87654/imx-processors/202591/1/CST_UG.pdf Signed-off-by: Brian Ruley Cc: Marek Vasut --- Changes for v2: - fixed default key length (s/2048/4096) for srk-crt node Changes for v3: - code formatting Changes for v4: - fix spelling in commit message - code formatting too

[PATCH v4 1/2] binman: cosmetic: refactor `nxp_imx8mcst' etype code

2024-10-01 Thread Brian Ruley
concatenation * Move common suffix used in keys to a global variable "KEY_NAME" to reduce the likelihood of typos and making future changes easier Signed-off-by: Brian Ruley Cc: Marek Vasut --- Changes for v4: - expand f-string usage, add common information to variable, capitalize

[PATCH v3 2/2] binman: add fast authentication method for i.MX8M signing

2024-09-30 Thread Brian Ruley
.com/pwmxy87654/attachments/pwmxy87654/imx-processors/202591/1/CST_UG.pdf Signed-off-by: Brian Ruley Cc: Marek Vasut tools/binman/etype/nxp_imx8mcst.py | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(-) --- tools/binman/etype/nxp_imx8mcst.py | 44 ++-

[PATCH v3 1/2] binman: cosmetic: code formatting fixes

2024-09-30 Thread Brian Ruley
Conform to the style guide used in the project by making the following changes: * Use single quotes for multiline strings (except docstrings) * Fix line width to 79 cols * Use f-string instead of formatting a regular string Signed-off-by: Brian Ruley --- tools/binman/etype/nxp_imx8mcst.py | 28

Re: [PATCH] binman: add fast authentication method for i.MX8M signing

2024-09-30 Thread Brian Ruley
On Mon, Sep 30, 2024 at 08:10:49AM -0600, 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,

Re: [PATCH] binman: add fast authentication method for i.MX8M signing

2024-09-30 Thread Brian Ruley
On Sun, Sep 29, 2024 at 06:46:23PM -0600, Tom Rini wrote: > On Sun, Sep 29, 2024 at 04:49:17PM -0600, Simon Glass wrote: > > Hi Fabio, > > > > On Sun, 29 Sept 2024 at 14:53, Fabio Estevam wrote: > > > > > > Hi Simon, Marek, and Tom, > > > > > > On Fri, Sep 27, 2024 at 5:47???PM Tom Rini wrote: >

[PATCH v2] binman: add fast authentication method for i.MX8M signing

2024-09-30 Thread Brian Ruley
.com/pwmxy87654/attachments/pwmxy87654/imx-processors/202591/1/CST_UG.pdf Signed-off-by: Brian Ruley Cc: Marek Vasut --- Changes for v2: - fixed default key length (s/2048/4096) for srk-crt node tools/binman/etype/nxp_imx8mcst.py | 23 +++ 1 file changed, 19 insertions(

[PATCH] binman: add fast authentication method for i.MX8M signing

2024-09-27 Thread Brian Ruley
.com/pwmxy87654/attachments/pwmxy87654/imx-processors/202591/1/CST_UG.pdf Signed-off-by: Brian Ruley Cc: Marek Vasut tools/binman/etype/nxp_imx8mcst.py | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/tools/binman/etype/nxp_imx8mcst.py b/too