]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: Extra checks while opening an OPTEE session
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Wed, 23 Dec 2020 11:25:00 +0000 (13:25 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 31 Dec 2020 13:27:56 +0000 (14:27 +0100)
commitffa375e6e56f890468baf22bcb50ee3d0292a0c4
tree292745e45ce8b109b271e4e5ab5f9ecc57ff1c12
parentc0c21d67f0654f9d3641b9dd3bdfd635110c2bc1
efi_loader: Extra checks while opening an OPTEE session

When opening an OP-TEE session we need to check the internal return
value of OP-TEE call arguments as well the return code of the
function itself.
The code was also ignoring to close the OP-TEE session in case the
shared memory registration failed.

Fixes: f042e47e8fb43 ("efi_loader: Implement EFI variable handling via OP-TEE")
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_variable_tee.c