summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/procedures/hwp/perv/p9_sbe_setup_boot_freq.C
diff options
context:
space:
mode:
authorJoe Dery <dery@us.ibm.com>2016-07-07 17:35:49 -0400
committerSachin Gupta <sgupta2m@in.ibm.com>2016-07-11 03:34:13 -0400
commited0cbedef5e5f384f4fd8a375148f46889cbb826 (patch)
treefa3962c5a6e2990bb6a3f335f76527886232127d /import/chips/p9/procedures/hwp/perv/p9_sbe_setup_boot_freq.C
parent6d44d949271a17e0c1c1eb2409c80aa33e16aa06 (diff)
downloadtalos-sbe-ed0cbedef5e5f384f4fd8a375148f46889cbb826.tar.gz
talos-sbe-ed0cbedef5e5f384f4fd8a375148f46889cbb826.zip
attributes: use ATTR_BOOT_FREQ_MULT (drop FMULT), fix VBU sc/mc EP03 ATTR_PG
base_hwp_attribute_file: DPLL ATTR_BOOT_FREQ_MULT 0x2B (3GHz at 15ns ref) sc/mc: change EP03 (perv c19) ATTR_PG value to 0xE288 (EX1 good) *attributes.xml: drop ATTR_BOOT_FMULT, redundant with ATTR_BOOT_FREQ_MULT p9_sbe_setup_boot_freq.C: ATTR_BOOT_FMULT to ATTR_BOOT_FREQ_MULT in usage p9_sbe_setup_boot_freq.H: ATTR_BOOT_FMULT to ATTR_BOOT_FREQ_MULT in comment p9_gpe_trace_setup.H: ATTR_BOOT_FMULT to ATTR_BOOT_FREQ_MULT in comment Change-Id: Ibc9719ec88a724ca58534e2874b44d3f0033d3df Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26749 Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Kevin F. Reick <reick@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26771 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'import/chips/p9/procedures/hwp/perv/p9_sbe_setup_boot_freq.C')
-rw-r--r--import/chips/p9/procedures/hwp/perv/p9_sbe_setup_boot_freq.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/import/chips/p9/procedures/hwp/perv/p9_sbe_setup_boot_freq.C b/import/chips/p9/procedures/hwp/perv/p9_sbe_setup_boot_freq.C
index 98de3f08..3eb2c501 100644
--- a/import/chips/p9/procedures/hwp/perv/p9_sbe_setup_boot_freq.C
+++ b/import/chips/p9/procedures/hwp/perv/p9_sbe_setup_boot_freq.C
@@ -7,7 +7,7 @@
/* */
/* EKB Project */
/* */
-/* COPYRIGHT 2015 */
+/* COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -71,7 +71,7 @@ BootFreqInitAttributes(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_targ
i_boot_frequency_multiplier = DEFAULT_BOOT_FREQUENCY_MULTIPLIER;
- FAPI_TRY(FAPI_ATTR_GET(fapi2::ATTR_BOOT_FMULT, i_target, i_boot_frequency_multiplier));
+ FAPI_TRY(FAPI_ATTR_GET(fapi2::ATTR_BOOT_FREQ_MULT, i_target, i_boot_frequency_multiplier));
// If attribute values are zero, use the default values (hardcoded)
OpenPOWER on IntegriCloud