commit | 6ddffecbf88dc9508da722bebfa26a278a36f10d | [log] [tgz] |
---|---|---|
author | Masahisa Kojima <masahisa.kojima@linaro.org> | Fri Sep 03 10:55:51 2021 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Sep 04 12:03:57 2021 +0200 |
tree | 5d35684be83333c9d55aa5182008e63dfab6f11a | |
parent | 7c5fccd9614f33f75c180903a474b68abaea6dd2 [diff] |
efi_loader: fix boot_service_capability_min calculation TCG EFI Protocol Specification requires to the input ProtocolCapability.Size < size of the EFI_TCG2_BOOT_SERVICE_CAPABILITY up to and including the vendor ID field. Current implementation does different calculation, let's fix it. Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>