diff options
author | Thi Tran <thi@us.ibm.com> | 2014-04-25 15:42:16 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-05-08 14:44:01 -0500 |
commit | 23439f78d3c6f719b2e280ac12a41f9b3fb34aae (patch) | |
tree | 8f0d15607ead76ae555545f8d18365285239d9d0 /src | |
parent | f7facc723baa2ce4a89dba1a3b45e85d4467b695 (diff) | |
download | talos-hostboot-23439f78d3c6f719b2e280ac12a41f9b3fb34aae.tar.gz talos-hostboot-23439f78d3c6f719b2e280ac12a41f9b3fb34aae.zip |
SW257617: INITPROC: FSP & Hostboot - HW Init Procedures for week of 4/1
Change-Id: I9cafc542a40482e25e697404650ddbc85974d78e
CQ:SW257617
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10780
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/10781
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/usr/hwpf/hwp/initfiles/p8.nx.scom.initfile | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/src/usr/hwpf/hwp/initfiles/p8.nx.scom.initfile b/src/usr/hwpf/hwp/initfiles/p8.nx.scom.initfile index 98bff3a7c..76cb7451b 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.10 2014/01/22 18:53:48 johnre Exp $ +#-- $Id: p8.nx.scom.initfile,v 1.11 2014/04/02 14:42:26 johnre Exp $ #------------------------------------------------------------------------------- #-- #-- (C) Copyright International Business Machines Corp. 2011 @@ -175,8 +175,9 @@ scom 0x02013086 { 14 , 0b0 ; #-- 0b01 ACK_DEAD cresp received by write command 15 , 0b0 ; #-- 0b01 Link check aborted while waiting on data 16 , 0b0 ; #-- 0b01 Hang poll time expired on internal transfer - 17 , 0b0 ; #-- 0b00 mask FIR/SCOM satellite parity error - 18 , 0b0 ; #-- 0b00 mask FIR/SCOM satellite parity error duplicate + 17 , 0b0 ; #-- 0b00 mask Write to secure RNG control register when not enabled + 18 , 0b0 ; #-- 0b00 mask FIR/SCOM satellite parity error + 19 , 0b0 ; #-- 0b00 mask FIR/SCOM satellite parity error duplicate } scom 0x02013087 { bits , scom_data ; #--Action @@ -197,8 +198,9 @@ scom 0x02013087 { 14 , 0b1 ; #-- 0b01 ACK_DEAD cresp received by write command 15 , 0b1 ; #-- 0b01 Link check aborted while waiting on data 16 , 0b1 ; #-- 0b01 Hang poll time expired on internal transfer - 17 , 0b0 ; #-- 0b00 mask FIR/SCOM satellite parity error - 18 , 0b0 ; #-- 0b00 mask FIR/SCOM satellite parity error duplicate + 17 , 0b0 ; #-- 0b00 mask Write to secure RNG control register when not enabled + 18 , 0b0 ; #-- 0b00 mask FIR/SCOM satellite parity error + 19 , 0b0 ; #-- 0b00 mask FIR/SCOM satellite parity error duplicate } @@ -222,8 +224,9 @@ scom 0x02013083 { 14 , 0b0 ; #-- ACK_DEAD cresp received by write command 15 , 0b0 ; #-- Link check aborted while waiting on data 16 , 0b0 ; #-- Hang poll time expired on internal transfer - 17 , 0b1 ; #-- mask FIR/SCOM satellite parity error - 18 , 0b1 ; #-- mask FIR/SCOM satellite parity error duplicate + 17 , 0b1 ; #-- mask Write to secure RNG control register when not enabled + 18 , 0b1 ; #-- mask FIR/SCOM satellite parity error + 19 , 0b1 ; #-- mask FIR/SCOM satellite parity error duplicate } |