From ca84830b6d1811a78c538f51bde34c269806f00a Mon Sep 17 00:00:00 2001 From: Prachi Gupta Date: Fri, 21 Jul 2017 14:28:02 -0500 Subject: 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 Reviewed-by: Zane C. Shelley Reviewed-by: ILYA SMIRNOV Reviewed-by: William A. Bryan --- src/occ_gpe0/firdata/pnorData_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/occ_gpe0/firdata') 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 */ -- cgit v1.2.1