Firmware Interface Table
BIOS Specification
TPM Enabling Policy
typedef struct {
UINT16 IndexRegisterAddress;
UINT16 DataRegisterAddress;
UINT8 AccessWidthInBytes; // = 1 - 1-byte access;
// = 2 - 2-byte access
UINT8 BitPosition; // e.g. = 15 - Bit15
UINT16 Index;
} INDEX_IO_ADDRESS;
typedef union {
UINT64 FlatMemoryAddress;
INDEX_IO_ADDRESS IndexIo;
} TPM_POLICY_PTR;