summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/target_types_hb.xml
blob: b1840d742a67b6308841d8011d19365587a4d35e (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 $        -->
<!--                                                                        -->
<!-- OpenPOWER HostBoot Project                                             -->
<!--                                                                        -->
<!-- COPYRIGHT International Business Machines Corp. 2011,2014              -->
<!--                                                                        -->
<!-- Licensed under the Apache License, Version 2.0 (the "License");        -->
<!-- you may not use this file except in compliance with the License.       -->
<!-- You may obtain a copy of the License at                                -->
<!--                                                                        -->
<!--     http://www.apache.org/licenses/LICENSE-2.0                         -->
<!--                                                                        -->
<!-- Unless required by applicable law or agreed to in writing, software    -->
<!-- distributed under the License is distributed on an "AS IS" BASIS,      -->
<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or        -->
<!-- implied. See the License for the specific language governing           -->
<!-- permissions and limitations under the License.                         -->
<!--                                                                        -->
<!-- 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