summaryrefslogtreecommitdiffstats
path: root/src/occ_gpe0/firdata/native.c
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2017-07-17 17:43:01 -0500
committerWilliam A. Bryan <wilbryan@us.ibm.com>2017-07-21 17:51:40 -0400
commitb796b12052f5542945bf6d1a831f8d67a502a0ef (patch)
treec3eb6825606ce714b5d020b1092c5d6c05d06027 /src/occ_gpe0/firdata/native.c
parent3d71bd95e10f82ae2a96e6ebc929dc2ca7b1b63c (diff)
downloadtalos-occ-b796b12052f5542945bf6d1a831f8d67a502a0ef.tar.gz
talos-occ-b796b12052f5542945bf6d1a831f8d67a502a0ef.zip
rt_xstop_analysis: single proc fir collection is working, without pnor writes
Change-Id: Ib49d3b9d52c8f4e1054e9b0c0d609a6e13908ddb Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43245 Reviewed-by: ILYA SMIRNOV <ismirno@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/occ_gpe0/firdata/native.c')
-rw-r--r--src/occ_gpe0/firdata/native.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/occ_gpe0/firdata/native.c b/src/occ_gpe0/firdata/native.c
index 0a57867..337c97b 100644
--- a/src/occ_gpe0/firdata/native.c
+++ b/src/occ_gpe0/firdata/native.c
@@ -42,7 +42,7 @@ int32_t xscom_read( uint32_t i_address, uint64_t * o_data )
//P9 SCOM logic requires a target. However, if we're here, then it doesn't
//matter which target we pass in, so long as isMaster is true. This will
//allow to take the branch of code that schedules GPE scom job. See
- //src/occ_405/firdata/scom_util.c for more info.
+ //src/occ_gpe0/firdata/scom_util.c for more info.
SCOM_Trgt_t l_tempTarget;
l_tempTarget.type = TRGT_PROC;
l_tempTarget.isMaster = TRUE;
@@ -64,7 +64,7 @@ int32_t xscom_write( uint32_t i_address, uint64_t i_data )
//P9 SCOM logic requires a target. However, if we're here, then it doesn't
//matter which target we pass in, so long as isMaster is true. This will
//allow to take the branch of code that schedules GPE scom job. See
- //src/occ_405/firdata/scom_util.c for more info.
+ //src/occ_gpe0/firdata/scom_util.c for more info.
SCOM_Trgt_t l_tempTarget;
l_tempTarget.type = TRGT_PROC;
l_tempTarget.isMaster = TRUE;
OpenPOWER on IntegriCloud