summaryrefslogtreecommitdiffstats
path: root/src/build/simics
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2016-02-26 16:00:45 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-03-04 12:01:44 -0500
commit39eb454b71bdff31432a7994c4160c04882086df (patch)
tree5144aec5bb360ed79edf2669341e7730a367bafa /src/build/simics
parentbcafb757808072be63d2ec0c2e61bca63bcf866e (diff)
downloadtalos-hostboot-39eb454b71bdff31432a7994c4160c04882086df.tar.gz
talos-hostboot-39eb454b71bdff31432a7994c4160c04882086df.zip
P9: Enable SBE in hostboot standalone (nimbus model)
Change-Id: I8b1c3b2cf30c2f674905d34e67cfebe364f729ff RTC: 147953 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21354 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/simics')
-rwxr-xr-xsrc/build/simics/standalone.simics6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/build/simics/standalone.simics b/src/build/simics/standalone.simics
index 1dbc10b55..bd8d4fdb3 100755
--- a/src/build/simics/standalone.simics
+++ b/src/build/simics/standalone.simics
@@ -48,3 +48,9 @@ try {
run-python-file (lookup-file hbfw/ipmi_bt_responder.py)
} except { echo "ERROR: Failed to load IPMIresponder." }
+###################################
+#Enable SBE
+###################################
+echo "Enable the SBE"
+($hb_masterproc).sbe.mibo_space.write 0xc0000160 0x8000100000000000 8 -b
+($hb_masterproc).sbe.mibo_space.write 0xc00e0000 0x5000000000000000 8 -b
OpenPOWER on IntegriCloud