summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2019-06-10 23:09:11 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-06-27 10:58:15 -0500
commitd978f97d33f0e16c7fd8938da7eba6e69fa4f99a (patch)
treec129454fcea9cebcc6118f69c6e62591a438a324 /src/include
parent3805319f1d630c6bc9c022b3e9eeb601aa3ffbf4 (diff)
downloadtalos-hostboot-d978f97d33f0e16c7fd8938da7eba6e69fa4f99a.tar.gz
talos-hostboot-d978f97d33f0e16c7fd8938da7eba6e69fa4f99a.zip
Add Device Tree support for Nuvoton TPM 75x
This commit updates the code that creates the device tree to support Nuvoton TPM 75x models along with the existing 65x models. Change-Id: I46b08970911d259f620c747015800e4aeba34b99 RTC:204133 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78743 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Ilya Smirnov <ismirno@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/i2c/tpmddif.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/i2c/tpmddif.H b/src/include/usr/i2c/tpmddif.H
index 0f57e4797..2a0c964c5 100644
--- a/src/include/usr/i2c/tpmddif.H
+++ b/src/include/usr/i2c/tpmddif.H
@@ -65,7 +65,8 @@ enum tpm_locality_t
/**
* @brief TPM Models that are supported
*
- * @note Must stay in sync with TPM_MODEL in attribute_types_hb.xml
+ * @note Must stay in sync with TPM_MODEL in attribute_types_hb.xml and
+ * the attribute usage in processMrw.pl.
* @note Not using Attribute Enums since FSP does not currently support
* overriding enum values
*/
OpenPOWER on IntegriCloud