From 6b29b3829fc9ff676662c4e520c13ded41d070fd Mon Sep 17 00:00:00 2001 From: Louis Stermole Date: Mon, 16 Dec 2019 10:16:07 -0500 Subject: Change p9a_mss_freq to work on PROC_CHIP target Previously p9a_mss_freq ran on the MEM_PORT target, even though the freq domain is at the PROC_CHIP level. This change will allow DDIMMs to be binned to the same freq across the domain. Also removes a lot of FAPI_INF messages to reduce UT log size. Change-Id: I7d4e2ee8897fdd62c0672d96cc1731c7a14643dd Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/88736 Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: HWSV CI Reviewed-by: STEPHEN GLANCY Tested-by: Hostboot CI Dev-Ready: Louis Stermole Reviewed-by: Mark Pizzutillo Reviewed-by: Jennifer A Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89672 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M Crowell --- src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.H') diff --git a/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.H b/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.H index e4e20b050..ef3b57188 100644 --- a/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.H +++ b/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2018,2019 */ +/* Contributors Listed Below - COPYRIGHT 2018,2020 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -38,7 +38,7 @@ #include -typedef fapi2::ReturnCode (*p9a_mss_freq_FP_t) (const fapi2::Target&); +typedef fapi2::ReturnCode (*p9a_mss_freq_FP_t) (const fapi2::Target&); extern "C" { @@ -48,7 +48,7 @@ extern "C" /// @param[in] i_target port target /// @return FAPI2_RC_SUCCESS iff ok /// - fapi2::ReturnCode p9a_mss_freq( const fapi2::Target& i_target ); + fapi2::ReturnCode p9a_mss_freq( const fapi2::Target& i_target ); } -- cgit v1.2.1