diff options
| author | Marty Gloff <mgloff@us.ibm.com> | 2017-03-14 16:49:25 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-04-30 00:07:49 -0400 |
| commit | 4dfeb42e05752fb81b699cb7022677d5511f664b (patch) | |
| tree | bd8ed6d0cf493bb8669e02e9372d130ef1a808e8 /src/usr/runtime | |
| parent | 75d116c859dfac3cf279fb99c35a8e18fb44c2db (diff) | |
| download | blackbird-hostboot-4dfeb42e05752fb81b699cb7022677d5511f664b.tar.gz blackbird-hostboot-4dfeb42e05752fb81b699cb7022677d5511f664b.zip | |
SBE message passing interface - Testing
Create testcase to test SBE message passing.
Change-Id: I596115d96d989dbee41070c4b9e419d2043494ae
RTC: 170764
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38170
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/runtime')
| -rw-r--r-- | src/usr/runtime/populate_hbruntime.C | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/usr/runtime/populate_hbruntime.C b/src/usr/runtime/populate_hbruntime.C index 93ed6e4ee..56c320193 100644 --- a/src/usr/runtime/populate_hbruntime.C +++ b/src/usr/runtime/populate_hbruntime.C @@ -1042,6 +1042,13 @@ errlHndl_t populate_HbRsvMem(uint64_t i_nodeId) traceHbRsvMemRange(l_rngPtr); + // Loop through all functional Procs + for (const auto & l_procChip: l_procChips) + { + l_procChip->setAttr<TARGETING::ATTR_SBE_COMM_ADDR>(l_sbeCommAddr); + + } + // SBE FFDC entry uint64_t l_sbeffdcAddr = 0x0; |

