summaryrefslogtreecommitdiffstats
path: root/src/occ_405/trac
diff options
context:
space:
mode:
authorWilliam Bryan <wilbryan@us.ibm.com>2016-09-21 16:26:07 -0500
committerWilliam A. Bryan <wilbryan@us.ibm.com>2016-10-11 14:24:15 -0400
commit720dfdf376155029a429339f7f862232081ccca0 (patch)
tree6a8afaae1e7e2bce85a97c3642d2a9c486815018 /src/occ_405/trac
parentd1bd2d6019d90a86b4299004a40556a1da70e3c9 (diff)
downloadtalos-occ-720dfdf376155029a429339f7f862232081ccca0.tar.gz
talos-occ-720dfdf376155029a429339f7f862232081ccca0.zip
SSX Runtime Environment Check
RTC: 139829 Change-Id: Ic43ab936fd9d9b0d41270bbea50cd3969d9f8432 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30063 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Wael El-Essawy <welessa@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/occ_405/trac')
-rwxr-xr-xsrc/occ_405/trac/trac_interface.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/occ_405/trac/trac_interface.c b/src/occ_405/trac/trac_interface.c
index e31ec18..874ef4b 100755
--- a/src/occ_405/trac/trac_interface.c
+++ b/src/occ_405/trac/trac_interface.c
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2015 */
+/* Contributors Listed Below - COPYRIGHT 2011,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -74,13 +74,6 @@ uint8_t g_trac_inf_buffer[TRACE_BUFFER_SIZE] __attribute__ ((section (".inf_trac
uint8_t g_trac_err_buffer[TRACE_BUFFER_SIZE] __attribute__ ((section (".err_trac")));
uint8_t g_trac_imp_buffer[TRACE_BUFFER_SIZE] __attribute__ ((section (".imp_trac")));
-#if SIMICS_ENVIRONMENT
-// Necessary for use in Simics (to get address)
-uint8_t* g_trac_inf_buffer_ptr = g_trac_inf_buffer;
-uint8_t* g_trac_err_buffer_ptr = g_trac_err_buffer;
-uint8_t* g_trac_imp_buffer_ptr = g_trac_imp_buffer;
-#endif
-
// Need to modify the addTraceToErrl() function in errl.c when new trace buffer is added/removed
tracDesc_t g_trac_inf = (tracDesc_t) &g_trac_inf_buffer;
tracDesc_t g_trac_err = (tracDesc_t) &g_trac_err_buffer;
OpenPOWER on IntegriCloud