summaryrefslogtreecommitdiffstats
path: root/src/occ_gpe0
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_gpe0')
-rw-r--r--src/occ_gpe0/firdata/pnorData_common.h1
-rw-r--r--src/occ_gpe0/gpe_util.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/occ_gpe0/firdata/pnorData_common.h b/src/occ_gpe0/firdata/pnorData_common.h
index 8ec238c..88698c8 100644
--- a/src/occ_gpe0/firdata/pnorData_common.h
+++ b/src/occ_gpe0/firdata/pnorData_common.h
@@ -142,6 +142,7 @@ static inline PNOR_Trgt_t PNOR_getTrgt( uint32_t i_trgtType, uint32_t i_chipPos,
/** Information for a normal register. */
/* NOTE: This structure is 4-byte word aligned. */
+//The order matters here due to hardware limitations on the GPE
typedef struct __attribute__((packed))
{
uint64_t val; /** 64-bit value */
diff --git a/src/occ_gpe0/gpe_util.c b/src/occ_gpe0/gpe_util.c
index c97baa1..0879fc3 100644
--- a/src/occ_gpe0/gpe_util.c
+++ b/src/occ_gpe0/gpe_util.c
@@ -223,7 +223,7 @@ void ipc_scom_operation(ipc_msg_t* cmd, void* arg)
*
* Name: ipc_fir_collection
*
- * Description: Does a getscom or putscom for the 405
+ * Description: Does fir data collection in case of a checkstop
*
* End Function Specification
*/
OpenPOWER on IntegriCloud