summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/plat/mem/prdfMemDynDealloc.C
diff options
context:
space:
mode:
authorCaleb Palmer <cnpalmer@us.ibm.com>2019-06-26 10:47:28 -0500
committerZane C Shelley <zshelle@us.ibm.com>2019-07-30 09:22:32 -0500
commit6751459c351f789c3083a3c52d8228cd18e510a8 (patch)
tree083f90f6fe7eb16cc7472c11ffed5d548f616f5f /src/usr/diag/prdf/plat/mem/prdfMemDynDealloc.C
parent81c225bcaa59113787e25a5b96ad0905946e7379 (diff)
downloadtalos-hostboot-6751459c351f789c3083a3c52d8228cd18e510a8.tar.gz
talos-hostboot-6751459c351f789c3083a3c52d8228cd18e510a8.zip
PRD: Axone MemEccAnalysis Updates
Change-Id: Id553eb5d4ab2dd716331f7ffbda12b18096bd2bd RTC: 208211 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/80110 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81057 Reviewed-by: Zane C Shelley <zshelle@us.ibm.com> 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/plat/mem/prdfMemDynDealloc.C')
-rw-r--r--src/usr/diag/prdf/plat/mem/prdfMemDynDealloc.C2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/plat/mem/prdfMemDynDealloc.C b/src/usr/diag/prdf/plat/mem/prdfMemDynDealloc.C
index 9286a31ee..054a35a27 100644
--- a/src/usr/diag/prdf/plat/mem/prdfMemDynDealloc.C
+++ b/src/usr/diag/prdf/plat/mem/prdfMemDynDealloc.C
@@ -1140,6 +1140,7 @@ int32_t rank( ExtensibleChip * i_chip, MemRank i_rank )
}
template int32_t rank<TYPE_MCA>( ExtensibleChip * i_chip, MemRank i_rank );
template int32_t rank<TYPE_MBA>( ExtensibleChip * i_chip, MemRank i_rank );
+template int32_t rank<TYPE_OCMB_CHIP>(ExtensibleChip * i_chip, MemRank i_rank);
//------------------------------------------------------------------------------
@@ -1189,6 +1190,7 @@ int32_t port( ExtensibleChip * i_chip )
}
template int32_t port<TYPE_MCA>( ExtensibleChip * i_chip );
template int32_t port<TYPE_MBA>( ExtensibleChip * i_chip );
+template int32_t port<TYPE_OCMB_CHIP>( ExtensibleChip * i_chip );
//------------------------------------------------------------------------------
OpenPOWER on IntegriCloud