Re: [PATCH v2 1/9] tools: mkeficapsule: add firmwware image signing

2021-08-01 Thread AKASHI Takahiro
On Mon, Aug 02, 2021 at 08:18:37AM +0200, Heinrich Schuchardt wrote: > > > On 8/2/21 5:30 AM, AKASHI Takahiro wrote: > > Heinrich, > > > > On Sun, Aug 01, 2021 at 11:21:55AM +0200, Heinrich Schuchardt wrote: > > > On 7/27/21 11:10 AM, AKASHI Takahiro wrote: > > > > With this enhancement, mkefica

Re: [PATCH v2 1/9] tools: mkeficapsule: add firmwware image signing

2021-08-01 Thread Heinrich Schuchardt
On 8/2/21 5:30 AM, AKASHI Takahiro wrote: Heinrich, On Sun, Aug 01, 2021 at 11:21:55AM +0200, Heinrich Schuchardt wrote: On 7/27/21 11:10 AM, AKASHI Takahiro wrote: With this enhancement, mkeficapsule will be able to sign a capsule file when it is created. A signature added will be used lat

Re: [PATCH v2 1/9] tools: mkeficapsule: add firmwware image signing

2021-08-01 Thread AKASHI Takahiro
Heinrich, On Sun, Aug 01, 2021 at 11:21:55AM +0200, Heinrich Schuchardt wrote: > On 7/27/21 11:10 AM, AKASHI Takahiro wrote: > > With this enhancement, mkeficapsule will be able to sign a capsule > > file when it is created. A signature added will be used later > > in the verification at FMP's Set

Re: [PATCH v2 1/9] tools: mkeficapsule: add firmwware image signing

2021-08-01 Thread Heinrich Schuchardt
On 7/27/21 11:10 AM, AKASHI Takahiro wrote: With this enhancement, mkeficapsule will be able to sign a capsule file when it is created. A signature added will be used later in the verification at FMP's SetImage() call. To do that, We need specify additional command parameters: -monotonic-cout

Re: [PATCH v2 1/9] tools: mkeficapsule: add firmwware image signing

2021-07-28 Thread Masami Hiramatsu
Hi, I've tested this update on the DeveloperBox platform. Tested-by: Masami Hiramatsu Thank you, 2021年7月27日(火) 18:12 AKASHI Takahiro : > > With this enhancement, mkeficapsule will be able to sign a capsule > file when it is created. A signature added will be used later > in the verification at

[PATCH v2 1/9] tools: mkeficapsule: add firmwware image signing

2021-07-27 Thread AKASHI Takahiro
With this enhancement, mkeficapsule will be able to sign a capsule file when it is created. A signature added will be used later in the verification at FMP's SetImage() call. To do that, We need specify additional command parameters: -monotonic-cout : monotonic count -private-key : private k