diff options
| -rw-r--r-- | src/usr/targeting/common/xmltohb/target_types.xml | 3 | ||||
| -rw-r--r-- | src/usr/util/utiltcemgr.C | 20 |
2 files changed, 0 insertions, 23 deletions
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index b7cc025ce..01a526eb7 100644 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -957,9 +957,6 @@ <attribute><id>MAX_DMI_PER_PROC</id></attribute> <attribute><id>PIB_I2C_REFCLOCK</id></attribute> <attribute><id>USE_TCES_FOR_DMAS</id></attribute> - <attribute><id>TCE_START_TOKEN_FOR_PAYLOAD</id></attribute> - <attribute><id>START_MEM_ADDRESS_FOR_PAYLOAD_TCE_TOKEN</id></attribute> - <attribute><id>TCE_START_TOKEN_FOR_HDAT</id></attribute> <!--fsp requirement--> <attribute> <id>BOOT_FREQ_MHZ</id> diff --git a/src/usr/util/utiltcemgr.C b/src/usr/util/utiltcemgr.C index a0a2d58d5..072793970 100644 --- a/src/usr/util/utiltcemgr.C +++ b/src/usr/util/utiltcemgr.C @@ -164,19 +164,6 @@ errlHndl_t utilSetupPayloadTces(void) // opened for it pNodeTgt->setAttr<TARGETING::ATTR_START_MEM_ADDRESS_FOR_PAYLOAD_TCE_TOKEN>(addr); - // Legacy Support: Also set System Level Attributes on Node 0 - // @TODO RTC 190014 Can Be Removed Once FSP Switches To Node Attributes - // Get Target Service and the system target to set attributes - TARGETING::TargetService& tS = TARGETING::targetService(); - TARGETING::Target* sys = nullptr; - (void) tS.getTopLevelTarget( sys ); - assert(sys, "utilSetupPayloadTces() system target is NULL"); - if (nodeId == 0) - { - sys->setAttr<TARGETING::ATTR_TCE_START_TOKEN_FOR_PAYLOAD>(token); - sys->setAttr<TARGETING::ATTR_START_MEM_ADDRESS_FOR_PAYLOAD_TCE_TOKEN>(addr); - } - // Save for internal use since can't trust FSP won't change attribute Singleton<UtilTceMgr>::instance().setToken(UtilTceMgr::PAYLOAD_TOKEN, token); @@ -212,13 +199,6 @@ errlHndl_t utilSetupPayloadTces(void) // Set attribute to tell FSP what the HDAT token is pNodeTgt->setAttr<TARGETING::ATTR_TCE_START_TOKEN_FOR_HDAT>(token); - // Legacy Support: Also set System Level Attributes on Node 0 - // @TODO RTC 190014 Can Be Removed Once FSP Switches To Node Attributes - if (nodeId == 0) - { - sys->setAttr<TARGETING::ATTR_TCE_START_TOKEN_FOR_HDAT>(token); - } - // Save for internal use since we can't trust FSP won't change the attribute Singleton<UtilTceMgr>::instance().setToken(UtilTceMgr::HDAT_TOKEN, token); |

