summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/tools
diff options
context:
space:
mode:
authorMatt K. Light <mklight@us.ibm.com>2016-10-05 15:31:14 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-10-10 14:57:21 -0400
commit4156be267549d78aedd968a07f58c6918d20682a (patch)
treee5fa4b70458497eeb76c41fadfb4b0dc462eeaea /src/import/hwpf/fapi2/tools
parent40f071ed00deb4d94048f555b77b9a9107b02779 (diff)
downloadtalos-hostboot-4156be267549d78aedd968a07f58c6918d20682a.tar.gz
talos-hostboot-4156be267549d78aedd968a07f58c6918d20682a.zip
add more fapi2 namespace use to FAPI_SET_SBE_ERROR
Change-Id: Ife0b688d6384af02a3ecd9781263c8d373a6fcf1 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30753 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: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30758 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/tools')
-rwxr-xr-xsrc/import/hwpf/fapi2/tools/parseErrorInfo.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/import/hwpf/fapi2/tools/parseErrorInfo.pl b/src/import/hwpf/fapi2/tools/parseErrorInfo.pl
index d9061aa0a..88a8381c4 100755
--- a/src/import/hwpf/fapi2/tools/parseErrorInfo.pl
+++ b/src/import/hwpf/fapi2/tools/parseErrorInfo.pl
@@ -1352,7 +1352,8 @@ foreach my $argnum (0 .. $#ARGV)
# hwsv/hb and create a target in that context
if( exists $errors->{sbeTarget} && ( $arg_local_ffdc eq undef) )
{
- $objectStr .= " fapi2::Target<TARGET_TYPE_PROC_CHIP>$errors->{sbeTarget} = getTarget<TARGET_TYPE_PROC_CHIP>(SBE_INSTANCE); \\\n";
+ $objectStr .= " fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>$errors->{sbeTarget}" .
+ " = fapi2::getTarget<fapi2::TARGET_TYPE_PROC_CHIP>(SBE_INSTANCE); \\\n";
$objectStr .= " l_obj.$errors->{sbeTarget}.ptr() = &$errors->{sbeTarget}; \\\n";
$objectStr .= " l_obj.$errors->{sbeTarget}.size() = fapi2::getErrorInfoFfdcSize($errors->{sbeTarget}); \\\n";
}
@@ -1515,7 +1516,7 @@ foreach my $argnum (0 .. $#ARGV)
if (exists $err->{sbeError})
{
print SBFILE " case fapi2::$err->{rc}: \\\n";
- print SBFILE " { \\\n $class_name l_obj(";
+ print SBFILE " { \\\n fapi2::$class_name l_obj(";
print SBFILE "fapi2::FAPI2_ERRL_SEV_UNRECOVERABLE,RC);\\\n";
if(!($objectStr eq undef ))
OpenPOWER on IntegriCloud