summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2018-12-10 13:00:19 -0600
committerZane C. Shelley <zshelle@us.ibm.com>2018-12-12 21:47:05 -0600
commitb711fc5353d2677037157ea2bac98b89cc211e4c (patch)
treed3f1aa9d7845a3a6da0b4ccff5d18c2412f99f5a /src/usr/diag/prdf/common/plat
parent4e34d24e1cd6a3cbeaaf3af5622c3d1f2aaf3d6f (diff)
downloadtalos-hostboot-b711fc5353d2677037157ea2bac98b89cc211e4c.tar.gz
talos-hostboot-b711fc5353d2677037157ea2bac98b89cc211e4c.zip
PRD: Enable core unit checkstop analysis for Axone
Change-Id: Icc6f9eed5ea617e5800559c1e224e176c19a2c34 RTC: 199018 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69627 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69697 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/common/plat')
-rw-r--r--src/usr/diag/prdf/common/plat/p9/prdfP9Ec.C3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/common/plat/p9/prdfP9Ec.C b/src/usr/diag/prdf/common/plat/p9/prdfP9Ec.C
index 7f14ab1e8..60200084d 100644
--- a/src/usr/diag/prdf/common/plat/p9/prdfP9Ec.C
+++ b/src/usr/diag/prdf/common/plat/p9/prdfP9Ec.C
@@ -135,6 +135,7 @@ int32_t PostAnalysis( ExtensibleChip * i_chip,
}
PRDF_PLUGIN_DEFINE_NS( nimbus_ec, Ec, PostAnalysis );
PRDF_PLUGIN_DEFINE_NS( cumulus_ec, Ec, PostAnalysis );
+PRDF_PLUGIN_DEFINE_NS( axone_ec, Ec, PostAnalysis );
/**
* @brief Checks if this core has checkstopped as a side effect of its
@@ -252,6 +253,7 @@ int32_t PreAnalysis( ExtensibleChip * i_chip, STEP_CODE_DATA_STRUCT & io_sc,
}
PRDF_PLUGIN_DEFINE_NS( nimbus_ec, Ec, PreAnalysis );
PRDF_PLUGIN_DEFINE_NS( cumulus_ec, Ec, PreAnalysis );
+PRDF_PLUGIN_DEFINE_NS( axone_ec, Ec, PreAnalysis );
void checkCoreRePresent( ExtensibleChip * i_chip,
STEP_CODE_DATA_STRUCT & io_sc )
@@ -401,6 +403,7 @@ int32_t CheckCoreCheckstop( ExtensibleChip * i_chip,
}
PRDF_PLUGIN_DEFINE_NS( nimbus_ec, Ec, CheckCoreCheckstop );
PRDF_PLUGIN_DEFINE_NS( cumulus_ec, Ec, CheckCoreCheckstop );
+PRDF_PLUGIN_DEFINE_NS( axone_ec, Ec, CheckCoreCheckstop );
} // end namespace Ec
} // end namespace PRDF
OpenPOWER on IntegriCloud