From 337d3a089cf59d4a7cbb3f5aa1c3ba52029b7e3f Mon Sep 17 00:00:00 2001 From: Nick Bofferding Date: Fri, 17 May 2013 09:04:50 -0500 Subject: Add CONTROL_NODE target type - Added CONTROL_NODE target type to attribute definition - Added CONTROL_NODE debug text to entity path decoder - Updated targeting image compiler to balk control node setup to FSP Change-Id: I52901ddbe93ee0c0413d7b54ee9d45782cae9010 CMVC: 882231 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4571 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler Reviewed-by: A. Patrick Williams III --- src/usr/targeting/common/entitypath.C | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/usr/targeting/common/entitypath.C') diff --git a/src/usr/targeting/common/entitypath.C b/src/usr/targeting/common/entitypath.C index 1bf2eb63e..a0124830e 100644 --- a/src/usr/targeting/common/entitypath.C +++ b/src/usr/targeting/common/entitypath.C @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2012 */ +/* COPYRIGHT International Business Machines Corp. 2011,2013 */ /* */ /* p1 */ /* */ @@ -304,6 +304,8 @@ const char* EntityPath::pathElementTypeAsString( return "Proc"; case TYPE_NODE: return "Node"; + case TYPE_CONTROL_NODE: + return "Control Node"; case TYPE_CORE: return "Core"; case TYPE_L2: -- cgit v1.2.3