From 85c6e9b232369e30f93eefaf4aae2c2db0732495 Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Wed, 11 Oct 2017 16:39:48 -0500 Subject: 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 Tested-by: Jenkins Server Tested-by: HWSV CI Tested-by: PPE CI Tested-by: Hostboot CI Tested-by: FSP CI Jenkins Reviewed-by: Thi N. Tran Reviewed-by: Matt K. Light Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48269 Reviewed-by: Sachin Gupta --- .../chips/p9/common/include/p9_frequency_buckets.H | 2 +- .../xml/attribute_info/chip_ec_attributes.xml | 51 +++++++++++++++++++++- 2 files changed, 50 insertions(+), 3 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 d05afba3..39c84bc7 100644 --- a/src/import/chips/p9/common/include/p9_frequency_buckets.H +++ b/src/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 }; diff --git a/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml index 734baefc..7d8f8c37 100644 --- a/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml +++ b/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml @@ -308,8 +308,7 @@ ATTR_CHIP_EC_FEATURE_HW407180 TARGET_TYPE_PROC_CHIP - Filter pll setting differences. - Cumulus matches nimbus dd2. + Apply Nimbus DD1 specific filter PLL settings @@ -322,6 +321,54 @@ + + ATTR_CHIP_EC_FEATURE_HW423532 + TARGET_TYPE_PROC_CHIP + + Apply bgoffset m1 to filter PLLs + + + + ENUM_ATTR_NAME_NIMBUS + + 0x21 + GREATER_THAN_OR_EQUAL + + + + ENUM_ATTR_NAME_CUMULUS + + 0x11 + GREATER_THAN_OR_EQUAL + + + + + + + ATTR_CHIP_EC_FEATURE_HW423535 + TARGET_TYPE_PROC_CHIP + + Apply bandwidth updates to filter PLLs + OBUS Tank PLL + + + + ENUM_ATTR_NAME_NIMBUS + + 0x22 + GREATER_THAN_OR_EQUAL + + + + ENUM_ATTR_NAME_CUMULUS + + 0x10 + GREATER_THAN_OR_EQUAL + + + + + ATTR_CHIP_EC_FEATURE_HW365079 TARGET_TYPE_PROC_CHIP -- cgit v1.2.1