summaryrefslogtreecommitdiffstats
path: root/src/build/simics/combined.simics
diff options
context:
space:
mode:
authorAdam Muhle <armuhle@us.ibm.com>2013-04-08 10:29:19 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-04-25 10:28:47 -0500
commit4779125193ca3265ed79f94d8d2ae5604aa26a53 (patch)
tree3b2e740a2f605969a1a941ec23617cf67d3ce86a /src/build/simics/combined.simics
parentf244ccdc2487804c5ae40fe5dacc874da97ea051 (diff)
downloadtalos-hostboot-4779125193ca3265ed79f94d8d2ae5604aa26a53.tar.gz
talos-hostboot-4779125193ca3265ed79f94d8d2ae5604aa26a53.zip
Remove PNOR simics workarounds
Removing some old workarounds that are no longer needed as they are causing problems with the Brazos bringup Change-Id: I8c1db34e38f22b38a33a6cdbd0a9aa91f189889d Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3949 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/simics/combined.simics')
-rwxr-xr-xsrc/build/simics/combined.simics18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/build/simics/combined.simics b/src/build/simics/combined.simics
index 0c234e1b8..93800e3fd 100755
--- a/src/build/simics/combined.simics
+++ b/src/build/simics/combined.simics
@@ -1,7 +1,3 @@
-# Note : Assumes these vars were setup in startup.simics
-# $hb_masterproc : name of master proc chip object
-# $hb_pnor : name of pnor object associated with master proc
-
#If running in Hostboot Developer Environment, copies patched base
#and extended hostboot images onto the FSP so HWSV will load
#pached versions to PNOR instead of the default images
@@ -24,17 +20,3 @@ try {
}
}
} except { echo "ERROR: Failed to load tools in combined.simics." }
-
-# 4-byte PNOR addressing workaround for Defect SW170513.
-# Only needed in combined configs to enable FSP communication. Hostboot
-# PNOR DD covers hostboot access. Remove with RTC: 51500
-try {
- ($hb_pnor).sfc_master->state_three_bytes=0
-} except { echo "ERROR: Failed to run 4-byte PNOR address workaround in combined.simics." }
-
-# Manually set HB location till HWSV RTC 48188 is done
-try {
- ($hb_masterproc).proc_lbus_map.write 0x28e8 0xFFEF0000
-} except { echo "ERROR: Failed to set HB MMIO location workaround in combined.simics." }
-
-
OpenPOWER on IntegriCloud