diff options
| author | Nick Bofferding <bofferdn@us.ibm.com> | 2017-02-03 11:48:08 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-02-08 16:13:12 -0500 |
| commit | 14f64a7c95bdb6bc65e1c492c00735001075ea71 (patch) | |
| tree | 58b2500ed2932c422736936fce6cda1002f9911c /src/include/usr/i2c | |
| parent | 2702c541b384b032b8cc6c3ada22710867743b3e (diff) | |
| download | talos-hostboot-14f64a7c95bdb6bc65e1c492c00735001075ea71.tar.gz talos-hostboot-14f64a7c95bdb6bc65e1c492c00735001075ea71.zip | |
Add base support for TPM locality 2
- Added locality 2 enum
- Updated check for localities to include locality 2
- Updated MRW generator to add locality 2
- Updated standalone config files to include locality 2
- Updated TPM_INFO to include locality 2
Change-Id: I385f331875c59568def895c1b89fcdc14dda6234
RTC: 157140
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35916
Tested-by: Jenkins Server <pfd-jenkins+hostboot@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>
Reviewed-by: Marshall J. Wilks <mjwilks@us.ibm.com>
Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com>
Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com>
Reviewed-by: Timothy R. Block <block@us.ibm.com>
Reviewed-by: Christopher J. Engel <cjengel@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/i2c')
| -rw-r--r-- | src/include/usr/i2c/tpmddif.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/i2c/tpmddif.H b/src/include/usr/i2c/tpmddif.H index 9691450d6..1a48d4785 100644 --- a/src/include/usr/i2c/tpmddif.H +++ b/src/include/usr/i2c/tpmddif.H @@ -55,6 +55,7 @@ enum tpm_addr_size_t enum tpm_locality_t { TPM_LOCALITY_0 = 0, + TPM_LOCALITY_2 = 2, TPM_LOCALITY_4 = 4, }; |

