summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/initfiles/p8.psi.scom.initfile
blob: d291f3cfb3650011911cbc9aea7dfba7c97a5580 (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
#-- $Id: p8.psi.scom.initfile,v 1.6 2014/04/23 13:47:41 jmcgill Exp $
#-------------------------------------------------------------------------------
#--
#-- (C) Copyright International Business Machines Corp. 2011
#-- All Rights Reserved -- Property of IBM
#-- ***  ***
#--
#-- TITLE       : p8.psi.scom.initfile
#-- DESCRIPTION : Perform PSI configuration
#--
#-- OWNER NAME  : Joe McGill              Email: jmcgill@us.ibm.com
#--
#--------------------------------------------------------------------------------

SyntaxVersion = 1

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


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

# PSI Host Bridge Error Mask Register
scom 0x0201090F {
    bits,    scom_data;
    16:27,   0x000;
    48:52,   0b00000;
}

# PSI Host Bridge FIR Action0 Register
scom 0x02010906 {
    bits,    scom_data;
    0:63,    0x0000000000000000;
}

# PSI Host Bridge FIR Action1 Register
scom 0x02010907 {
    bits,    scom_data;
    0:63,    0xC629000000000000;
}

# PSI Host Bridge FIR Mask Register
scom 0x02010903 {
    bits,    scom_data;
    0:63,    0x3902FFF800000000;
}

OpenPOWER on IntegriCloud