summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2019-02-16 10:43:51 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-03-13 10:36:37 -0500
commit7d86b40c30c1777f7f9b6f9ff2717933acae070d (patch)
treed2f2729e92dc638a805c3a66766374c97599929e /src/import/hwpf
parent8e0290d3280227448a494451f038769d7e6f7f81 (diff)
downloadtalos-hostboot-7d86b40c30c1777f7f9b6f9ff2717933acae070d.tar.gz
talos-hostboot-7d86b40c30c1777f7f9b6f9ff2717933acae070d.zip
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 <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@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: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72295 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/hwpf')
-rw-r--r--src/import/hwpf/fapi2/include/fapi2_vpd_access.H6
1 files changed, 3 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 cbe9467df..0e4ebc2ca 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<TARGET_TYPE_OCMB_CHIP>
: 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<TARGET_TYPE_OCMB_CHIP>
// 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;
OpenPOWER on IntegriCloud