commit | 94b139a7e7d6f2d7ecf723ff11b2768f011b7d74 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Apr 14 11:51:43 2020 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Apr 16 08:12:46 2020 +0200 |
tree | fbd77bfaedc401e9c59564e49fe26db650ff3c79 | |
parent | c78dc19814bbbc135748c7ec91ce27fcb0ef7a66 [diff] |
efi_loader: variable: add VendorKeys variable The following variable is exported as UEFI specification defines: VendorKeys: whether the system is configured to use only vendor-provided keys or not The value will have to be modified if a platform has its own way of initializing signature database, in particular, PK. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>