From 21769fefa25ac75108b7690cfaa04607f1bdf11e Mon Sep 17 00:00:00 2001 From: Jaymes Wilks Date: Wed, 28 Mar 2018 14:06:39 -0500 Subject: Multinode SBE Window Support Code for SP ATTN, COMM, and SBE FFDC areas has been extended to all chips/nodes. The COMM area base address calculation is now updated to use the lowest addressable location for the master node. Change-Id: Ib02e62958a520c60e4bcc5bd9d4c4257893adbd9 RTC:189038 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56614 Tested-by: Jenkins Server Reviewed-by: Nicholas E. Bofferding Reviewed-by: ILYA SMIRNOV Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Michael Baiocchi Reviewed-by: Daniel M. Crowell --- src/usr/runtime/populate_hbruntime.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr/runtime/populate_hbruntime.C') diff --git a/src/usr/runtime/populate_hbruntime.C b/src/usr/runtime/populate_hbruntime.C index f2f23b31e..aa077ca5c 100644 --- a/src/usr/runtime/populate_hbruntime.C +++ b/src/usr/runtime/populate_hbruntime.C @@ -3224,7 +3224,7 @@ errlHndl_t persistent_rwAttrRuntimeCheck( void ) return l_err; } // end persistent_rwAttrRuntimeCheck -errlHndl_t openUntrustedSpCommArea() +errlHndl_t openUntrustedSpCommArea(const uint64_t i_commBase) { TRACFCOMP( g_trac_runtime, ENTER_MRK "openUntrustedSpCommArea()"); errlHndl_t l_err = nullptr; @@ -3300,7 +3300,7 @@ errlHndl_t openUntrustedSpCommArea() if(TARGETING::is_phyp_load()) { l_err = SBEIO::openUnsecureMemRegion( - RUNTIME::SP_HOST_UNTRUSTED_COMM_AREA_ADDR, + i_commBase, RUNTIME::SP_HOST_UNTRUSTED_COMM_AREA_SIZE, true, //true=Read-Write l_procChip); -- cgit v1.2.1