summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep21/call_host_runtime_setup.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/isteps/istep21/call_host_runtime_setup.C')
-rw-r--r--src/usr/isteps/istep21/call_host_runtime_setup.C11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/usr/isteps/istep21/call_host_runtime_setup.C b/src/usr/isteps/istep21/call_host_runtime_setup.C
index d3c8602e8..801f08a11 100644
--- a/src/usr/isteps/istep21/call_host_runtime_setup.C
+++ b/src/usr/isteps/istep21/call_host_runtime_setup.C
@@ -144,7 +144,16 @@ void* call_host_runtime_setup (void *io_pArgs)
if ( l_err )
{
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
- "Failed hbSecurebotData setup" );
+ "Failed hbSecurebootData setup" );
+ break;
+ }
+
+ // API call to populate the TPM Info fields
+ l_err = RUNTIME::populate_hbTpmInfo();
+ if ( l_err )
+ {
+ TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
+ "Failed hbTpmInfo setup" );
break;
}
OpenPOWER on IntegriCloud