diff options
| author | Zane Shelley <zshelle@us.ibm.com> | 2019-05-15 12:20:11 -0500 |
|---|---|---|
| committer | Zane C. Shelley <zshelle@us.ibm.com> | 2019-05-16 09:24:29 -0500 |
| commit | 31aec74cbca784f43d166fb9571df8280b1c898c (patch) | |
| tree | 2feaa611cd8af802be7be7c429644a9d3837218b /src/usr/diag/prdf/common | |
| parent | 64f4f47ac448e645dcdf4eb94d327481cc42a8fb (diff) | |
| download | talos-hostboot-31aec74cbca784f43d166fb9571df8280b1c898c.tar.gz talos-hostboot-31aec74cbca784f43d166fb9571df8280b1c898c.zip | |
PRD: debug trace output update for OCMB models
Change-Id: I6da40fd2f4833dde2e2275b04fa390838a6e3f27
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77406
Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com>
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: Zane C. Shelley <zshelle@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/common')
| -rwxr-xr-x | src/usr/diag/prdf/common/plat/p9/prdfP9Configurator.C | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/diag/prdf/common/plat/p9/prdfP9Configurator.C b/src/usr/diag/prdf/common/plat/p9/prdfP9Configurator.C index 48a198155..664e4b35b 100755 --- a/src/usr/diag/prdf/common/plat/p9/prdfP9Configurator.C +++ b/src/usr/diag/prdf/common/plat/p9/prdfP9Configurator.C @@ -286,7 +286,7 @@ errlHndl_t PlatConfigurator::addDomainChips( TARGETING::TYPE i_type, { TYPE_MCC, axone_mcc }, { TYPE_OMIC, axone_omic }, } }, #ifdef __HOSTBOOT_MODULE - { POWER_CHIPID::EXPLORER, { { TYPE_OCMB_CHIP, explorer_ocmb }, } }, + { POWER_CHIPID::EXPLORER_16, { { TYPE_OCMB_CHIP, explorer_ocmb }, } }, #endif }; @@ -314,7 +314,7 @@ errlHndl_t PlatConfigurator::addDomainChips( TARGETING::TYPE i_type, model = getChipId( trgt ); // Skip Gemini OCMBs. They can exist, but PRD won't support them. - if ( POWER_CHIPID::GEMINI == model ) continue; + if ( POWER_CHIPID::GEMINI_16 == model ) continue; } #endif |

