Expand description
Emulated TPM 2.0 device.
This module implements the hardware TPM interface. This includes both the MMIO interface for reading/writing TPM command/reply buffers, as well as the IO Port interface for performing PPI requests and configuring MMIO request/response regions.
Modules§
Structs§
Enums§
Constants§
- TPM_
DEVICE_ IO_ PORT_ CONTROL_ OFFSET - TPM_
DEVICE_ IO_ PORT_ DATA_ OFFSET - TPM_
DEVICE_ IO_ PORT_ RANGE_ BEGIN - TPM_
DEVICE_ IO_ PORT_ RANGE_ END - TPM_
DEVICE_ MMIO_ PORT_ CONTROL - TPM_
DEVICE_ MMIO_ PORT_ DATA - TPM_
DEVICE_ MMIO_ PORT_ REGION_ BASE_ ADDRESS - TPM_
DEVICE_ MMIO_ PORT_ REGION_ SIZE - TPM_
DEVICE_ MMIO_ REGION_ BASE_ ADDRESS - TPM_
DEVICE_ MMIO_ REGION_ SIZE
Type Aliases§
- Monotonic
Timer - Implementation of [
ms_tpm_20_ref::PlatformCallbacks::monotonic_timer
]