]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DynamicTablesPkg/Include/AcpiTableGenerator.h
DynamicTablesPkg: Add dynamic PPTT table generation support
[mirror_edk2.git] / DynamicTablesPkg / Include / AcpiTableGenerator.h
index c4ef05965fc02707307e59130e9caa359e66239b..7d6d3442276db7b4abaeb3b053ba489258adea0b 100644 (file)
@@ -51,6 +51,8 @@ The Dynamic Tables Framework implements the following ACPI table generators:
             from the Configuration Manager and builds the MCFG table.\r
   - IORT  : The IORT generator collates the IO Topology information from the\r
             Configuration Manager and builds the IORT table.\r
+  - PPTT  : The PPTT generator collates the processor topology information from\r
+            the Configuration Manager and builds the PPTT table.\r
 */\r
 \r
 /** The ACPI_TABLE_GENERATOR_ID type describes ACPI table generator ID.\r
@@ -72,6 +74,7 @@ typedef enum StdAcpiTableId {
   EStdAcpiTableIdSpcr,                          ///< SPCR Generator\r
   EStdAcpiTableIdMcfg,                          ///< MCFG Generator\r
   EStdAcpiTableIdIort,                          ///< IORT Generator\r
+  EStdAcpiTableIdPptt,                          ///< PPTT Generator\r
   EStdAcpiTableIdMax\r
 } ESTD_ACPI_TABLE_ID;\r
 \r