summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/nest_chiplets
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2014-11-13 12:47:31 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-01-16 10:10:54 -0600
commita59dccb2db8eabad2b756b9207e28a0e72aa7cbc (patch)
treede09149cbedd5e57fef42a21beab6a67f44eea4f /src/usr/hwpf/hwp/nest_chiplets
parentf2f75404fafd6d6e7e52a5b901665165ab61b625 (diff)
downloadtalos-hostboot-a59dccb2db8eabad2b756b9207e28a0e72aa7cbc.tar.gz
talos-hostboot-a59dccb2db8eabad2b756b9207e28a0e72aa7cbc.zip
P8+ VPO - HB supports to istep 7 for NVLINK test
Change-Id: I79ec79e1601ae51bf759b80a07c5b4cf2d97fc5c RTC: 95236 Depends-On: I19823ac32a963d7072d21140b828c30ab326a19f Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14468 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/nest_chiplets')
-rw-r--r--src/usr/hwpf/hwp/nest_chiplets/nest_chiplets.C7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/usr/hwpf/hwp/nest_chiplets/nest_chiplets.C b/src/usr/hwpf/hwp/nest_chiplets/nest_chiplets.C
index 5f54ae9e0..a86dc56db 100644
--- a/src/usr/hwpf/hwp/nest_chiplets/nest_chiplets.C
+++ b/src/usr/hwpf/hwp/nest_chiplets/nest_chiplets.C
@@ -59,6 +59,7 @@
#include <devicefw/userif.H>
#include <vpd/mvpdenums.H>
+#include <config.h>
// -- prototype includes --
// Add any customized routines that you don't want overwritten into
@@ -427,6 +428,12 @@ errlHndl_t customizeChipRegions(TARGETING::Target* i_procTarget)
l_chipRegionData[l_chipRegionIndex]<<PG_START_POS;
}
+// VPO uses fake VPD, the chip region to be enabled should be set to 0x0F80000000000000
+// Note: A new H file can be created to be a centralized place to define VPO constant like this one.
+#ifdef CONFIG_VPO_COMPILE
+ l_chipRegionData[2] = 0x0F80000000000000;
+#endif
+
TRACDBIN(ISTEPS_TRACE::g_trac_isteps_trace,
"Binary dump of ATTR_CHIP_REGIONS_TO_ENABLE:",
l_chipRegionData,sizeof(ATTR_CHIP_REGIONS_TO_ENABLE_type));
OpenPOWER on IntegriCloud