summaryrefslogtreecommitdiffstats
path: root/src/usr/mbox
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2018-01-23 11:18:51 -0600
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-02-06 11:45:12 -0500
commitfd27bc6d28c5a4807e6bae32bf04fe02030d5636 (patch)
tree6e8cd9729194ce4b538bd90b1f8cd6292855defb /src/usr/mbox
parent480f31bfceaa2f393e44480dfebbcdf56b771017 (diff)
downloadblackbird-hostboot-fd27bc6d28c5a4807e6bae32bf04fe02030d5636.tar.gz
blackbird-hostboot-fd27bc6d28c5a4807e6bae32bf04fe02030d5636.zip
Enable multi-drawer hdat construction
-Enable IPC message to drawers to populate hdat -Update HDAT HB reserved memory pointer allocation to be based on the number of drawers in the system -Modify reserved memory pointer allocator to allow drawer specific range of reserved memory pointers -Duplicate data in hdat will be resolved with a follow on commit. Change-Id: I8093a0aac36fbd3d6642db6a1595caa020fd6e78 RTC:186290 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52655 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@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: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/mbox')
-rw-r--r--src/usr/mbox/ipcSp.C8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/usr/mbox/ipcSp.C b/src/usr/mbox/ipcSp.C
index ce32fb233..2004c6f91 100644
--- a/src/usr/mbox/ipcSp.C
+++ b/src/usr/mbox/ipcSp.C
@@ -110,13 +110,11 @@ void IpcSp::msgHandler()
mod_loaded = true;
}
}
+
if(!err)
{
- //@TODO RTC:132750
- //RUNTIME::setPayloadBaseAddress
- // (reinterpret_cast<uint64_t>(msg->extra_data));
-
- //err = RUNTIME::populate_node_attributes( msg->data[0] );
+ // msg->data[0] contains the node number
+ err = RUNTIME::populate_HbRsvMem( msg->data[0] );
}
if (err)
OpenPOWER on IntegriCloud