summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorBilicon Patil <bilpatil@in.ibm.com>2014-01-09 01:36:08 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-01-10 08:34:23 -0600
commit33e3db975646adbcfbf27c993aba6da720ec8a20 (patch)
treee6d7206b1ec1be36c50bff6f31817e07e786cfdf /src/include
parentb35a7f31ac2bb296aa7e7bb231e686549b36ba3b (diff)
downloadblackbird-hostboot-33e3db975646adbcfbf27c993aba6da720ec8a20.tar.gz
blackbird-hostboot-33e3db975646adbcfbf27c993aba6da720ec8a20.zip
Lane eRepair: Remove check for spare lanes in VPD
Change-Id: Iea0cd9d06d3570dc6f639e5baea6b707d8046c10 RTC: 94853 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7959 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/hwpf/hwp/erepairConsts.H13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/include/usr/hwpf/hwp/erepairConsts.H b/src/include/usr/hwpf/hwp/erepairConsts.H
index 3ed5eb5da..12a01682b 100644
--- a/src/include/usr/hwpf/hwp/erepairConsts.H
+++ b/src/include/usr/hwpf/hwp/erepairConsts.H
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2013 */
+/* COPYRIGHT International Business Machines Corp. 2012,2014 */
/* */
/* p1 */
/* */
@@ -56,13 +56,9 @@ const uint8_t INVALID_FAIL_LANE_NUMBER = 0xFF;
// Spare lanes numbering: 44, 45 in 8 byte mode
const uint8_t XBUS_8_ACTIVE_LANE_START = 0;
const uint8_t XBUS_8_ACTIVE_LANE_END = 77;
-const uint8_t XBUS_8_SPARE_LANE_1 = 78;
-const uint8_t XBUS_8_SPARE_LANE_2 = 79;
const uint8_t XBUS_4_ACTIVE_LANE_START = 0;
const uint8_t XBUS_4_ACTIVE_LANE_END = 43;
-const uint8_t XBUS_4_SPARE_LANE_1 = 44;
-const uint8_t XBUS_4_SPARE_LANE_2 = 45;
const uint8_t XBUS_SPARE_DEPLOY_LANE_1 = 0;
const uint8_t XBUS_SPARE_DEPLOY_LANE_2 = 1;
@@ -74,7 +70,6 @@ const uint8_t XBUS_MAXSPARES_IN_HW = 2;
const uint8_t ABUS_ACTIVE_LANE_START = 0;
const uint8_t ABUS_ACTIVE_LANE_END = 20;
-const uint8_t ABUS_SPARE_LANE_1 = 21;
const uint8_t ABUS_SPARE_DEPLOY_LANE_1 = 0;
const uint8_t ABUS_MAXSPARES_IN_HW = 1;
@@ -84,18 +79,12 @@ const uint8_t ABUS_MAXSPARES_IN_HW = 1;
const uint8_t DMIBUS_UPSTREAM_ACTIVE_LANE_START = 0;
const uint8_t DMIBUS_UPSTREAM_ACTIVE_LANE_END = 20;
-const uint8_t DMIBUS_UPSTREAM_SPARE_LANE_1 = 21;
-const uint8_t DMIBUS_UPSTREAM_SPARE_LANE_2 = 22;
-
// DownStream DMI-Bus is 14+2 lanes wide.
// Data lanes numbering: 0 - 13
// Spare lanes numbering: 14, 15
const uint8_t DMIBUS_DOWNSTREAM_ACTIVE_LANE_START = 0;
const uint8_t DMIBUS_DOWNSTREAM_ACTIVE_LANE_END = 13;
-const uint8_t DMIBUS_DOWNSTREAM_SPARE_LANE_1 = 14;
-const uint8_t DMIBUS_DOWNSTREAM_SPARE_LANE_2 = 15;
-
const uint8_t DMIBUS_SPARE_DEPLOY_LANE_1 = 0;
const uint8_t DMIBUS_SPARE_DEPLOY_LANE_2 = 1;
const uint8_t DMIBUS_MAXSPARES_IN_HW = 2;
OpenPOWER on IntegriCloud