Skip to content

Commit

Permalink
Temp workaround to skip filling in TPM info for RT on axone systems
Browse files Browse the repository at this point in the history
We hit issues during bringup when we tried to call the function that
fills in the info we need so we will skip for now.

Change-Id: I012476f0a67bc8f84dc12173db0b2daeef8ab05c
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81829
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matt Derksen <mderkse1@us.ibm.com>
Reviewed-by: Glenn Miles <milesg@ibm.com>
Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
  • Loading branch information
crgeddes authored and dcrowell77 committed Aug 8, 2019
1 parent 650345f commit 9bdc8a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/usr/runtime/populate_hbruntime.C
Expand Up @@ -2886,6 +2886,12 @@ errlHndl_t populate_hbTpmInfo()
// if single node system
if (!hb_images)
{
// TODO RTC: 214260 Remove workaround skipping the population
// of the TPM info for runtime on single node on Axone systems
#ifdef CONFIG_AXONE_BRING_UP
TRACFCOMP( g_trac_runtime, "SKIPPING populate_hbTpmInfo: Single node system");
break;
#endif
TRACDCOMP( g_trac_runtime, "populate_hbTpmInfo: Single node system");
l_elog = populate_TpmInfoByNode(0); // 0 for single node
if(l_elog != nullptr)
Expand Down

0 comments on commit 9bdc8a4

Please sign in to comment.