summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/initfiles
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2015-03-13 09:51:11 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-03-26 07:29:04 -0500
commitf93b0046fc9772284ec766b22a350a998fcd47f4 (patch)
treed0de0d6412a9d4937ced5853bcb5aff833e4d677 /src/usr/hwpf/hwp/initfiles
parent6106543874e612e91d2821228d1d230364c335a2 (diff)
downloadtalos-hostboot-f93b0046fc9772284ec766b22a350a998fcd47f4.tar.gz
talos-hostboot-f93b0046fc9772284ec766b22a350a998fcd47f4.zip
SW298105:INITPROC: FSP&Hostboot - Updated PEC hang timers
Change-Id: Ie98286508ce69800f9e4883603d7b224cf997b39 CQ:SW298105 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16335 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/16348 Tested-by: Jenkins Server Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/initfiles')
-rw-r--r--src/usr/hwpf/hwp/initfiles/p8.pe.phase2.scom.initfile20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/usr/hwpf/hwp/initfiles/p8.pe.phase2.scom.initfile b/src/usr/hwpf/hwp/initfiles/p8.pe.phase2.scom.initfile
index 8d9357c4e..2f72a6a77 100644
--- a/src/usr/hwpf/hwp/initfiles/p8.pe.phase2.scom.initfile
+++ b/src/usr/hwpf/hwp/initfiles/p8.pe.phase2.scom.initfile
@@ -1,4 +1,4 @@
-#-- $Id: p8.pe.phase2.scom.initfile,v 1.6 2014/11/18 17:26:01 jmcgill Exp $
+#-- $Id: p8.pe.phase2.scom.initfile,v 1.7 2015/02/16 22:21:07 ricmata Exp $
#-------------------------------------------------------------------------------
#--
#-- (C) Copyright International Business Machines Corp. 2011
@@ -72,33 +72,33 @@ scom 0x02012C0B {
#-- PCI Hardware Configuration 0 Register
scom 0x02012018 {
bits, scom_data, expr;
- 0:3, 0b0000, (phb0); #-- hang poll scale (reg=0, scale of 1)
- 4:7, 0b0010, (phb0); #-- data poll scale (reg=2, scale of 3)
- 8:11, 0b0000, (phb0); #-- data poll scale (PE) (reg=0, scale of 1)
+ 0:3, 0b0001, (phb0); #-- hang poll scale (reg=1, value of 6)
+ 4:7, 0b0010, (phb0); #-- data poll scale (reg=2, value of 9)
+ 8:11, 0b0001, (phb0); #-- data poll scale (PE) (reg=1, value of 6)
17, 0b1, (phb0); #-- disable out-of-order store behavior
}
scom 0x02012418 {
bits, scom_data, expr;
- 0:3, 0b0000, (phb1);
+ 0:3, 0b0001, (phb1);
4:7, 0b0010, (phb1);
- 8:11, 0b0000, (phb1);
+ 8:11, 0b0001, (phb1);
17, 0b1, (phb1);
}
scom 0x02012818 {
bits, scom_data, expr;
- 0:3, 0b0000, (phb2);
+ 0:3, 0b0001, (phb2);
4:7, 0b0010, (phb2);
- 8:11, 0b0000, (phb2);
+ 8:11, 0b0001, (phb2);
17, 0b1, (phb2);
}
scom 0x02012C18 {
bits, scom_data, expr;
- 0:3, 0b0000, (phb3);
+ 0:3, 0b0001, (phb3);
4:7, 0b0010, (phb3);
- 8:11, 0b0000, (phb3);
+ 8:11, 0b0001, (phb3);
17, 0b1, (phb3);
}
OpenPOWER on IntegriCloud