From e0788b7c4699408a17ed4377437cafa3cf4d0125 Mon Sep 17 00:00:00 2001 From: Ben Gass Date: Tue, 22 Aug 2017 18:47:43 -0500 Subject: Add OBUS pll freq list for Axone and p9n dd2.2 Change-Id: I3fece1e530fa9119ef8174529379019fa4a43ed8 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45014 Tested-by: FSP CI Jenkins Dev-Ready: Brent Wieman Tested-by: Jenkins Server Reviewed-by: Matt K. Light Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Soma Bhanutej Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45017 Reviewed-by: Hostboot Team Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- src/import/chips/p9/common/include/p9_frequency_buckets.H | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/import/chips/p9/common') 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 42b2290e8..44e9190a5 100644 --- a/src/import/chips/p9/common/include/p9_frequency_buckets.H +++ b/src/import/chips/p9/common/include/p9_frequency_buckets.H @@ -92,9 +92,23 @@ const uint32_t OBUS_PLL_FREQ_LIST_P9N_21[OBUS_PLL_FREQ_BUCKETS] = 1611 }; +const uint32_t OBUS_PLL_FREQ_LIST_P9N_22[OBUS_PLL_FREQ_BUCKETS] = +{ + 1563, + 1250, + 1611 +}; + const uint32_t OBUS_PLL_FREQ_LIST_P9C_10[OBUS_PLL_FREQ_BUCKETS] = { 1611, 1250, 1611 }; + +const uint32_t OBUS_PLL_FREQ_LIST_P9A_10[OBUS_PLL_FREQ_BUCKETS] = +{ + 1611, + 1250, + 1611 +}; -- cgit v1.2.1