summaryrefslogtreecommitdiffstats
path: root/src/hwpf
diff options
context:
space:
mode:
authorAnusha Reddy Rangareddygari <anusrang@in.ibm.com>2016-09-16 15:04:09 +0200
committerSantosh S. Puranik <santosh.puranik@in.ibm.com>2016-09-21 02:36:17 -0400
commit0a62b30ce373bdb8096fc886ce535078696c2cf4 (patch)
treedff6260810e6b78f63d27938aa611fc3b8a86c63 /src/hwpf
parentd7b92b5e575f7ed457ce63b6202c704284b676b3 (diff)
downloadtalos-sbe-0a62b30ce373bdb8096fc886ce535078696c2cf4.tar.gz
talos-sbe-0a62b30ce373bdb8096fc886ce535078696c2cf4.zip
Changing ATTR_PG from 32 to 16 bit
Change-Id: I346f10136e9621ea06e381cfad2a2b903cb2bd64 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29834 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: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Dev-Ready: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29836 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Reviewed-by: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Santosh S. Puranik <santosh.puranik@in.ibm.com>
Diffstat (limited to 'src/hwpf')
-rw-r--r--src/hwpf/src/plat/target.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hwpf/src/plat/target.C b/src/hwpf/src/plat/target.C
index 4249c6ec..9ff1a75b 100644
--- a/src/hwpf/src/plat/target.C
+++ b/src/hwpf/src/plat/target.C
@@ -293,7 +293,7 @@ namespace fapi2
bool & o_present)
{
o_present = false;
- uint32_t attr_value = 0;
+ uint16_t attr_value = 0;
FAPI_ATTR_GET(fapi2::ATTR_PG,
i_target,
attr_value);
@@ -472,7 +472,7 @@ fapi_try_exit:
fapi2::Target<fapi2::TARGET_TYPE_EQ> l_parent = target_name.getParent<fapi2::TARGET_TYPE_EQ>();
// Get the parent EQ's ATTR_PG
- uint32_t l_eqAttrPg = 0;
+ uint16_t l_eqAttrPg = 0;
FAPI_ATTR_GET(fapi2::ATTR_PG, l_parent.getParent<TARGET_TYPE_PERV>(), l_eqAttrPg);
// Check if this EX's L2 and L3 regions are marked "good"
@@ -507,7 +507,7 @@ fapi_try_exit:
fapi2::Target<fapi2::TARGET_TYPE_PERV>
l_nestTarget((plat_getTargetHandleByChipletNumber<TARGET_TYPE_PERV>(N3_CHIPLET - (MCS_PER_MCBIST * (i / MCS_PER_MCBIST)))));
- uint32_t l_attrPg = 0;
+ uint16_t l_attrPg = 0;
FAPI_ATTR_GET(fapi2::ATTR_PG, l_nestTarget, l_attrPg);
OpenPOWER on IntegriCloud