summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/include/error_info_defs.H
diff options
context:
space:
mode:
authorAmit Tendolkar <amit.tendolkar@in.ibm.com>2017-05-25 11:13:48 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-07-24 17:01:32 -0400
commit87b510d8d6462204a3f99e7a2bda6cc1665b8c65 (patch)
treeff129e688b8dd1b94bc7215e62b92439a855f671 /src/import/hwpf/fapi2/include/error_info_defs.H
parentb4e2b378ed92856eb86d5ff5db5874003b4c7191 (diff)
downloadtalos-hostboot-87b510d8d6462204a3f99e7a2bda6cc1665b8c65.tar.gz
talos-hostboot-87b510d8d6462204a3f99e7a2bda6cc1665b8c65.zip
Optimized PPE FFDC collection framework
Allows SBE to collect CME / SGPE FFDC for errors from p9_sbe_check_master_stop15 in istep16 Change-Id: Ie31336fae9d29e14dbb7995cd438b87ef615d4b6 RTC: 174610 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41375 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Brian T. Vanderpool <vanderp@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Michael S. Floyd <mfloyd@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42601 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/include/error_info_defs.H')
-rw-r--r--src/import/hwpf/fapi2/include/error_info_defs.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/import/hwpf/fapi2/include/error_info_defs.H b/src/import/hwpf/fapi2/include/error_info_defs.H
index 2bec413f6..12198e499 100644
--- a/src/import/hwpf/fapi2/include/error_info_defs.H
+++ b/src/import/hwpf/fapi2/include/error_info_defs.H
@@ -54,10 +54,10 @@ struct sbeFfdc_t
uint64_t data;
} __attribute__((packed));
-// 10 entries limits the size of SbeFfdcData_t to 128 bytes
+// 20 entries limits the size of SbeFfdcData_t under 256 bytes
enum
{
- MAX_SBE_FFDC_ENTRIES = 10
+ MAX_SBE_FFDC_ENTRIES = 20
};
// Data type for SBE ffdc buffer sent through fifo
@@ -66,7 +66,7 @@ typedef struct
uint32_t fapiRc; // Return code from failure
uint32_t ffdcLength; // length of Fapi FFDC data (in bytes)
struct sbeFfdc_t ffdcData[MAX_SBE_FFDC_ENTRIES]; // fapi FFDC data
-} SbeFfdcData_t; // 128 bytes
+} SbeFfdcData_t; // ~248 bytes
///
/// @brief Type to hold the ffdc element in the ffdc class
OpenPOWER on IntegriCloud