summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2017-06-05 08:44:33 -0500
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2018-03-09 15:32:40 -0600
commit2d465437c097d43c44aff4f10cef691e7fe879a3 (patch)
treed39765f6aa484887c2b3793aa3f37039aea21db4
parent3781e29631f91df88ffd6e17838cd2bc25ce35b1 (diff)
downloadtalos-hcode-2d465437c097d43c44aff4f10cef691e7fe879a3.tar.gz
talos-hcode-2d465437c097d43c44aff4f10cef691e7fe879a3.zip
Allow HWP to deconfigure parts without a callout
Change-Id: I1a903257c8c87957ed1a1331aab0b6398e416def RTC: 174701 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41850 Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
-rwxr-xr-ximport/hwpf/fapi2/tools/parseErrorInfo.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/import/hwpf/fapi2/tools/parseErrorInfo.pl b/import/hwpf/fapi2/tools/parseErrorInfo.pl
index b40b7df4..d0f7d0cf 100755
--- a/import/hwpf/fapi2/tools/parseErrorInfo.pl
+++ b/import/hwpf/fapi2/tools/parseErrorInfo.pl
@@ -1260,7 +1260,7 @@ foreach my $argnum ( 0 .. $#ARGV )
foreach my $cdg ( keys %cdgTargetHash )
{
my $callout = 0;
- my $priority = 'LOW';
+ my $priority = 'NONE';
my $deconf = 0;
my $gard = 0;
@@ -1304,7 +1304,7 @@ foreach my $argnum ( 0 .. $#ARGV )
foreach my $childType ( keys %{ $cdgChildHash{$parent} } )
{
my $callout = 0;
- my $priority = 'LOW';
+ my $priority = 'NONE';
my $deconf = 0;
my $gard = 0;
my $childPort = 0xFF;
OpenPOWER on IntegriCloud