summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/import/hwpf/fapi2/include/fapi2_vpd_access.H7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/import/hwpf/fapi2/include/fapi2_vpd_access.H b/src/import/hwpf/fapi2/include/fapi2_vpd_access.H
index 88a18bae..0482e74d 100644
--- a/src/import/hwpf/fapi2/include/fapi2_vpd_access.H
+++ b/src/import/hwpf/fapi2/include/fapi2_vpd_access.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016 */
+/* Contributors Listed Below - COPYRIGHT 2016,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -55,7 +55,8 @@ class VPDInfo<TARGET_TYPE_MCS>
iv_size(VPD_INFO_INVALID),
iv_freq_mhz(VPD_INFO_INVALID),
iv_rank_count_dimm_0(VPD_INFO_INVALID),
- iv_rank_count_dimm_1(VPD_INFO_INVALID)
+ iv_rank_count_dimm_1(VPD_INFO_INVALID),
+ iv_is_config_ffdc_enabled(true)
{};
// type of vpd field to return
fapi2::MemVpdData_t iv_vpd_type;
@@ -65,7 +66,7 @@ class VPDInfo<TARGET_TYPE_MCS>
uint64_t iv_freq_mhz;
uint64_t iv_rank_count_dimm_0;
uint64_t iv_rank_count_dimm_1;
-
+ bool iv_is_config_ffdc_enabled;
};
OpenPOWER on IntegriCloud