diff options
author | Matt Ploetz <maploetz@us.ibm.com> | 2014-07-21 14:01:50 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-07-23 14:35:12 -0500 |
commit | 6c113a9137aa4f768053ffb4940e8ce3d4c165c4 (patch) | |
tree | c3e02880d564cc4e5e97f5a3236402205d25c25a /src/usr/hwpf/hwp | |
parent | 570c27b946df534354c448a492b840455306c654 (diff) | |
download | talos-hostboot-6c113a9137aa4f768053ffb4940e8ce3d4c165c4.tar.gz talos-hostboot-6c113a9137aa4f768053ffb4940e8ce3d4c165c4.zip |
SW267233: NX Unit Checkstop support - init file updates
Change-Id: I6a1442837c5ea0ab888ad83592ea2a6fd2fc2bd1
CMVC-Prereq: 915942
CQ:SW267233
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12364
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/12365
Tested-by: Jenkins Server
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp')
-rw-r--r-- | src/usr/hwpf/hwp/initfiles/p8.nx.scom.initfile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/usr/hwpf/hwp/initfiles/p8.nx.scom.initfile b/src/usr/hwpf/hwp/initfiles/p8.nx.scom.initfile index 0cb1f91f9..62eb21456 100644 --- a/src/usr/hwpf/hwp/initfiles/p8.nx.scom.initfile +++ b/src/usr/hwpf/hwp/initfiles/p8.nx.scom.initfile @@ -1,4 +1,4 @@ -#-- $Id: p8.nx.scom.initfile,v 1.13 2014/05/16 02:56:33 jmcgill Exp $ +#-- $Id: p8.nx.scom.initfile,v 1.14 2014/06/26 21:00:42 johnre Exp $ #------------------------------------------------------------------------------- #-- #-- (C) Copyright International Business Machines Corp. 2011 @@ -263,7 +263,8 @@ scom 0x02013106 { 35 , 0b0 ; #-- 0b00 mask Reserved 36 , 0b0 ; #-- 0b01 Channel 4 AMF array corrected ECC error FIR bit" ; 37 , 0b0 ; #-- 0b01 Channel 4 AMF array uncorrectable ECC error FIR bit" ; - 38:47 , 0b0000000000 ; #-- 0b00 mask Reserved + 38 , 0b0 ; #-- 0b01 PHYP uses to signal PRD during NX freeze + 39:47 , 0b000000000 ; #-- 0b00 mask Reserved 48 , 0b0 ; #-- 0b00 mask FIR/SCOM satellite parity error FIR bit" ; 49 , 0b0 ; #-- 0b00 mask FIR/SCOM satellite parity error FIR bit duplicate" } @@ -295,7 +296,8 @@ scom 0x02013107 { 35 , 0b0 ; #-- 0b00 mask Reserved 36 , 0b1 ; #-- 0b01 Channel 4 AMF array corrected ECC error FIR bit" ; 37 , 0b1 ; #-- 0b01 Channel 4 AMF array uncorrectable ECC error FIR bit" ; - 38:47 , 0b0000000000 ; #-- 0b00 mask Reserved + 38 , 0b1 ; #-- 0b01 PHYP uses to signal PRD during NX freeze + 39:47 , 0b000000000 ; #-- 0b00 mask Reserved 48 , 0b0 ; #-- 0b00 mask FIR/SCOM satellite parity error FIR bit" ; 49 , 0b0 ; #-- 0b00 mask FIR/SCOM satellite parity error FIR bit duplicate" } @@ -330,7 +332,8 @@ scom 0x02013103 { 35 , 0b1 ; #-- mask Reserved 36 , 0b0 ; #-- Channel 4 AMF array corrected ECC error FIR bit" ; 37 , 0b0 ; #-- Channel 4 AMF array uncorrectable ECC error FIR bit" ; - 38:47 , 0b1111111111 ; #-- mask Reserved + 38 , 0b0 ; #-- PHYP uses to signal PRD during NX freeze + 39:47 , 0b111111111 ; #-- mask Reserved 48 , 0b1 ; #-- mask FIR/SCOM satellite parity error FIR bit" ; 49 , 0b1 ; #-- mask FIR/SCOM satellite parity error FIR bit duplicate" } |