summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/target_types_hb.xml
blob: a3a7881ce83dffc88ac47c2584c65fea59997710 (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!-- IBM_PROLOG_BEGIN_TAG                                                   -->
<!-- This is an automatically generated prolog.                             -->
<!--                                                                        -->
<!-- $Source: src/usr/targeting/common/xmltohb/target_types_hb.xml $        -->
<!--                                                                        -->
<!-- IBM CONFIDENTIAL                                                       -->
<!--                                                                        -->
<!-- COPYRIGHT International Business Machines Corp. 2011,2014              -->
<!--                                                                        -->
<!-- p1                                                                     -->
<!--                                                                        -->
<!-- Object Code Only (OCO) source materials                                -->
<!-- Licensed Internal Code Source Materials                                -->
<!-- IBM HostBoot Licensed Internal Code                                    -->
<!--                                                                        -->
<!-- The source code for this program is not published or otherwise         -->
<!-- divested of its trade secrets, irrespective of what has been           -->
<!-- deposited with the U.S. Copyright Office.                              -->
<!--                                                                        -->
<!-- Origin: 30                                                             -->
<!--                                                                        -->
<!-- IBM_PROLOG_END_TAG                                                     -->

<attributes>

<!-- =====================================================================
     HOST BOOT TARGETS
     Contains the definition of the different types of Hostboot targets
     and target type extensions to add attributes to common target types
     ================================================================= -->

<targetTypeExtension>
    <id>sys-sys-power8</id>
    <attribute><id>IS_MPIPL_HB</id></attribute>
    <attribute><id>IBSCOM_ENABLE_OVERRIDE</id></attribute>
    <attribute><id>HB_MUTEX_TEST_LOCK</id></attribute>
    <attribute><id>HB_EXISTING_IMAGE</id></attribute>
</targetTypeExtension>

<targetTypeExtension>
    <id>chip-processor</id>
    <attribute>
        <id>FSI_MASTER_MUTEX</id>
    </attribute>
    <attribute>
        <id>FSI_SCOM_MUTEX</id>
    </attribute>
    <attribute>
        <id>SCOM_IND_MUTEX</id>
    </attribute>
    <attribute><id>SCAN_MUTEX</id></attribute>
    <!-- new attribute for isteps 15 & 16 -->
    <attribute>
        <id>SLW_IMAGE_ADDR</id>
    </attribute>
    <attribute>
        <id>SLW_IMAGE_SIZE</id>
    </attribute>
</targetTypeExtension>

<targetTypeExtension>
    <id>chip-processor-power8</id>
    <attribute>
        <id>I2C_ENGINE_MUTEX_0</id>
        <default>0</default>
    </attribute>
    <attribute>
        <id>I2C_ENGINE_MUTEX_1</id>
        <default>0</default>
    </attribute>
    <attribute>
        <id>I2C_ENGINE_MUTEX_2</id>
        <default>0</default>
    </attribute>
    <attribute>
        <id>XSCOM_VIRTUAL_ADDR</id>
    </attribute>
</targetTypeExtension>

<!-- Centaur chip/DMI -->

<targetTypeExtension>
    <id>chip-membuf-centaur</id>
    <attribute>
        <id>FSI_SCOM_MUTEX</id>
    </attribute>
    <attribute>
        <id>SCOM_IND_MUTEX</id>
    </attribute>
    <attribute><id>SCAN_MUTEX</id></attribute>
    <attribute>
        <id>IBSCOM_VIRTUAL_ADDR</id>
    </attribute>
    <attribute>
        <id>IBSCOM_MUTEX</id>
    </attribute>
    <attribute>
        <id>I2C_ENGINE_MUTEX_0</id>
        <default>0</default>
    </attribute>
    <attribute>
        <id>I2C_ENGINE_MUTEX_1</id>
        <default>0</default>
    </attribute>
</targetTypeExtension>

<targetTypeExtension>
    <id>unit-ex-power8</id>
    <attribute>
        <id>HB_PM_SPWUP_OHA_FLAG</id>
    </attribute>
</targetTypeExtension>

</attributes>
OpenPOWER on IntegriCloud