From 096ef9048330813def6681fb0f45271cb3c24259 Mon Sep 17 00:00:00 2001 From: Jaymes Wilks Date: Wed, 19 Apr 2017 08:53:03 -0500 Subject: 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 Reviewed-by: Nicholas E. Bofferding Tested-by: Jenkins OP Build CI Reviewed-by: Stephen M. Cprek Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/usr/hdat/hdatpcrd.H | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/usr/hdat/hdatpcrd.H') 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 */ -- cgit v1.2.1