summaryrefslogtreecommitdiffstats
path: root/src/usr/hdat/hdatpcrd.H
diff options
context:
space:
mode:
authorJaymes Wilks <mjwilks@us.ibm.com>2017-04-19 08:53:03 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-05-23 11:01:28 -0400
commit096ef9048330813def6681fb0f45271cb3c24259 (patch)
tree720e1aa4b99dfa1b5f7f8befa4d0248a9abc63a1 /src/usr/hdat/hdatpcrd.H
parent8a22766d0c63f6dd86b1cfefb624c8645becdab3 (diff)
downloadtalos-hostboot-096ef9048330813def6681fb0f45271cb3c24259.tar.gz
talos-hostboot-096ef9048330813def6681fb0f45271cb3c24259.zip
Add TPM Presence Info to HDAT
Populate HDAT TPM Section with TPM Presence Info by refering to link IDs in HDAT PCRD section and verify that the PRCD section's list of link IDs are unique and valid. Change-Id: I49956aae129b325f55a6358caa0af4da1951b58c RTC:170638 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39658 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/hdat/hdatpcrd.H')
-rw-r--r--src/usr/hdat/hdatpcrd.H3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/hdat/hdatpcrd.H b/src/usr/hdat/hdatpcrd.H
index 647c8779a..421c7c587 100644
--- a/src/usr/hdat/hdatpcrd.H
+++ b/src/usr/hdat/hdatpcrd.H
@@ -56,6 +56,9 @@ namespace HDAT
const uint16_t HDAT_PCRD_VERSION = 0x20;
const char HDAT_PCRD_STRUCT_NAME[7] = "SPPCRD";
+//Max number of I2c devices for any given proc
+#define HDAT_PCRD_MAX_I2C_DEV 64
+
/** @enum hdatDataPtrs
* Enumeration which defines the data sections of the PCRD
*/
OpenPOWER on IntegriCloud