From 23e5c485a4f78458543219250c300ade36400ef3 Mon Sep 17 00:00:00 2001 From: Soma BhanuTej Date: Sun, 6 May 2018 22:30:09 -0400 Subject: Adding p9c DD13 support -> p9_sim_model_boot.C -> p9_frequency_bucket.H -> cronus_auto_settings.H Change-Id: Ic3b099c7e43d673d861c83f33caede27f9b5d10e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58402 Tested-by: FSP CI Jenkins Dev-Ready: Soma Bhanutej Reviewed-by: Benjamin Gass Tested-by: Jenkins Server Tested-by: HWSV CI Tested-by: PPE CI Reviewed-by: Brent Wieman Tested-by: Hostboot CI Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58456 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 | 7 +++++++ 1 file changed, 7 insertions(+) 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 5225da23b..ab6af1b5d 100644 --- a/src/import/chips/p9/common/include/p9_frequency_buckets.H +++ b/src/import/chips/p9/common/include/p9_frequency_buckets.H @@ -127,6 +127,13 @@ const uint32_t OBUS_PLL_FREQ_LIST_P9C_12[OBUS_PLL_FREQ_BUCKETS] = 1601 }; +const uint32_t OBUS_PLL_FREQ_LIST_P9C_13[OBUS_PLL_FREQ_BUCKETS] = +{ + 1611, + 1250, + 1601 +}; + const uint32_t OBUS_PLL_FREQ_LIST_P9A_10[OBUS_PLL_FREQ_BUCKETS] = { 1611, -- cgit v1.2.1