summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2018-04-19 06:16:15 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-04-24 11:01:32 -0400
commit2080a1c618c0967fc682b014515ed32ff229eeef (patch)
treecc380ce5a4ebe602fa652da34414b3bffb38ba69
parent375c0243b96c08cf0975a9f9bf6565cb0f7bd4c4 (diff)
downloadtalos-hostboot-2080a1c618c0967fc682b014515ed32ff229eeef.tar.gz
talos-hostboot-2080a1c618c0967fc682b014515ed32ff229eeef.zip
Add support for P9C 1.2 and P9N 2.3 in scom xlate
Change-Id: I1763721f3d37ea685e761310ff0fe14a43d89707 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57454 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: Thi N. Tran <thi@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/usr/scom/scomtrans.C5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/scom/scomtrans.C b/src/usr/scom/scomtrans.C
index 78787ca7d..06cf404fc 100644
--- a/src/usr/scom/scomtrans.C
+++ b/src/usr/scom/scomtrans.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2017 */
+/* Contributors Listed Below - COPYRIGHT 2012,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -999,6 +999,7 @@ uint32_t getChipLevel (TARGETING::Target* i_target)
case(0x20):
case(0x21):
case(0x22):
+ case(0x23):
l_chipLevel = P9N_DD2_SI_MODE;
break;
@@ -1017,6 +1018,8 @@ uint32_t getChipLevel (TARGETING::Target* i_target)
{
case(0x10):
case(0x11):
+ case(0x12):
+ case(0x13):
l_chipLevel = P9C_DD1_SI_MODE;
break;
case(0x20):
OpenPOWER on IntegriCloud