diff options
| author | Zane Shelley <zshelle@us.ibm.com> | 2018-12-11 12:50:50 -0600 |
|---|---|---|
| committer | Zane C. Shelley <zshelle@us.ibm.com> | 2018-12-12 21:52:42 -0600 |
| commit | c517b8a501ae82f604b38e32b240a2461ebea69c (patch) | |
| tree | cc1227819347df36efb699c455fb9132ca7c76ff /src/usr/diag/prdf/common | |
| parent | 229ade5d23e7ab14710f973aa8983b55538260d9 (diff) | |
| download | talos-hostboot-c517b8a501ae82f604b38e32b240a2461ebea69c.tar.gz talos-hostboot-c517b8a501ae82f604b38e32b240a2461ebea69c.zip | |
PRD: TOD analysis support for Axone
Change-Id: I6031e7f6d9a2ce244e15b4a09c719044619d0b5b
RTC: 199021
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69686
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com>
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69701
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')
| -rw-r--r-- | src/usr/diag/prdf/common/plat/p9/prdfP9TodPlugins.C | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/common/plat/p9/prdfP9TodPlugins.C b/src/usr/diag/prdf/common/plat/p9/prdfP9TodPlugins.C index 3261c7100..7cd3a7a68 100644 --- a/src/usr/diag/prdf/common/plat/p9/prdfP9TodPlugins.C +++ b/src/usr/diag/prdf/common/plat/p9/prdfP9TodPlugins.C @@ -969,6 +969,7 @@ int32_t todStepCheckFault( ExtensibleChip * i_chip, } PRDF_PLUGIN_DEFINE_NS( nimbus_proc, Proc, todStepCheckFault ); PRDF_PLUGIN_DEFINE_NS( cumulus_proc, Proc, todStepCheckFault ); +PRDF_PLUGIN_DEFINE_NS( axone_proc, Proc, todStepCheckFault ); /** * @brief Request for creation of a new back up topology. @@ -1032,6 +1033,7 @@ int32_t todNewTopologyIfBackupMDMT( ExtensibleChip * i_chip, } PRDF_PLUGIN_DEFINE_NS( nimbus_proc, Proc, todNewTopologyIfBackupMDMT ); PRDF_PLUGIN_DEFINE_NS( cumulus_proc, Proc, todNewTopologyIfBackupMDMT ); +PRDF_PLUGIN_DEFINE_NS( axone_proc, Proc, todNewTopologyIfBackupMDMT ); /** @@ -1056,6 +1058,7 @@ int32_t requestTopologySwitch( ExtensibleChip * i_chip, } PRDF_PLUGIN_DEFINE_NS( nimbus_proc, Proc, requestTopologySwitch ); PRDF_PLUGIN_DEFINE_NS( cumulus_proc, Proc, requestTopologySwitch ); +PRDF_PLUGIN_DEFINE_NS( axone_proc, Proc, requestTopologySwitch ); /** * @brief Checks if TOD error analysis is disabled on platform. @@ -1092,6 +1095,7 @@ int32_t isTodDisabled( ExtensibleChip * i_chip, } PRDF_PLUGIN_DEFINE_NS( nimbus_proc, Proc, isTodDisabled ); PRDF_PLUGIN_DEFINE_NS( cumulus_proc, Proc, isTodDisabled ); +PRDF_PLUGIN_DEFINE_NS( axone_proc, Proc, isTodDisabled ); } //namespace Proc ends |

