summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/common
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2018-01-12 09:26:30 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-02-01 10:00:00 -0500
commitc2816fc79f84bf6fd892bf43b6a208f310da2098 (patch)
treebd28c4d78f305f89ec4d1ce2d6f11a024d31e6f5 /src/import/chips/p9/common
parent1d70cbbeba50649f8a6b29d0902a1702885959b2 (diff)
downloadtalos-hostboot-c2816fc79f84bf6fd892bf43b6a208f310da2098.tar.gz
talos-hostboot-c2816fc79f84bf6fd892bf43b6a208f310da2098.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/51880 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/common')
-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 8a7c573b5..f3337546a 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 HostBoot 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