summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2017-06-05 08:44:33 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2017-06-19 15:44:00 -0400
commitccc8e8a0b52d369eda85fe07ccd5d5dd19c5646b (patch)
tree78815fae55d08802a1f88aeff00c8ffb0b099211 /src/import/hwpf/fapi2
parentd27f5c37d91ae86ee893fdf918a4b497a0553c5e (diff)
downloadtalos-sbe-ccc8e8a0b52d369eda85fe07ccd5d5dd19c5646b.tar.gz
talos-sbe-ccc8e8a0b52d369eda85fe07ccd5d5dd19c5646b.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/41858 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2')
-rw-r--r--src/import/hwpf/fapi2/include/error_info_defs.H1
-rwxr-xr-xsrc/import/hwpf/fapi2/tools/parseErrorInfo.pl4
2 files changed, 3 insertions, 2 deletions
diff --git a/src/import/hwpf/fapi2/include/error_info_defs.H b/src/import/hwpf/fapi2/include/error_info_defs.H
index 1c438d4c..880552eb 100644
--- a/src/import/hwpf/fapi2/include/error_info_defs.H
+++ b/src/import/hwpf/fapi2/include/error_info_defs.H
@@ -230,6 +230,7 @@ enum CalloutPriority
LOW = 0,
MEDIUM = 1,
HIGH = 2,
+ NONE = 3,
};
}
diff --git a/src/import/hwpf/fapi2/tools/parseErrorInfo.pl b/src/import/hwpf/fapi2/tools/parseErrorInfo.pl
index e4a2de96..ed4b9928 100755
--- a/src/import/hwpf/fapi2/tools/parseErrorInfo.pl
+++ b/src/import/hwpf/fapi2/tools/parseErrorInfo.pl
@@ -1252,7 +1252,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;
@@ -1296,7 +1296,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