summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/initfiles/p8.tpbridge.scom.initfile
blob: a62edd656691daace9ff10c8500b3e8db5aaa2c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#-- $Id: p8.tpbridge.scom.initfile,v 1.1 2013/03/25 03:07:40 jmcgill Exp $
#-------------------------------------------------------------------------------
#--
#-- (C) Copyright International Business Machines Corp. 2011
#-- All Rights Reserved -- Property of IBM
#-- *** IBM Confidential ***
#--
#-- TITLE       : p8.tpbridge.scom.initfile
#-- DESCRIPTION : Perform SCOM configuration for TP bridge units
#--
#-- OWNER NAME  : Joe McGill              Email: jmcgill@us.ibm.com
#--
#--------------------------------------------------------------------------------

SyntaxVersion = 1

#--------------------------------------------------------------------------------
#-- Includes
#--------------------------------------------------------------------------------


#--------------------------------------------------------------------------------
#-- HTM SCOM initializations
#--------------------------------------------------------------------------------

# HTM Configuration Register
scom 0x02010888 {
    bits,    scom_data;
    0:4,     0b00001; # oper hang divider = 1
}


#--------------------------------------------------------------------------------
#-- ICP SCOM initializations
#--------------------------------------------------------------------------------

# ICP Mode Register 0
scom 0x020109CB {
    bits,    scom_data;
    15:19,   0b00001; # oper hang divider = 1
    23:27,   0b00011; # data hang divider = 3
}


#--------------------------------------------------------------------------------
#-- HCA SCOM initializations
#--------------------------------------------------------------------------------

# HCA Mode Register
scom 0x0201094F {
    bits,    scom_data;
    16:20,   0b00011; # oper/data hang divider = 3 (HW242836)
}
OpenPOWER on IntegriCloud