commit | 920671c1c1cb3230c0e561b379a62862ca4e839d | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Jul 20 14:52:05 2021 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jul 24 10:49:51 2021 +0200 |
tree | 3072aff66cc1538f32af41494e75dc26af80be10 | |
parent | d71996790183b4bf7c2348a0d2e0e27382f5fb18 [diff] |
efi_loader: capsule: remove authentication data If capsule authentication is disabled and yet a capsule file is signed, its signature must be removed from image data to flush. Otherwise, the firmware will be corrupted after update. Fixes: 04be98bd6bcf ("efi: capsule: Add support for uefi capsule authentication") Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>