summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/src/error_info.C
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2019-01-07 10:51:11 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-02-05 09:21:27 -0600
commit9f1d0e3a21a1fc272bd5b418ceb2944ba93388cc (patch)
tree002082c690ae01cefe054f50865fd2af66b1d34a /src/import/hwpf/fapi2/src/error_info.C
parentddae90ce735c06ef02931daf89fe38b16c8e0381 (diff)
downloadtalos-hostboot-9f1d0e3a21a1fc272bd5b418ceb2944ba93388cc.tar.gz
talos-hostboot-9f1d0e3a21a1fc272bd5b418ceb2944ba93388cc.zip
Change target types to 64-bit and add P10 target types
This is done in P9 because Cronus requires common FAPI2 target types for both P9 and P10. Change-Id: I5641fd2f8fefcb5a36b12a3d214ee57dbc4f887e Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70142 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+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: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70177 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/src/error_info.C')
-rw-r--r--src/import/hwpf/fapi2/src/error_info.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/hwpf/fapi2/src/error_info.C b/src/import/hwpf/fapi2/src/error_info.C
index a5dce44f4..599983e09 100644
--- a/src/import/hwpf/fapi2/src/error_info.C
+++ b/src/import/hwpf/fapi2/src/error_info.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* Contributors Listed Below - COPYRIGHT 2015,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -368,7 +368,7 @@ void ErrorInfoEntryChildrenCDG::addErrorInfo(
iv_childNumber);
FAPI_DBG("addErrorInfo: Adding children cdg (%d:%d:%d), type:"
- " 0x%08x, pri: %d",
+ " 0x%16lX, pri: %d",
ei->iv_callout, ei->iv_deconfigure, ei->iv_gard,
ei->iv_childType, ei->iv_calloutPriority);
OpenPOWER on IntegriCloud