summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/hwpf/istepreasoncodes.H2
-rw-r--r--src/include/usr/mbox/mbox_queues.H4
-rw-r--r--src/include/util/impl/qsort.H48
3 files changed, 28 insertions, 26 deletions
diff --git a/src/include/usr/hwpf/istepreasoncodes.H b/src/include/usr/hwpf/istepreasoncodes.H
index 37557560b..f0db7365c 100644
--- a/src/include/usr/hwpf/istepreasoncodes.H
+++ b/src/include/usr/hwpf/istepreasoncodes.H
@@ -109,6 +109,8 @@ enum istepModuleId
ISTEP_MSS_DRAMINIT_TRAINADV = 0x3C,
ISTEP_DMI_IO_RESTORE_EREPAIR = 0x3D,
ISTEP_FABRIC_IO_RESTORE_EREPAIR = 0x3E,
+ ISTEP_VDDR_ENABLE = 0x3F,
+ ISTEP_VDDR_DISABLE = 0x40,
};
/**
diff --git a/src/include/usr/mbox/mbox_queues.H b/src/include/usr/mbox/mbox_queues.H
index f58bbaad5..e60546558 100644
--- a/src/include/usr/mbox/mbox_queues.H
+++ b/src/include/usr/mbox/mbox_queues.H
@@ -58,8 +58,8 @@ namespace MBOX
FSP_TRACE_MSGQ = 0x80000002,
FSP_PROGRESS_CODES_MSGQ = 0x80000003,
FSP_ERROR_MSGQ = 0x80000004,
- // 0x80000007, // reserved for TMGT
- IPL_SERVICE_QUEUE = 0x80000008,
+ FSP_VDDR_MSGQ = 0x80000005,
+ IPL_SERVICE_QUEUE = 0x80000008, // Defined by Fsp team
FSP_ATTR_SYNC_MSGQ = 0x80000009,
// 0x8000000A, // Reserved for VID
FSP_HWPF_ATTR_MSGQ = 0x8000000B, // HWPF Attribute override/sync
diff --git a/src/include/util/impl/qsort.H b/src/include/util/impl/qsort.H
index 3146d7d73..aae3e423a 100644
--- a/src/include/util/impl/qsort.H
+++ b/src/include/util/impl/qsort.H
@@ -1,25 +1,25 @@
-// IBM_PROLOG_BEGIN_TAG
-// This is an automatically generated prolog.
-//
-// $Source: src/include/util/impl/qsort.H $
-//
-// IBM CONFIDENTIAL
-//
-// COPYRIGHT International Business Machines Corp. 2012
-//
-// p1
-//
-// Object Code Only (OCO) source materials
-// Licensed Internal Code Source Materials
-// IBM HostBoot Licensed Internal Code
-//
-// The source code for this program is not published or other-
-// wise divested of its trade secrets, irrespective of what has
-// been deposited with the U.S. Copyright Office.
-//
-// Origin: 30
-//
-// IBM_PROLOG_END
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/include/util/impl/qsort.H $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2012 */
+/* */
+/* p1 */
+/* */
+/* Object Code Only (OCO) source materials */
+/* Licensed Internal Code Source Materials */
+/* IBM HostBoot Licensed Internal Code */
+/* */
+/* The source code for this program is not published or otherwise */
+/* divested of its trade secrets, irrespective of what has been */
+/* deposited with the U.S. Copyright Office. */
+/* */
+/* Origin: 30 */
+/* */
+/* IBM_PROLOG_END_TAG */
#ifndef __UTIL_IMPL_QSORT_H
#define __UTIL_IMPL_QSORT_H
@@ -178,9 +178,9 @@ namespace Util
}
// Sort each partition.
- sort(first,division);
+ sort(first,division,pred);
std::advance(division, 1);
- sort(division, last);
+ sort(division, last,pred);
};
};
OpenPOWER on IntegriCloud