commit | 675b62e12f9db639bd5ebcfd6c68b46d66a46a3c | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Wed Dec 30 19:27:05 2020 +0530 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Dec 31 14:41:31 2020 +0100 |
tree | 3dd826046c930d934b09f62a8df3481448147e05 | |
parent | ab201a116f1e825b1728a0133718427885381efd [diff] |
efi_loader: Add logic to parse EDKII specific fmp payload header When building the capsule using scripts in edk2, a fmp header is added on top of the binary payload. Add logic to detect presence of the header. When present, the pointer to the image needs to be adjusted as per the size of the header to point to the actual binary payload. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>