Skip to content

Commit afe4f35

Browse files
committed
Disabling Freeze Bit on NDL Fir
Disable freeze mode for recoverable errors handled by NVIDIA device driver. Change-Id: I4f4a3353c300c316e2c32fa729ea25ff5481d92b CQ: SW362657 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28626 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
1 parent f02c1d6 commit afe4f35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/usr/hwpf/hwp/initfiles/p8.npu.scom.initfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
#-- $Id: p8.npu.scom.initfile,v 1.7 2015/11/02 16:43:51 camille Exp $
1+
#-- $Id: p8.npu.scom.initfile,v 1.8 2016/08/11 16:54:48 camille Exp $
22
#-------------------------------------------------------------------------------
33
#--
44
#-- (C) Copyright International Business Machines Corp. 2011
55
#-- All Rights Reserved -- Property of IBM
6-
#-- *** ***
76
#--
87
#-- TITLE : p8.npu.scom.initfile
98
#-- DESCRIPTION : Perform NPU configuration
@@ -175,7 +174,8 @@ scom 0x0000000008013D9E {
175174
bits, scom_data ;
176175
# 0:63, 0xE00024020C000000 ; --hw341060
177176
# 0:63, 0xE00024820C000000 ; --hw341036
178-
0:63, 0xE00004820C000000 ;
177+
# 0:63, 0xE00004820C000000 ; --NDL errors during runtime SW361915
178+
0:63, 0xE000048200000000 ;
179179
}
180180

181181
# spy name ES.NPU.NP_AT.REG.NPU_AT_FE_ER (fence enable)

0 commit comments

Comments
 (0)