summaryrefslogtreecommitdiffstats
path: root/src/occ_405/main.c
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2017-07-21 14:28:02 -0500
committerWilliam A. Bryan <wilbryan@us.ibm.com>2017-07-22 16:30:38 -0400
commitca84830b6d1811a78c538f51bde34c269806f00a (patch)
treedecc61b7a182d485392fde4bcbddc387727bdee4 /src/occ_405/main.c
parent56ecb493705fef5b2275b94329836f8690ef0865 (diff)
downloadtalos-occ-ca84830b6d1811a78c538f51bde34c269806f00a.tar.gz
talos-occ-ca84830b6d1811a78c538f51bde34c269806f00a.zip
rt_xstop_analysis: minor cleanups/tweaks
- Fix fir data collection functions' description - change pk trace buffer size to 256 bytes - add trace to main.c to indicate we failed to schedule fir data collection job - add comment to clarify pnor data buffer changes Change-Id: Ie6f68dd30b4382df95adae1fe420abcabf67033c Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43449 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-by: ILYA SMIRNOV <ismirno@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.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/occ_405/main.c b/src/occ_405/main.c
index 0298ab4..da0819d 100755
--- a/src/occ_405/main.c
+++ b/src/occ_405/main.c
@@ -153,7 +153,6 @@ FIR_HEAP_BUFFER(uint8_t G_fir_heap[FIR_HEAP_SECTION_SIZE]);
FIR_PARMS_BUFFER(uint8_t G_fir_data_parms[FIR_PARMS_SECTION_SIZE]);
uint32_t G_fir_master = FIR_OCC_NOT_FIR_MASTER;
bool G_fir_collection_request_created = FALSE;
-GPE_BUFFER(ipc_scom_op_t G_scom_op);
GpeRequest G_fir_collection_request;
/*
@@ -1716,7 +1715,11 @@ void Main_thread_routine(void *private)
{
G_fir_collection_request_created = TRUE;
TRAC_IMP("fir data collection: scheduling gpe request");
- gpe_request_schedule(&G_fir_collection_request);
+ l_rc = gpe_request_schedule(&G_fir_collection_request);
+ {
+ TRAC_IMP("failed to schedule fir data collection job");
+ }
+
L_fir_collection_completed = TRUE;
G_fir_collection_required = FALSE;
}
OpenPOWER on IntegriCloud