diff options
| author | Joe McGill <jmcgill@us.ibm.com> | 2017-10-11 16:39:48 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 19:33:47 -0500 |
| commit | 12f4d93daeeb5bc457da396e6c71d934af35b049 (patch) | |
| tree | 2a668e207572a3c838ef4f9be23a1075615df898 /import/chips/p9/common/include | |
| parent | 7ec4055cf6dc83bd364cd1bd763cd8974f81f9ac (diff) | |
| download | talos-hcode-12f4d93daeeb5bc457da396e6c71d934af35b049.tar.gz talos-hcode-12f4d93daeeb5bc457da396e6c71d934af35b049.zip | |
PLL updates for filter BG, BW including OBUS tank coreqs
p9.filter.pll.scan.initfile
adjust BG offset to -1 for P9n DD2.[12], P9c DD1.1
apply BW updates to P9n DD2.2, P9c DD1.[01]
p9.obus.pll.scan.initfile
apply BW updates to P9n DD2.2, P9c DD1.[01]
with tests 108, 109, 110
p9_frequency_buckets:
default Cumulus OBUS bucket 0 to 25.625gbs
chip_ec_attributes.xml
add feature attributes for BG, BW controls
Change-Id: I5e06da5267db70bb1d6e6eae066611577d32ac7b
CQ: HW423532
CQ: HW423535
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48267
Reviewed-by: Ann C. Wu <annchen@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>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import/chips/p9/common/include')
| -rw-r--r-- | import/chips/p9/common/include/p9_frequency_buckets.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import/chips/p9/common/include/p9_frequency_buckets.H b/import/chips/p9/common/include/p9_frequency_buckets.H index 79d57cbe..2ae708a9 100644 --- a/import/chips/p9/common/include/p9_frequency_buckets.H +++ b/import/chips/p9/common/include/p9_frequency_buckets.H @@ -101,7 +101,7 @@ const uint32_t OBUS_PLL_FREQ_LIST_P9N_22[OBUS_PLL_FREQ_BUCKETS] = const uint32_t OBUS_PLL_FREQ_LIST_P9C_10[OBUS_PLL_FREQ_BUCKETS] = { - 1611, + 1601, 1250, 1611 }; |

