mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-11-12 08:23:19 +00:00
hv:ptct: add funtion to parse ptct acpi table
Add function to parse PTCT ACPI Table. For now, we need to parse: 1. Where's the PTCM_Binary 2. The range of pSRAM Tracked-On: #5330 Signed-off-by: Qian Wang <qian1.wang@intel.com> Signed-off-by: Li Fei1 <fei1.li@intel.com> Reviewed-by: Wang, Yu1 <yu1.wang@intel.com>
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
#define ACPI_SIG_MCFG "MCFG" /* Memory Mapped Configuration table */
|
||||
#define ACPI_SIG_DSDT "DSDT" /* Differentiated System Description Table */
|
||||
#define ACPI_SIG_TPM2 "TPM2" /* Trusted Platform Module hardware interface table */
|
||||
#define ACPI_SIG_PTCT "PTCT"
|
||||
|
||||
struct packed_gas {
|
||||
uint8_t space_id;
|
||||
|
||||
Reference in New Issue
Block a user