summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf
diff options
context:
space:
mode:
authorMatt K. Light <mklight@us.ibm.com>2016-10-06 20:05:03 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-10-10 13:43:24 -0400
commitf6db1ac1c26bb8717be47cc2deeb5caafe16a177 (patch)
tree23ed3d8077a6e359e62d9b1c4354dd7686b0b42e /src/import/hwpf
parent10c37dfae821515b744ff8bd126b35fd8236b88e (diff)
downloadtalos-sbe-f6db1ac1c26bb8717be47cc2deeb5caafe16a177.tar.gz
talos-sbe-f6db1ac1c26bb8717be47cc2deeb5caafe16a177.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/30846 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/import/hwpf')
-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 bce67ae7..1c438d4c 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