From f5041a109f48bf70213b6d4ec9bae034a1adc0f1 Mon Sep 17 00:00:00 2001 From: Santosh Puranik Date: Thu, 12 May 2016 12:28:46 +0530 Subject: 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 Reviewed-by: RAJA DAS Reviewed-by: Gregory S. Still --- hwpf/src/plat/target.C | 4 ---- 1 file changed, 4 deletions(-) (limited to 'hwpf/src') 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 -- cgit v1.2.1