diff options
| author | Jaymes Wilks <mjwilks@us.ibm.com> | 2017-02-13 13:50:26 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-04-02 17:34:00 -0400 |
| commit | d6aaf2fe4f15c5360bb67fde5fc96f437ba3d271 (patch) | |
| tree | 240bcb870c3be3fcb669f0b0df70e6293fd835e9 /src/include/usr/hdat | |
| parent | 25576760a01e081c16dbcb40d4f70fc36b4bfc95 (diff) | |
| download | blackbird-hostboot-d6aaf2fe4f15c5360bb67fde5fc96f437ba3d271.tar.gz blackbird-hostboot-d6aaf2fe4f15c5360bb67fde5fc96f437ba3d271.zip | |
Setup TPM Related Info Section in HDAT
Add the ability to store TPM Related Information in HDAT for
OpenPower systems.
Change-Id: I3782ac3d5717565cacc60902c35178ec013b7711
RTC:166834
Signed-off-by: Jaymes Wilks <mjwilks@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36374
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@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/include/usr/hdat')
| -rwxr-xr-x | src/include/usr/hdat/hdat_reasoncodes.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/usr/hdat/hdat_reasoncodes.H b/src/include/usr/hdat/hdat_reasoncodes.H index d6e887f14..16ffee2c0 100755 --- a/src/include/usr/hdat/hdat_reasoncodes.H +++ b/src/include/usr/hdat/hdat_reasoncodes.H @@ -106,6 +106,8 @@ enum HDATModuleId MOD_UTIL_PVPD_FULL_READ_FUNC = 0x2f, MOD_UTIL_MVPD = 0x30, MOD_HDAT_IPMI_DTOR = 0x31, + MOD_TPMDATA_CONSTRUCTOR = 0x32, + MOD_TPMDATA_DESTRUCTOR = 0x33, }; |

