diff options
| author | Jaymes Wilks <mjwilks@us.ibm.com> | 2017-02-24 15:08:57 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-04-10 13:48:29 -0400 |
| commit | 5bdb1f8ec34124c68db869dbb46b27e5a5fc24b5 (patch) | |
| tree | 84ccf175a63ea0c362d2221cc12b59669ec0a51f /src/usr/runtime/hdatstructs.H | |
| parent | d85536ac35dd97a666b7b8de090f255b1a33c7d8 (diff) | |
| download | talos-hostboot-5bdb1f8ec34124c68db869dbb46b27e5a5fc24b5.tar.gz talos-hostboot-5bdb1f8ec34124c68db869dbb46b27e5a5fc24b5.zip | |
Populate HDAT TPM Info
Populate TPM Info during the secureboot runtime routine.
Change-Id: I02b960c175d51dc9b5941e15a529bd1587747444
RTC:166834
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37187
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: Stephen M. Cprek <smcprek@us.ibm.com>
Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/runtime/hdatstructs.H')
| -rw-r--r-- | src/usr/runtime/hdatstructs.H | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/usr/runtime/hdatstructs.H b/src/usr/runtime/hdatstructs.H index 8fbea2eee..887ecf7fc 100644 --- a/src/usr/runtime/hdatstructs.H +++ b/src/usr/runtime/hdatstructs.H @@ -100,7 +100,9 @@ enum hdatSpiraLegacyDataAreas SPIRAL_PCRD = 22, // PCRD (Chip related data area) SPIRAL_HSVC_DATA = 23, // Host Services Data SPIRAL_HBRT_DATA = 24, // Hostboot Runtime Data - SPIRAL_LAST = 24 + SPIRAL_IPMI_DATA = 25, // IPMI Data + SPIRAL_TPM_DATA = 26, // TPM Node Related Data + SPIRAL_LAST = 26 }; /** @enum hdatSpiraHDataAreas @@ -141,7 +143,9 @@ enum hdatSpiraSDataAreas SPIRAS_PCRD = 13, // PCRD (Chip related data area) SPIRAS_HSVC_DATA = 14, // Host Services Data SPIRAS_HBRT_DATA = 15, // Hostboot Runtime Data - SPIRAS_LAST = 15 + SPIRAS_IPMI_DATA = 16, // IPMI Data + SPIRAS_TPM_DATA = 17, // Node TPM Related Data + SPIRAS_LAST = 17 }; |

