From 4779125193ca3265ed79f94d8d2ae5604aa26a53 Mon Sep 17 00:00:00 2001 From: Adam Muhle Date: Mon, 8 Apr 2013 10:29:19 -0500 Subject: 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 --- src/build/simics/combined.simics | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/build') 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." } - - -- cgit v1.2.1