From e27b0cc841ed13a35b7b7c5a6c8d065fc9e00b06 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Sat, 16 Feb 2019 10:43:51 -0600 Subject: Modify rank variable for OCMB VPD lookup Switching from 'number of ranks' to 'which rank'. Change-Id: I5f489dc507fbec1e0f835742cb1266d60884b1ca Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71995 Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Reviewed-by: Roland Veloz Reviewed-by: Daniel M. Crowell Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: ANDRE A. MARIN Reviewed-by: Jennifer A. Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72294 Reviewed-by: RAJA DAS --- src/import/hwpf/fapi2/include/fapi2_vpd_access.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/import/hwpf') diff --git a/src/import/hwpf/fapi2/include/fapi2_vpd_access.H b/src/import/hwpf/fapi2/include/fapi2_vpd_access.H index ec8ced53..269b8af1 100644 --- a/src/import/hwpf/fapi2/include/fapi2_vpd_access.H +++ b/src/import/hwpf/fapi2/include/fapi2_vpd_access.H @@ -91,7 +91,7 @@ class VPDInfo : iv_vpd_type(i_vpd_type), iv_size(VPD_INFO_INVALID_64), iv_omi_freq_mhz(VPD_INFO_INVALID_64), - iv_rank_count(VPD_INFO_INVALID_64), + iv_rank(VPD_INFO_INVALID_64), iv_is_config_ffdc_enabled(true), iv_efd_type(VPD_INFO_INVALID_8), iv_dmb_mfg_id(VPD_INFO_INVALID_16), @@ -110,8 +110,8 @@ class VPDInfo // frequency of attached OMI bus uint64_t iv_omi_freq_mhz; - // number of master ranks - uint64_t iv_rank_count; + // rank for which settings are valid + uint64_t iv_rank; // set to false to avoid collecting a real ReturnCode bool iv_is_config_ffdc_enabled; -- cgit v1.2.1