mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
efi_loader: using EFI_UNSUPPORTED for private authenticated variables
Improve error message for UEFI SCT tests. Signed-off-by: Weizhao Ouyang <o451686892@gmail.com> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
parent
8d7ccea1c3
commit
0ec4279ba3
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ static efi_status_t efi_variable_authenticate(const u16 *variable,
|
|||
break;
|
||||
default:
|
||||
/* TODO: support private authenticated variables */
|
||||
ret = EFI_UNSUPPORTED;
|
||||
goto err;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue