summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt K. Light <mklight@us.ibm.com>2016-10-06 20:05:03 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-10-10 14:53:55 -0400
commit40f071ed00deb4d94048f555b77b9a9107b02779 (patch)
tree94a5dca31ed1dfc6a22c9bedea69bc14293ea69a
parent320a9a9d78a2053068b28eaaea26448c8e039a2f (diff)
downloadtalos-hostboot-40f071ed00deb4d94048f555b77b9a9107b02779.tar.gz
talos-hostboot-40f071ed00deb4d94048f555b77b9a9107b02779.zip
pack the sbeFfdc_t structure so that SbeFfdcData_t will be correct
Change-Id: I9dc1122cfaec090172d46aaa7eda5c6a55099bac Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30845 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30847 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/import/hwpf/fapi2/include/error_info_defs.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/hwpf/fapi2/include/error_info_defs.H b/src/import/hwpf/fapi2/include/error_info_defs.H
index 492f06099..7ea9d67c4 100644
--- a/src/import/hwpf/fapi2/include/error_info_defs.H
+++ b/src/import/hwpf/fapi2/include/error_info_defs.H
@@ -52,7 +52,7 @@ struct sbeFfdc_t
{
uint32_t size;
uint64_t data;
-};
+} __attribute__((packed));
// 10 entries limits the size of SbeFfdcData_t to 128 bytes
enum
OpenPOWER on IntegriCloud