summaryrefslogtreecommitdiffstats
path: root/hwpf
diff options
context:
space:
mode:
authorSantosh Puranik <santosh.puranik@in.ibm.com>2016-05-12 12:28:46 +0530
committerGregory S. Still <stillgs@us.ibm.com>2016-05-18 01:26:06 -0400
commitf5041a109f48bf70213b6d4ec9bae034a1adc0f1 (patch)
treeebc0604325264c9b170ae2226890620a565d03cf /hwpf
parent329711a7b64a9272202aa1449d0aaf4d472a4092 (diff)
downloadtalos-sbe-f5041a109f48bf70213b6d4ec9bae034a1adc0f1.tar.gz
talos-sbe-f5041a109f48bf70213b6d4ec9bae034a1adc0f1.zip
Change to plat code that applies gards
ATTR_EQ_GARD and ATTR_EC_GARD are left aligned now Added reading the C4 board pin to determine master/slave Change-Id: I0df1b07c1ced5849eca90e02b8344d70490e1737 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24415 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Diffstat (limited to 'hwpf')
-rw-r--r--hwpf/src/plat/target.C4
1 files changed, 0 insertions, 4 deletions
diff --git a/hwpf/src/plat/target.C b/hwpf/src/plat/target.C
index 4a95e637..15bc397c 100644
--- a/hwpf/src/plat/target.C
+++ b/hwpf/src/plat/target.C
@@ -447,10 +447,6 @@ fapi_try_exit:
FAPI_DBG("ATTR_EQ_GARD:: 0x%08x", l_eqGards);
FAPI_DBG("ATTR_EC_GARD:: 0x%08x", l_ecGards);
- // Normalize the values read from the attributes (they are right aligned)
- l_eqGards <<= ((sizeof(l_eqGards) * 8) - EQ_TARGET_COUNT);
- l_ecGards <<= ((sizeof(l_ecGards) * 8) - CORE_TARGET_COUNT);
-
// Iterate over the bits in EQ and EC gards, if set, mark the
// corresponding target non-functional
// TODO: Need to mark corresponding EX targets non-functional when we
OpenPOWER on IntegriCloud