summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2018-05-19 16:14:26 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-05-22 13:45:12 -0400
commit6165bafa7de9cf9af1f694f178f53f76ae0861f4 (patch)
tree54283bc6b42324c40861cbeb08dda13ca9204ae0 /src/usr
parent49f6c664792e8c6840ca7863917c6becb85d327b (diff)
downloadtalos-hostboot-6165bafa7de9cf9af1f694f178f53f76ae0861f4.tar.gz
talos-hostboot-6165bafa7de9cf9af1f694f178f53f76ae0861f4.zip
Centaur DD1.3 Bucket Support
Change-Id: I1a2730ce173995e4862e5b25d44cda8b55d39310 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59096 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: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/hdat/hdatutil.C1
-rw-r--r--src/usr/util/utilcommonattr.C3
2 files changed, 4 insertions, 0 deletions
diff --git a/src/usr/hdat/hdatutil.C b/src/usr/hdat/hdatutil.C
index 46b53818d..6c141065c 100644
--- a/src/usr/hdat/hdatutil.C
+++ b/src/usr/hdat/hdatutil.C
@@ -2083,6 +2083,7 @@ errlHndl_t hdatUpdateSMPLinkInfoData(hdatHDIFDataArray_t * i_SMPInfoFullPcrdHdrP
case 0x10:{l_freqList = const_cast<uint32_t *>(OBUS_PLL_FREQ_LIST_P9C_10); break; }
case 0x11:{l_freqList = const_cast<uint32_t *>(OBUS_PLL_FREQ_LIST_P9C_11); break; }
case 0x12:{l_freqList = const_cast<uint32_t *>(OBUS_PLL_FREQ_LIST_P9C_12); break; }
+ case 0x13:{l_freqList = const_cast<uint32_t *>(OBUS_PLL_FREQ_LIST_P9C_13); break; }
}
}
if(l_freqList == NULL)
diff --git a/src/usr/util/utilcommonattr.C b/src/usr/util/utilcommonattr.C
index 06ded7ca6..d64fca058 100644
--- a/src/usr/util/utilcommonattr.C
+++ b/src/usr/util/utilcommonattr.C
@@ -91,6 +91,9 @@ errlHndl_t getObusPllBucket(TARGETING::Target * i_chipTarget,
case 0x12:
l_freqList = OBUS_PLL_FREQ_LIST_P9C_12;
break;
+ case 0x13:
+ l_freqList = OBUS_PLL_FREQ_LIST_P9C_13;
+ break;
default:
TRACFCOMP(g_util_trace, "Unknown EC level 0x%x for CUMULUS",
l_chipECLevel);
OpenPOWER on IntegriCloud