diff options
| author | Ben Gass <bgass@us.ibm.com> | 2018-03-09 16:00:21 -0600 |
|---|---|---|
| committer | hostboot <hostboot@us.ibm.com> | 2018-03-22 14:05:05 -0500 |
| commit | 492689505710fec2a05070cde52a09fea12f1006 (patch) | |
| tree | 143889b0db515f97395060ee2e664cda4e7b043c | |
| parent | 4805faff4328c663513ffc90fa975f70420fd175 (diff) | |
| download | talos-hcode-492689505710fec2a05070cde52a09fea12f1006.tar.gz talos-hcode-492689505710fec2a05070cde52a09fea12f1006.zip | |
Add p9n 2.3 to p9_frequency_buckets.H
Change-Id: I06f679f555c5dfd0a66f5b9bc5ff1e3424c4aae7
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55383
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
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>
Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Dev-Ready: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
| -rw-r--r-- | import/chips/p9/common/include/p9_frequency_buckets.H | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/import/chips/p9/common/include/p9_frequency_buckets.H b/import/chips/p9/common/include/p9_frequency_buckets.H index 75e2f87d..3c3a1f8d 100644 --- a/import/chips/p9/common/include/p9_frequency_buckets.H +++ b/import/chips/p9/common/include/p9_frequency_buckets.H @@ -99,6 +99,13 @@ const uint32_t OBUS_PLL_FREQ_LIST_P9N_22[OBUS_PLL_FREQ_BUCKETS] = 1563 }; +const uint32_t OBUS_PLL_FREQ_LIST_P9N_23[OBUS_PLL_FREQ_BUCKETS] = +{ + 1611, + 1250, + 1563 +}; + const uint32_t OBUS_PLL_FREQ_LIST_P9C_10[OBUS_PLL_FREQ_BUCKETS] = { 1601, |

