diff options
author | Chris Engel <cjengel@us.ibm.com> | 2016-04-28 11:02:47 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-06-07 23:59:30 -0400 |
commit | 47e886f3c39071b33941769d825d67ecb92372f1 (patch) | |
tree | ebd4578a6c85a887784c3e355eb12e895585cc72 /src/usr/i2c | |
parent | f6e8eea4869b740f680d5d8713504f2942029d16 (diff) | |
download | talos-hostboot-47e886f3c39071b33941769d825d67ecb92372f1.tar.gz talos-hostboot-47e886f3c39071b33941769d825d67ecb92372f1.zip |
TPM default attributes for nimbus model
Enable trustedboot support by default for P9
Change-Id: Ibe5e4428100225d78ee9d107da3769ab35578c2b
RTC: 125287
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25187
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: Timothy R. Block <block@us.ibm.com>
Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com>
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/i2c')
-rwxr-xr-x | src/usr/i2c/tpmdd.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/i2c/tpmdd.C b/src/usr/i2c/tpmdd.C index 94ea65674..24a49552b 100755 --- a/src/usr/i2c/tpmdd.C +++ b/src/usr/i2c/tpmdd.C @@ -80,7 +80,7 @@ static const size_t TPM_MAX_NACK_RETRIES = 2; // Register the perform Op with the routing code for Nodes. DEVICE_REGISTER_ROUTE( DeviceFW::WILDCARD, DeviceFW::TPM, - TARGETING::TYPE_NODE, + DeviceFW::WILDCARD, tpmPerformOp ); |