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:
Patrick Rudolph
2021-01-26 13:53:56 +01:00
committed by Tim Crawford
parent eec38fd383
commit c134065066
2 changed files with 23 additions and 5 deletions

View File

@@ -25,6 +25,8 @@ typedef struct {
UINT64 ResetRegAddress;
UINT64 PcieBaseAddress;
UINT64 PcieBaseSize;
UINT8 TPM20Present;
UINT8 TPM12Present;
} ACPI_BOARD_INFO;
#endif