diff options
| author | Prachi Gupta <pragupta@us.ibm.com> | 2016-08-19 14:56:39 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 16:17:16 -0500 |
| commit | 67e32f166e5b4dc646854c1572c9514b317f2dcf (patch) | |
| tree | fee4ea50945060f0799b6d649775d6df0f6c0d08 /import/chips/p9/common/include | |
| parent | b8ea14ad00a3694388aafd2a4541cf6c52ee355e (diff) | |
| download | talos-hcode-67e32f166e5b4dc646854c1572c9514b317f2dcf.tar.gz talos-hcode-67e32f166e5b4dc646854c1572c9514b317f2dcf.zip | |
Updates to incorporate pll bucket to freq mapping from a header file
- add support for FAPI_ATTR_SET in initfile platform
- If generating wrapper code for mem/nest pll bucket, then
call FAPI_ATTR_SET to set ATTR_FREQ_PB_MHZ and ATTR_MSS_FREQ
- remove attribute files for nest and mem pll buckets
Change-Id: I616fda35cb098d2c587c045ab1f7c5dede871b54
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28554
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@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 0f97d27c..5cb10ac6 100644 --- a/import/chips/p9/common/include/p9_frequency_buckets.H +++ b/import/chips/p9/common/include/p9_frequency_buckets.H @@ -55,7 +55,7 @@ const uint8_t MEM_PLL_FREQ_BUCKETS = 5; // MEM PLL frequency in MHz // index is bucket number -const uint32_t MEM_PLL_FREQ_LIST[MEM_FREQ_BUCKETS] = +const uint32_t MEM_PLL_FREQ_LIST[MEM_PLL_FREQ_BUCKETS] = { 1866, 2133, |

