Re: [PATCH 1/5] tools: mkeficapsule: Add support to print capsule headers

2023-10-07 Thread Simon Glass
On Wed, 4 Oct 2023 at 05:27, Sughosh Ganu wrote: > > Add support to dump the contents of capsule headers. This is useful as > a debug feature for checking the contents of the capsule headers, and > can also be used in capsule verification. > > Signed-off-by: Sughosh Ganu > --- >

[PATCH 1/5] tools: mkeficapsule: Add support to print capsule headers

2023-10-04 Thread Sughosh Ganu
Add support to dump the contents of capsule headers. This is useful as a debug feature for checking the contents of the capsule headers, and can also be used in capsule verification. Signed-off-by: Sughosh Ganu --- tools/eficapsule.h | 2 + tools/mkeficapsule.c | 229