summaryrefslogtreecommitdiffstats
path: root/src/hwpf
diff options
context:
space:
mode:
authorRaja Das <rajadas2@in.ibm.com>2018-09-21 04:46:35 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2018-09-21 05:57:59 -0500
commit26acfd0fd5e7df0053336bd8ee1baba9e1e926dc (patch)
treeccc7f55bdaaa8f947c649810577e8d587d819a32 /src/hwpf
parented95ad23449b85791d32c9b171c41d254e989f92 (diff)
downloadtalos-sbe-26acfd0fd5e7df0053336bd8ee1baba9e1e926dc.tar.gz
talos-sbe-26acfd0fd5e7df0053336bd8ee1baba9e1e926dc.zip
Simics check in case of spless system before modifying HRMOR to 4GB
Change-Id: Ife2ae7699350a8570ed212cfaaf1feff4a6c894b Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66457 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/hwpf')
-rw-r--r--src/hwpf/target.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hwpf/target.C b/src/hwpf/target.C
index fc4a6437..c95463c1 100644
--- a/src/hwpf/target.C
+++ b/src/hwpf/target.C
@@ -233,7 +233,7 @@ extern fapi2::ReturnCode
FAPI_TRY(PLAT_ATTR_INIT(fapi2::ATTR_IS_MPIPL, FAPI_SYSTEM, isMpIpl));
l_tempReg.extractToRight<3, 1>(isSpMode);
- if(!isSpMode)
+ if(!isSpMode && !SBE::isSimicsRunning())
{
FAPI_DBG("Set up ATTR_HOSTBOOT_HRMOR_OFFSET in SPless mode");
uint64_t hrmor = HRMOR_FOR_SPLESS_MODE;
OpenPOWER on IntegriCloud