summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/tools
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2017-06-05 08:44:33 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-19 17:36:09 -0400
commit84f985f2a012f411f87e0186ca4979579b763a0f (patch)
tree8922ac93bb9119b5842564c73b15713cba34ce18 /src/import/hwpf/fapi2/tools
parentf43c96911a3912a9870ebaa304c4d7df8a94a33d (diff)
downloadtalos-hostboot-84f985f2a012f411f87e0186ca4979579b763a0f.tar.gz
talos-hostboot-84f985f2a012f411f87e0186ca4979579b763a0f.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> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41859 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/tools')
-rwxr-xr-xsrc/import/hwpf/fapi2/tools/parseErrorInfo.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/hwpf/fapi2/tools/parseErrorInfo.pl b/src/import/hwpf/fapi2/tools/parseErrorInfo.pl
index 082fef9f8..ffdb4dbb0 100755
--- a/src/import/hwpf/fapi2/tools/parseErrorInfo.pl
+++ b/src/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