]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DynamicTablesPkg/Include/StandardNameSpaceObjects.h
SecurityPkg: SecureBootConfigDxe: Updated invocation pattern
[mirror_edk2.git] / DynamicTablesPkg / Include / StandardNameSpaceObjects.h
index 21bb7de4044ffd6f97156f761e30fc1790f11c0c..8d0c7da15a73e4910f9099c68f6e5cc2f06c0ecb 100644 (file)
@@ -38,7 +38,7 @@
   Note: The token value 0 is reserved for a NULL token and does\r
         not identify any object.\r
 **/\r
-typedef UINTN   CM_OBJECT_TOKEN;\r
+typedef UINTN CM_OBJECT_TOKEN;\r
 \r
 /** The ESTD_OBJECT_ID enum describes the Object IDs\r
     in the Standard Namespace.\r
@@ -54,12 +54,12 @@ typedef enum StdObjectID {
 */\r
 typedef struct CmStdObjConfigurationManagerInfo {\r
   /// The Configuration Manager Revision.\r
-  UINT32  Revision;\r
+  UINT32    Revision;\r
 \r
   /** The OEM ID. This information is used to\r
       populate the ACPI table header information.\r
   */\r
-  UINT8   OemId[6];\r
+  UINT8     OemId[6];\r
 } CM_STD_OBJ_CONFIGURATION_MANAGER_INFO;\r
 \r
 /** A structure used to describe the ACPI table generators to be invoked.\r
@@ -79,13 +79,13 @@ typedef struct CmAStdObjAcpiTableInfo {
   UINT32                         AcpiTableSignature;\r
 \r
   /// The ACPI table revision\r
-  UINT32                         AcpiTableRevision;\r
+  UINT                         AcpiTableRevision;\r
 \r
   /// The ACPI Table Generator ID\r
   ACPI_TABLE_GENERATOR_ID        TableGeneratorId;\r
 \r
   /// Optional pointer to the ACPI table data\r
-  EFI_ACPI_DESCRIPTION_HEADER  AcpiTableData;\r
+  EFI_ACPI_DESCRIPTION_HEADER    *AcpiTableData;\r
 \r
   /// An OEM-supplied string that the OEM uses to identify the particular\r
   /// data table. This field is particularly useful when defining a definition\r
@@ -97,14 +97,14 @@ typedef struct CmAStdObjAcpiTableInfo {
   /// Generators shall populate this information using part of the\r
   /// CM_STD_OBJ_CONFIGURATION_MANAGER_INFO.OemId field and the\r
   /// ACPI table signature.\r
-  UINT64                         OemTableId;\r
+  UINT64    OemTableId;\r
 \r
   /// An OEM-supplied revision number. Larger numbers are assumed to be\r
   /// newer revisions.\r
   /// Note: If this field is not populated (has value of Zero), then the\r
   /// Generators shall populate this information using the revision of the\r
   /// Configuration Manager (CM_STD_OBJ_CONFIGURATION_MANAGER_INFO.Revision).\r
-  UINT32                         OemRevision;\r
+  UINT32    OemRevision;\r
 } CM_STD_OBJ_ACPI_TABLE_INFO;\r
 \r
 /** A structure used to describe the SMBIOS table generators to be invoked.\r
@@ -120,10 +120,10 @@ typedef struct CmAStdObjAcpiTableInfo {
 */\r
 typedef struct CmStdObjSmbiosTableInfo {\r
   /// The SMBIOS Table Generator ID\r
-  SMBIOS_TABLE_GENERATOR_ID   TableGeneratorId;\r
+  SMBIOS_TABLE_GENERATOR_ID    TableGeneratorId;\r
 \r
   /// Optional pointer to the SMBIOS table data\r
-  SMBIOS_STRUCTURE           SmbiosTableData;\r
+  SMBIOS_STRUCTURE             *SmbiosTableData;\r
 } CM_STD_OBJ_SMBIOS_TABLE_INFO;\r
 \r
 #pragma pack()\r