summaryrefslogtreecommitdiffstats
path: root/src/occ_405/firdata/lpc.h
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/firdata/lpc.h
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/firdata/lpc.h')
-rw-r--r--src/occ_405/firdata/lpc.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/occ_405/firdata/lpc.h b/src/occ_405/firdata/lpc.h
index 11290cc..177deda 100644
--- a/src/occ_405/firdata/lpc.h
+++ b/src/occ_405/firdata/lpc.h
@@ -1,11 +1,11 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
-/* $Source: src/occ/firdata/lpc.H $ */
+/* $Source: src/occ_405/firdata/lpc.h $ */
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -34,8 +34,8 @@
* @brief LPC Transaction Types
*/
typedef enum {
- LPC_TRANS_IO = 1, /* LPC IO Space */
- LPC_TRANS_FW = 2, /* LPC Firmware Space */
+ LPC_TRANS_IO = 0, /* LPC IO Space */
+ LPC_TRANS_FW = 1, /* LPC Firmware Space */
} LpcTransType;
errorHndl_t lpc_read( LpcTransType i_type,
@@ -48,4 +48,8 @@ errorHndl_t lpc_write( LpcTransType i_type,
uint8_t* i_data,
size_t i_size );
+uint32_t checkAddr(LpcTransType i_type,
+ uint32_t i_addr);
+
+
#endif
OpenPOWER on IntegriCloud