summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/sbe_centaur_init
diff options
context:
space:
mode:
authorMatt Ploetz <maploetz@us.ibm.com>2014-10-07 15:11:14 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-04-02 18:09:37 -0500
commitcf8f849cc3d6126e31b4a411efba98bee066d88c (patch)
treeb3719d93ceb611f175c5c52cbf54bcb703eb071f /src/usr/hwpf/hwp/sbe_centaur_init
parent94a57132d0db82ce9ad4d952d4ea02550aea84f2 (diff)
downloadtalos-hostboot-cf8f849cc3d6126e31b4a411efba98bee066d88c.tar.gz
talos-hostboot-cf8f849cc3d6126e31b4a411efba98bee066d88c.zip
SW281479: INITPROC: FSP&Hostboot - Naples wiggle flip and other updates
CQ:SW281479 Change-Id: I1533150f8aab89ba1d87f3449d64da8cf373e406 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13756 Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Tested-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13858 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/sbe_centaur_init')
-rw-r--r--src/usr/hwpf/hwp/sbe_centaur_init/cen_xip_customize.C8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/usr/hwpf/hwp/sbe_centaur_init/cen_xip_customize.C b/src/usr/hwpf/hwp/sbe_centaur_init/cen_xip_customize.C
index 876c72f80..2e87f36c4 100644
--- a/src/usr/hwpf/hwp/sbe_centaur_init/cen_xip_customize.C
+++ b/src/usr/hwpf/hwp/sbe_centaur_init/cen_xip_customize.C
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2013,2014 */
+/* Contributors Listed Below - COPYRIGHT 2013,2015 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -20,7 +22,7 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-// $Id: cen_xip_customize.C,v 1.14 2014/05/28 21:17:25 thi Exp $
+// $Id: cen_xip_customize.C,v 1.15 2014/09/12 21:29:23 mklight Exp $
/*------------------------------------------------------------------------------*/
/* *! TITLE : cen_xip_customize.C */
/* *! DESCRIPTION : Customizes Centaur images from a Centaur reference image. */
@@ -233,7 +235,7 @@ ReturnCode cen_xip_customize(const fapi::Target &i_target,
1, // Always do flush optimization.
(uint32_t)scanMaxRotate,
0, // No need to use waits for Centaur.
- 0x00000010); // Centaur doesn't support scan polling.
+ 0); // Centaur doesn't support scan polling.
if (rcLoc) {
FAPI_ERR("create_wiggle_flip_prg() failed w/rcLoc=%i",rcLoc);
uint32_t &RC_LOCAL=rcLoc;
OpenPOWER on IntegriCloud