summaryrefslogtreecommitdiffstats
path: root/src/usr/hdat/hdattpmdata.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hdat/hdattpmdata.H')
-rw-r--r--src/usr/hdat/hdattpmdata.H13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/usr/hdat/hdattpmdata.H b/src/usr/hdat/hdattpmdata.H
index 369e30f28..b9ee44552 100644
--- a/src/usr/hdat/hdattpmdata.H
+++ b/src/usr/hdat/hdattpmdata.H
@@ -60,6 +60,7 @@ enum {
TpmDataPtrCnt = 1,
TpmDataChildStrCnt = 0,
TpmDataChildStrOffset = 0,
+ TpmDataMinRqrdPcrdVersion = 0x1
};
/**
@@ -82,18 +83,6 @@ struct hdatTpmData_t
uint8_t hdatReserved1[16]; // Padding for alignment and growth/compatibility
} __attribute__ ((packed));
-
-/**
- * @brief Structure definition for Secureboot TPM Info Array
- */
-struct hdatSbTpmInfo_t
-{
- uint32_t hdatSbTpmArrayOffset;
- uint32_t hdatSbTpmArrayNumEntries;
- uint32_t hdatSbTpmArrayEntrySize;
-} __attribute__ ((packed));
-
-
/**
* @brief Structure definition for Secureboot TPM Instance Info
*/
OpenPOWER on IntegriCloud