Skip to content

Commit

Permalink
Add hbrt_code_image to HDAT for OPAL/FSP
Browse files Browse the repository at this point in the history
Change-Id: I0e0bcf988efe52d8710b29083efdf4ae77a4b159
CQ:SW391803
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41785
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: Matt Derksen <mderkse1@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
cvswen authored and dcrowell77 committed Jun 20, 2017
1 parent 55ca56c commit 6a819aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/usr/runtime/populate_hbruntime.C
Original file line number Diff line number Diff line change
Expand Up @@ -1010,11 +1010,11 @@ errlHndl_t populate_HbRsvMem(uint64_t i_nodeId)
uint64_t l_prevDataSize = l_totalSizeAligned;


///////////////////////////////////////////////////
//////////////////////////////////////////////////////////
// HBRT image entry
// Only needed for OPAL on OP, data comes from a LID in other cases
if(TARGETING::is_sapphire_load() &&
(!INITSERVICE::spBaseServicesEnabled()))
// OPAL w/ FSP could get the hbrt image from the LID
// Include hbrt_code_image here to be consistent with P8
if(TARGETING::is_sapphire_load())
{
uint64_t l_hbrtImageAddr = 0x0;

Expand Down

0 comments on commit 6a819aa

Please sign in to comment.