summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2014-06-18 10:46:41 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-06-23 18:14:53 -0500
commit2351fe8a6a86cce8480ee83b9e3eaed107aefe3e (patch)
treefe807ec2a335cd432a7ef62a5ad42c2ac3c12eaf /src/usr/hwpf
parent3d01b3a0c09a6615863ef4a10c60df4de71c53cc (diff)
downloadtalos-hostboot-2351fe8a6a86cce8480ee83b9e3eaed107aefe3e.tar.gz
talos-hostboot-2351fe8a6a86cce8480ee83b9e3eaed107aefe3e.zip
SW265063: INITPROC: FSP - Procedures downlevel in FSP
CQ:SW265063 Change-Id: I82bc6745f0a3afa494a41304953bc337a5103f87 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11655 Reviewed-by: Thi N. Tran <thi@us.ibm.com> Tested-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11656 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf')
-rw-r--r--src/usr/hwpf/hwp/chip_accessors/chip_errors.xml3
-rw-r--r--src/usr/hwpf/hwp/initfiles/p8.fbc.scom.initfile12
2 files changed, 7 insertions, 8 deletions
diff --git a/src/usr/hwpf/hwp/chip_accessors/chip_errors.xml b/src/usr/hwpf/hwp/chip_accessors/chip_errors.xml
index 8781e536b..388ab2721 100644
--- a/src/usr/hwpf/hwp/chip_accessors/chip_errors.xml
+++ b/src/usr/hwpf/hwp/chip_accessors/chip_errors.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- COPYRIGHT International Business Machines Corp. 2012,2014 -->
+<!-- COPYRIGHT International Business Machines Corp. 2014 -->
<!-- -->
<!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
<!-- you may not use this file except in compliance with the License. -->
@@ -20,7 +20,6 @@
<!-- permissions and limitations under the License. -->
<!-- -->
<!-- IBM_PROLOG_END_TAG -->
-<!-- XML file specifying errors generated by chip HWPs. -->
<!-- $Id: chip_errors.xml,v 1.3 2014/05/23 01:07:27 whs Exp $ -->
<hwpErrors>
<!-- ******************************************************************** -->
diff --git a/src/usr/hwpf/hwp/initfiles/p8.fbc.scom.initfile b/src/usr/hwpf/hwp/initfiles/p8.fbc.scom.initfile
index 82fd8457d..b76f66269 100644
--- a/src/usr/hwpf/hwp/initfiles/p8.fbc.scom.initfile
+++ b/src/usr/hwpf/hwp/initfiles/p8.fbc.scom.initfile
@@ -1,4 +1,4 @@
-#-- $Id: p8.fbc.scom.initfile,v 1.14 2014/02/03 18:44:14 jmcgill Exp $
+#-- $Id: p8.fbc.scom.initfile,v 1.15 2014/06/07 19:04:40 jmcgill Exp $
#-------------------------------------------------------------------------------
#--
#-- (C) Copyright International Business Machines Corp. 2011
@@ -38,8 +38,8 @@ define mcd_hang_poll_bug = (ATTR_CHIP_EC_FEATURE_MCD_HANG_RECOVERY_BUG != 0);
scom 0x02010C(0,4,8)A {
bits, scom_data;
chip_is_system, 0b1; #-- single chip
- avp_mode, 0b0; #-- AVP mode (TODO: link to attribute)
- sw_ab_wait, 0x0; #-- no delay
+ avp_mode, 0b0; #-- AVP mode
+ sw_ab_wait, 0x8; #-- 8 (HW218406/HW214831)
sp_hw_mark, 0x20; #-- 32
gp_hw_mark, 0x20; #-- 32
lcl_hw_mark, 0x20; #-- 32
@@ -141,7 +141,7 @@ scom 0x02013416 {
#-- PB X Link Mode Register (PB_X_MODE / 0x04010C0A)
scom 0x04010C0A {
bits, scom_data, expr;
- x_avp_mode, 0b0, (xbus_enabled); #-- X AVP mode (TODO: link to attribute)
+ x_avp_mode, 0b0, (xbus_enabled); #-- X AVP mode
x_4b_mode, 0b1, (xbus_enabled) && (def_x_is_4b); #-- X bus 4/8B switch
x_tod_wait_limit, 0b0100, (xbus_enabled); #-- X bus TOD wait limit
}
@@ -149,7 +149,7 @@ scom 0x04010C0A {
#-- PB A Link Mode Register (PB_IOA_MODE / 0x0801080A)
scom 0x0801080A {
bits, scom_data, expr;
- a_avp_mode, 0b0, (abus_enabled); #-- A AVP mode (TODO: link to attribute)
+ a_avp_mode, 0b0, (abus_enabled); #-- A AVP mode
}
#-- PB A Link Framer Configuration Register (PB_IOA_FMR_CFG / 0x08010813)
@@ -168,7 +168,7 @@ scom 0x08010813 {
#-- PB F Link Mode Register (PB_IOF_MODE / 0x0901080A)
scom 0x0901080A {
bits, scom_data, expr;
- f_avp_mode, 0b0, (pcie_enabled); #-- F AVP mode (TODO: link to attribute)
+ f_avp_mode, 0b0, (pcie_enabled); #-- F AVP mode
}
#-- PB F Link Framer Configuration Register (PB_IOF_FMR_CFG / 0x09010813)
OpenPOWER on IntegriCloud