diff options
| author | Joe McGill <jmcgill@us.ibm.com> | 2017-07-21 07:53:33 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 18:36:08 -0500 |
| commit | 0917495d25ba0f0b56efc9bc7e02e4d551972c2e (patch) | |
| tree | dace13ecccb951ab15aa30c0a7003f8ee915ed1b /import/chips/p9/common/include | |
| parent | 753ad4af1a7b2cbf16e80d5ce6a96ecceb0c395b (diff) | |
| download | talos-hcode-0917495d25ba0f0b56efc9bc7e02e4d551972c2e.tar.gz talos-hcode-0917495d25ba0f0b56efc9bc7e02e4d551972c2e.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>
Diffstat (limited to 'import/chips/p9/common/include')
| -rw-r--r-- | import/chips/p9/common/include/p9_frequency_buckets.H | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/import/chips/p9/common/include/p9_frequency_buckets.H b/import/chips/p9/common/include/p9_frequency_buckets.H index 359e629a..ed30ff2b 100644 --- a/import/chips/p9/common/include/p9_frequency_buckets.H +++ b/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 }; |

