Re: [PATCH 07/14] efi_loader: Add config option to indicate fmp header presence

2020-12-06 Thread Sughosh Ganu
On Sat, 5 Dec 2020 at 16:04, Heinrich Schuchardt wrote: > On 11/26/20 7:41 PM, Sughosh Ganu wrote: > > When building the capsule using scripts in edk2, an fmp header is > > added on top of the binary payload. Add a config option to indicate > > the presence of the header. When enabled, the

Re: [PATCH 07/14] efi_loader: Add config option to indicate fmp header presence

2020-12-05 Thread Heinrich Schuchardt
On 11/26/20 7:41 PM, Sughosh Ganu wrote: When building the capsule using scripts in edk2, an fmp header is added on top of the binary payload. Add a config option to indicate the presence of the header. When enabled, the pointer to the image needs to be adjusted as per the size of the header to

[PATCH 07/14] efi_loader: Add config option to indicate fmp header presence

2020-11-26 Thread Sughosh Ganu
When building the capsule using scripts in edk2, an fmp header is added on top of the binary payload. Add a config option to indicate the presence of the header. When enabled, the pointer to the image needs to be adjusted as per the size of the header to point to the actual binary payload.