summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/nest_chiplets
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2014-10-09 16:32:16 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-10-23 05:49:24 -0500
commit3d8b78fa34ab39bda5c519a8b75fa91b7a71b856 (patch)
treec34c146afc7466cd36d6b58b7730ef49ca50be6c /src/usr/hwpf/hwp/nest_chiplets
parenta9010ccc1130b81e45d1151bb5de9453d31c08a5 (diff)
downloadtalos-hostboot-3d8b78fa34ab39bda5c519a8b75fa91b7a71b856.tar.gz
talos-hostboot-3d8b78fa34ab39bda5c519a8b75fa91b7a71b856.zip
SW281497: INITPROC: FSP&Hostboot - Fix compiler warnings
Change-Id: I7f7eb3f79a5439c63d30489b5c5b6d306605543c CQ:SW281497 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13848 Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Tested-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13917 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/nest_chiplets')
-rw-r--r--src/usr/hwpf/hwp/nest_chiplets/proc_pcie_scominit/proc_pcie_scominit.C14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/usr/hwpf/hwp/nest_chiplets/proc_pcie_scominit/proc_pcie_scominit.C b/src/usr/hwpf/hwp/nest_chiplets/proc_pcie_scominit/proc_pcie_scominit.C
index 313f65933..f2a8183d8 100644
--- a/src/usr/hwpf/hwp/nest_chiplets/proc_pcie_scominit/proc_pcie_scominit.C
+++ b/src/usr/hwpf/hwp/nest_chiplets/proc_pcie_scominit/proc_pcie_scominit.C
@@ -22,7 +22,7 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-// $Id: proc_pcie_scominit.C,v 1.9 2013/10/28 03:57:12 jmcgill Exp $
+// $Id: proc_pcie_scominit.C,v 1.10 2014/08/05 15:15:13 kahnevan Exp $
// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ipl/fapi/proc_pcie_scominit.C,v $
//------------------------------------------------------------------------------
// *! (C) Copyright International Business Machines Corp. 2012
@@ -120,11 +120,11 @@ fapi::ReturnCode proc_pcie_scominit_iop_init(
}
for (size_t i = 0; (i < PROC_PCIE_SCOMINIT_NUM_IOP) && rc.ok(); i++)
{
- FAPI_DBG("proc_pcie_scominit_iop_init: ATTR_PROC_PCIE_IOP_SWAP[%d]= %02X",
+ FAPI_DBG("proc_pcie_scominit_iop_init: ATTR_PROC_PCIE_IOP_SWAP[%zd]= %02X",
i, iop_swap[i]);
if (iop_swap[i] > PCIE_GP4_IOP_SWAP_MAX)
{
- FAPI_ERR("proc_pcie_scominit_iop_init: Invalid IOP%d swap attribute value 0x%02X",
+ FAPI_ERR("proc_pcie_scominit_iop_init: Invalid IOP%zd swap attribute value 0x%02X",
i, iop_swap[i]);
const fapi::Target & TARGET = i_target;
const uint8_t& IOP_DATA = i;
@@ -355,7 +355,7 @@ fapi::ReturnCode proc_pcie_scominit_iop_complete(
mask);
if (!rc.ok())
{
- FAPI_ERR("proc_pcie_scominit_iop_complete: Error from fapiPutScomUnderMask (PCIE_IOP%d_PLL_GLOBAL_CONTROL2_0x%016llX)",
+ FAPI_ERR("proc_pcie_scominit_iop_complete: Error from fapiPutScomUnderMask (PCIE_IOP%zd_PLL_GLOBAL_CONTROL2_0x%016llX)",
i, PROC_PCIE_SCOMINIT_PLL_GLOBAL_CONTROL2[i]);
break;
}
@@ -383,7 +383,7 @@ fapi::ReturnCode proc_pcie_scominit_iop_complete(
data);
if (!rc.ok())
{
- FAPI_ERR("proc_pcie_scominit_iop_complete: Error from fapiPutScom (PCIE_IOP%d_PLL_FIR_0x%08X)",
+ FAPI_ERR("proc_pcie_scominit_iop_complete: Error from fapiPutScom (PCIE_IOP%zd_PLL_FIR_0x%08X)",
i, PROC_PCIE_SCOMINIT_PLL_FIR[i]);
break;
}
@@ -394,7 +394,7 @@ fapi::ReturnCode proc_pcie_scominit_iop_complete(
data);
if (!rc.ok())
{
- FAPI_ERR("proc_pcie_scominit_iop_complete: Error from fapiPutScom (PCIE_IOP%d_PLL_FIR_WOF_0x%08X)",
+ FAPI_ERR("proc_pcie_scominit_iop_complete: Error from fapiPutScom (PCIE_IOP%zd_PLL_FIR_WOF_0x%08X)",
i, PROC_PCIE_SCOMINIT_PLL_FIR_WOF[i]);
break;
}
@@ -414,7 +414,7 @@ fapi::ReturnCode proc_pcie_scominit_iop_complete(
data);
if (!rc.ok())
{
- FAPI_ERR("proc_pcie_scominit_iop_complete: Error from fapiPutScom (PCIE_IOP%d_PLL_FIR_MASK_0x%08X)",
+ FAPI_ERR("proc_pcie_scominit_iop_complete: Error from fapiPutScom (PCIE_IOP%zd_PLL_FIR_MASK_0x%08X)",
i, PROC_PCIE_SCOMINIT_PLL_FIR_MASK[i]);
break;
}
OpenPOWER on IntegriCloud