summaryrefslogtreecommitdiffstats
path: root/src/usr/hdat/hdatmsarea.C
diff options
context:
space:
mode:
authorJayashankar Padath <jayashankar.padath@in.ibm.com>2016-12-12 03:10:50 -0600
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2017-01-12 16:48:28 -0500
commit3894e8b76643e16adb3089d975c106ae0f16aec3 (patch)
treee56ae690ff9555a2760e2a0aef0e37eb4adc0554 /src/usr/hdat/hdatmsarea.C
parentcaba5e2793fe5c021fead24b2157dc03d5b9133b (diff)
downloadtalos-hostboot-3894e8b76643e16adb3089d975c106ae0f16aec3.tar.gz
talos-hostboot-3894e8b76643e16adb3089d975c106ae0f16aec3.zip
HDAT: IPL Params and Ms Area changes
Change-Id: Ic457de49190cce47cf00b5d5317273af3e35b226 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33713 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: NAGENDRA K. GURRAM <nagendra.g@in.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/hdat/hdatmsarea.C')
-rwxr-xr-xsrc/usr/hdat/hdatmsarea.C7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/usr/hdat/hdatmsarea.C b/src/usr/hdat/hdatmsarea.C
index 70eb16a6b..ab3199f07 100755
--- a/src/usr/hdat/hdatmsarea.C
+++ b/src/usr/hdat/hdatmsarea.C
@@ -117,6 +117,13 @@ HdatMsArea::HdatMsArea(errlHndl_t &o_errlHndl,
iv_msId.hdatMsAreaId = i_msAreaId;
+ //TODO : RTC Story 161864
+ //For Nimbus based systems, FSI device path length is always zero so hard
+ //coding the values
+ //But for Cumulus/Centaur based systems, we need to get the actual data
+ iv_msId.hdatFsiDevicePathLen = 0;
+ memset(iv_msId.hdatFsiDevicePath, 0x00, 64);
+
iv_addrRngArrayHdr.hdatOffset = sizeof(hdatHDIFDataArray_t);
iv_addrRngArrayHdr.hdatArrayCnt = 0;
iv_addrRngArrayHdr.hdatAllocSize = sizeof(hdatMsAreaAddrRange_t);
OpenPOWER on IntegriCloud