summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJaymes Wilks <mjwilks@us.ibm.com>2018-03-28 14:06:39 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-04-13 13:33:48 -0400
commit21769fefa25ac75108b7690cfaa04607f1bdf11e (patch)
tree42c20276ec1782ffd621841fd7ff60c2d0c27c5f /src/include
parented8287f217ec8226efb1998964b1ba4f52d767f0 (diff)
downloadtalos-hostboot-21769fefa25ac75108b7690cfaa04607f1bdf11e.tar.gz
talos-hostboot-21769fefa25ac75108b7690cfaa04607f1bdf11e.zip
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 <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: ILYA SMIRNOV <ismirno@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/runtime/runtime.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/usr/runtime/runtime.H b/src/include/usr/runtime/runtime.H
index 3ed9d1fd4..c508cc13f 100644
--- a/src/include/usr/runtime/runtime.H
+++ b/src/include/usr/runtime/runtime.H
@@ -328,10 +328,12 @@ void rediscover_hdat( void );
* 1. CPU controls SP ATTN areas
* 2. SP_HOST_UNTRUSTED_COMM_AREA_ADDR
* 3. SBE FFDC
+ * @param[in] i_commBase The lowest addressable location in the system,
+ * derived from the HRMOR of the master node.
*
* @return errlHndl_t Returns nullptr on success; otherwise errlog
*/
-errlHndl_t openUntrustedSpCommArea();
+errlHndl_t openUntrustedSpCommArea(uint64_t i_commbase);
/**
* @brief Locates the offset of the HDAT structure as directed by the PAYLOAD
OpenPOWER on IntegriCloud