summaryrefslogtreecommitdiffstats
path: root/src/import/chips
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2018-01-12 09:26:30 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2018-02-08 09:40:01 -0500
commit1f773f1f298361bc64ebd97859a997e400e4442d (patch)
treeca00966b4687360a62b7bb36be34f27fff624413 /src/import/chips
parent69f0bcd5c8937fa8cd97d7c2b097e44fd6cf7f26 (diff)
downloadtalos-sbe-1f773f1f298361bc64ebd97859a997e400e4442d.tar.gz
talos-sbe-1f773f1f298361bc64ebd97859a997e400e4442d.zip
update OBUS PLL buckets for p9n dd22, p9c dd11
p9n dd22 -> swap bucket1, bucket3 content bucket1 will now produce 25.78125 bucket3 will now produce 25.00000 p9c dd11 -> replace bucket3 content bucket3 will now produce 25.625 initfile changes are comment only -- no change in EMTS Change-Id: Ie49b9b4af81358ee8fa831ffe8fd2c33650dcc50 CQ: HW433692 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51851 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+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: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51878 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/chips')
-rw-r--r--src/import/chips/p9/common/include/p9_frequency_buckets.H12
1 files changed, 6 insertions, 6 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 22ae154b..6f276654 100644
--- a/src/import/chips/p9/common/include/p9_frequency_buckets.H
+++ b/src/import/chips/p9/common/include/p9_frequency_buckets.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016,2017 */
+/* Contributors Listed Below - COPYRIGHT 2016,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -94,9 +94,9 @@ const uint32_t OBUS_PLL_FREQ_LIST_P9N_21[OBUS_PLL_FREQ_BUCKETS] =
const uint32_t OBUS_PLL_FREQ_LIST_P9N_22[OBUS_PLL_FREQ_BUCKETS] =
{
- 1563,
+ 1611,
1250,
- 1611
+ 1563
};
const uint32_t OBUS_PLL_FREQ_LIST_P9C_10[OBUS_PLL_FREQ_BUCKETS] =
@@ -106,14 +106,14 @@ const uint32_t OBUS_PLL_FREQ_LIST_P9C_10[OBUS_PLL_FREQ_BUCKETS] =
1611
};
-const uint32_t OBUS_PLL_FREQ_LIST_P9A_10[OBUS_PLL_FREQ_BUCKETS] =
+const uint32_t OBUS_PLL_FREQ_LIST_P9C_11[OBUS_PLL_FREQ_BUCKETS] =
{
1611,
1250,
- 1611
+ 1601
};
-const uint32_t OBUS_PLL_FREQ_LIST_P9C_11[OBUS_PLL_FREQ_BUCKETS] =
+const uint32_t OBUS_PLL_FREQ_LIST_P9A_10[OBUS_PLL_FREQ_BUCKETS] =
{
1611,
1250,
OpenPOWER on IntegriCloud