summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/common/include/p9_frequency_buckets.H
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2017-07-21 07:53:33 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2017-07-27 17:57:59 -0400
commit74a5bd2d0006fe0b2e4511ccaae605b60b2d096d (patch)
treed550f676e63d060dc0b64c0a4b71c29f2bea57a6 /src/import/chips/p9/common/include/p9_frequency_buckets.H
parentdcf959c22389242b285ff3e34279b883b3149035 (diff)
downloadtalos-hostboot-74a5bd2d0006fe0b2e4511ccaae605b60b2d096d.tar.gz
talos-hostboot-74a5bd2d0006fe0b2e4511ccaae605b60b2d096d.zip
p9.obus.pll.scan.initfile -- adjust Nimbus DD2 POR to 25gbs
Change-Id: I551322dcaaf57cdcb76371eef4da4f5976501725 CQ: HW416892 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43424 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Camille R. Mann <camille@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43427 Reviewed-by: Hostboot Team <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: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/common/include/p9_frequency_buckets.H')
-rw-r--r--src/import/chips/p9/common/include/p9_frequency_buckets.H25
1 files changed, 23 insertions, 2 deletions
diff --git a/src/import/chips/p9/common/include/p9_frequency_buckets.H b/src/import/chips/p9/common/include/p9_frequency_buckets.H
index 892cc5f22..42b2290e8 100644
--- a/src/import/chips/p9/common/include/p9_frequency_buckets.H
+++ b/src/import/chips/p9/common/include/p9_frequency_buckets.H
@@ -71,9 +71,30 @@ const uint8_t OBUS_PLL_FREQ_BUCKETS = 3;
// OBUS PLL frequency in MHz
// index is bucket number
-const uint32_t OBUS_PLL_FREQ_LIST[OBUS_PLL_FREQ_BUCKETS] =
+const uint32_t OBUS_PLL_FREQ_LIST_P9N_10[OBUS_PLL_FREQ_BUCKETS] =
+{
+ 1250,
+ 1250,
+ 1611
+};
+
+const uint32_t OBUS_PLL_FREQ_LIST_P9N_20[OBUS_PLL_FREQ_BUCKETS] =
+{
+ 1563,
+ 1250,
+ 1611
+};
+
+const uint32_t OBUS_PLL_FREQ_LIST_P9N_21[OBUS_PLL_FREQ_BUCKETS] =
+{
+ 1563,
+ 1250,
+ 1611
+};
+
+const uint32_t OBUS_PLL_FREQ_LIST_P9C_10[OBUS_PLL_FREQ_BUCKETS] =
{
1611,
1250,
- 1200
+ 1611
};
OpenPOWER on IntegriCloud