UefiPayloadPkg: Check more ACPI tables
Probe for ACPI tables * TPM2 * TCPA and store the result in AcpiBoardInfo. Will be used to determine if a TPM1.2 or TPM2.0 is present. Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
This commit is contained in:
committed by
Tim Crawford
parent
eec38fd383
commit
c134065066
@@ -25,6 +25,8 @@ typedef struct {
|
||||
UINT64 ResetRegAddress;
|
||||
UINT64 PcieBaseAddress;
|
||||
UINT64 PcieBaseSize;
|
||||
UINT8 TPM20Present;
|
||||
UINT8 TPM12Present;
|
||||
} ACPI_BOARD_INFO;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user