diff options
author | Tom Rini | 2021-11-13 18:13:35 -0500 |
---|---|---|
committer | Tom Rini | 2021-11-13 18:13:35 -0500 |
commit | b8a156f54ecd1e9a74f48a09a0735b4a41c90eba (patch) | |
tree | 7eda0ea12d5af71faaca35ca3f4bd55d4bfb723f /include | |
parent | a51673eb75de328d3471b742e593f04b166591c4 (diff) | |
parent | 2a10e06e07540694d82838793ee7cb34f4dbc59c (diff) |
Merge tag 'efi-2022-01-rc2-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2022-01-rc2-2
UEFI:
* fix measurement of BootOrder variable for TCG2 protocol
TPM:
* TIS mmio driver. This driver supports QEMU's emulated TPM.
Diffstat (limited to 'include')
-rw-r--r-- | include/tpm-v2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tpm-v2.h b/include/tpm-v2.h index 947458b0bdf..ceff7d245ed 100644 --- a/include/tpm-v2.h +++ b/include/tpm-v2.h @@ -396,6 +396,7 @@ enum { TPM_STS_DATA_EXPECT = 1 << 3, TPM_STS_SELF_TEST_DONE = 1 << 2, TPM_STS_RESPONSE_RETRY = 1 << 1, + TPM_STS_READ_ZERO = 0x23 }; enum { |