Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | efi_loader: tcg2 protocol updates | Ilias Apalodimas | 2020-11-21 | 1 | -2/+0 |
| | | | | | | | | | On pull reuqest https://lists.denx.de/pipermail/u-boot/2020-November/432735.html V4 of the patchset was sent instead of the v5. This is the v4->v5 missing diff Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> | ||||
* | efi_loader: Add basic EFI_TCG2_PROTOCOL support | Ilias Apalodimas | 2020-11-14 | 1 | -0/+94 |
Since U-boot EFI implementation is getting richer it makes sense to add support for EFI_TCG2_PROTOCOL taking advantage of any hardware TPM available on the device. This is the initial implementation of the protocol which only adds support for GetCapability(). It's limited in the newer and safer TPMv2 devices. Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Acked-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> |