summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/entitypath.C
diff options
context:
space:
mode:
authorJaymes Wilks <mjwilks@us.ibm.com>2016-05-05 09:43:42 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-07-11 23:22:38 -0400
commit6cfdd836a8306fc30847d04d8631ea47133d5e54 (patch)
tree73e8577d2bc824ad5d4e6b0803a009fa3ae4c57b /src/usr/targeting/common/entitypath.C
parent5cc0d7cc098171710e3bb6a18d82d21b653471b2 (diff)
downloadblackbird-hostboot-6cfdd836a8306fc30847d04d8631ea47133d5e54.tar.gz
blackbird-hostboot-6cfdd836a8306fc30847d04d8631ea47133d5e54.zip
Secure boot: Add TPM target
Add a TPM target to hostboot to support trusted boot functionality. Change-Id: I7814740aeb8b1fe2c8131214b8a3f01ae9715d7c RTC:152874 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26760 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christopher J. Engel <cjengel@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/entitypath.C')
-rw-r--r--src/usr/targeting/common/entitypath.C2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/targeting/common/entitypath.C b/src/usr/targeting/common/entitypath.C
index ff5bb086c..213d604f6 100644
--- a/src/usr/targeting/common/entitypath.C
+++ b/src/usr/targeting/common/entitypath.C
@@ -429,6 +429,8 @@ const char* EntityPath::pathElementTypeAsString(
return "SYSREFCLKENDPT";
case TYPE_MFREFCLKENDPT:
return "MFREFCLKENDPT";
+ case TYPE_TPM:
+ return "TPM";
default:
return "Unknown path type";
}
OpenPOWER on IntegriCloud