summaryrefslogtreecommitdiffstats
path: root/src/occ_405/main.c
diff options
context:
space:
mode:
authorBill Hoffa <wghoffa@us.ibm.com>2017-06-09 15:54:47 -0500
committerWilliam A. Bryan <wilbryan@us.ibm.com>2017-07-21 15:25:31 -0400
commitc4b8c5c8953c984dc4908959b002be836a885dee (patch)
tree7d31332d5d0f7356da069f201e334d20a4d46e54 /src/occ_405/main.c
parent237557e36673c70772d163913581cb9dfd83c96d (diff)
downloadtalos-occ-c4b8c5c8953c984dc4908959b002be836a885dee.tar.gz
talos-occ-c4b8c5c8953c984dc4908959b002be836a885dee.zip
rt_xstop_analysis: initial commit to get pnor acceses working
Change-Id: I1d0e07bfbbc206b9ade87befdb0d86c5bcc4385a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43045 Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-by: ILYA SMIRNOV <ismirno@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/occ_405/main.c')
-rwxr-xr-xsrc/occ_405/main.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/occ_405/main.c b/src/occ_405/main.c
index 61f9f99..ded10ed 100755
--- a/src/occ_405/main.c
+++ b/src/occ_405/main.c
@@ -53,7 +53,7 @@
#include <amec_health.h>
#include <amec_freq.h>
#include "scom.h"
-//#include <fir_data_collect.h>
+#include <fir_data_collect.h>
#include <pss_service_codes.h>
#include <dimm.h>
#include "occhw_shared_data.h"
@@ -62,6 +62,12 @@
#include <p9_pstates_occ.h>
#include <wof.h>
#include "pgpe_service_codes.h"
+//#include <lpc.h>
+#include <native.h>
+#include <ast_mboxdd.h>
+#include <pnor_mboxdd.h>
+
+pnorMbox_t l_pnorMbox;
extern uint32_t __ssx_boot; // Function address is 32 bits
extern uint32_t G_occ_phantom_critical_count;
@@ -117,8 +123,6 @@ SimicsStdio G_simics_stderr;
uint8_t G_noncritical_stack[NONCRITICAL_STACK_SIZE];
uint8_t G_critical_stack[CRITICAL_STACK_SIZE];
-
-
//NOTE: Three semaphores are used so that if in future it is decided
// to move health monitor and FFDC into it's own threads, then
// it can be done easily without more changes.
OpenPOWER on IntegriCloud