Re: [PATCH v4 10/11] mkeficapsule: Add support for generating empty capsules

2022-02-11 Thread Sughosh Ganu
On Thu, 10 Feb 2022 at 06:57, AKASHI Takahiro wrote: > > On Wed, Feb 09, 2022 at 12:05:06PM +0900, AKASHI Takahiro wrote: > > Hi Sughosh, > > > > On Mon, Feb 07, 2022 at 11:50:00PM +0530, Sughosh Ganu wrote: > > > The Dependable Boot specification describes the structure of the > > > > What is thi

Re: [PATCH v4 10/11] mkeficapsule: Add support for generating empty capsules

2022-02-11 Thread Sughosh Ganu
hi Takahiro, On Wed, 9 Feb 2022 at 08:35, AKASHI Takahiro wrote: > > Hi Sughosh, > > On Mon, Feb 07, 2022 at 11:50:00PM +0530, Sughosh Ganu wrote: > > The Dependable Boot specification describes the structure of the > > What is this specification? Please specify the link to the doc. > > > firmwar

Re: [PATCH v4 10/11] mkeficapsule: Add support for generating empty capsules

2022-02-09 Thread AKASHI Takahiro
On Wed, Feb 09, 2022 at 12:05:06PM +0900, AKASHI Takahiro wrote: > Hi Sughosh, > > On Mon, Feb 07, 2022 at 11:50:00PM +0530, Sughosh Ganu wrote: > > The Dependable Boot specification describes the structure of the > > What is this specification? Please specify the link to the doc. > > > firmware

Re: [PATCH v4 10/11] mkeficapsule: Add support for generating empty capsules

2022-02-08 Thread AKASHI Takahiro
Hi Sughosh, On Mon, Feb 07, 2022 at 11:50:00PM +0530, Sughosh Ganu wrote: > The Dependable Boot specification describes the structure of the What is this specification? Please specify the link to the doc. > firmware accept and revert capsules. These are empty capsules which > are used for signal

[PATCH v4 10/11] mkeficapsule: Add support for generating empty capsules

2022-02-07 Thread Sughosh Ganu
The Dependable Boot specification describes the structure of the firmware accept and revert capsules. These are empty capsules which are used for signalling the acceptance or rejection of the updated firmware by the OS. Add support for generating these empty capsules. Signed-off-by: Sughosh Ganu