]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: add missing parameter check for EFI_TCG2_PROTOCOL api
authorMasahisa Kojima <masahisa.kojima@linaro.org>
Fri, 3 Sep 2021 01:55:50 +0000 (10:55 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 4 Sep 2021 10:03:57 +0000 (12:03 +0200)
commit580d7242b14064f57a9fc392a2a2ce23e73b19e8
tree3c4d8361d6a2ec89e81809d3ecdf953f67103c98
parent7219856daee8cd28872d2f7ef7405704af07bd7d
efi_loader: add missing parameter check for EFI_TCG2_PROTOCOL api

TCG EFI Protocol Specification defines the required parameter
checking and return value for each API.
This commit adds the missing parameter check and
fixes the wrong return value to comply the specification.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
lib/efi_loader/efi_tcg2.c