From f0cc20d3a251e14890c8d39bce29e38b9d6899c4 Mon Sep 17 00:00:00 2001 From: Santosh Puranik Date: Wed, 22 Mar 2017 07:14:44 -0500 Subject: Support for TARGET_TYPE_PHB Change-Id: Id4c2407655c38325431eff256aa10f3b0b48fff2 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38281 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Sachin Gupta --- src/tools/scripts/ppeParseAttributeInfo.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/scripts') diff --git a/src/tools/scripts/ppeParseAttributeInfo.pl b/src/tools/scripts/ppeParseAttributeInfo.pl index c3f213cd..0ac913cf 100755 --- a/src/tools/scripts/ppeParseAttributeInfo.pl +++ b/src/tools/scripts/ppeParseAttributeInfo.pl @@ -495,7 +495,7 @@ foreach my $entr (@{$entries->{entry}}) { # Consider only supported target types. The rest are ignored if($targType ~~ ["TARGET_TYPE_PROC_CHIP", "TARGET_TYPE_SYSTEM", "TARGET_TYPE_CORE", "TARGET_TYPE_MCS", "TARGET_TYPE_PERV", - "TARGET_TYPE_EQ", "TARGET_TYPE_EX"]) + "TARGET_TYPE_EQ", "TARGET_TYPE_EX", "TARGET_TYPE_PHB"]) { if($targetTypeCount != 0) { -- cgit v1.2.1