summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/fapiHwpAttributeInfo.xml
blob: ce0a63042b4fbddd7a22648c005281d6802659df (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
<!-- XML file specifying HW Procedure requested attributes. -->
<!-- This is just the initial test version. HWPs will replace with an official version. -->

<attributes>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_TEST_UINT8</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>Test Attr UINT8. DefaultVal 6</description>
    <valueType>uint8</valueType>
    <defaultValue>6</defaultValue>
    <writeable/>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_TEST_UINT32</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>Test Attr UINT32. PLAT (sets val to 3). RO</description>
    <valueType>uint32</valueType>
    <platInit/>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_TEST_UINT64</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>Test Attr UINT64. Enum. DefaultVal VALB</description>
    <valueType>uint64</valueType>
    <defaultValue>VALB</defaultValue>
    <enum>VALA VALB VALC</enum>
    <writeable/>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_TEST_UINT8_ARRAY</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>Test Attr UINT8 ARRAY[3]. DefaultVal 2</description>
    <valueType>uint8</valueType>
    <defaultValue>2</defaultValue>
    <array>3</array>
    <writeable/>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_TEST_UINT32_ARRAY</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>Test Attr UINT32 ARRAY[2][3][4]. DefaultVal 8</description>
    <valueType>uint32</valueType>
    <defaultValue>8</defaultValue>
    <array>2 3 4</array>
    <writeable/>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_TEST_UINT64_ARRAY</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>Test Attr UINT64 ARRAY[5]. PLAT (sets vals to 4). RO</description>
    <valueType>uint64</valueType>
    <platInit/>
    <array>5</array>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_TEST_STRING1</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>Test Attr STRING1. DefaultVal 'mike'</description>
    <valueType>string</valueType>
    <defaultValue>mike</defaultValue>
    <writeable/>
  </attribute>
  <!-- ********************************************************************* -->
  <attribute>
    <id>ATTR_TEST_STRING2</id>
    <targetType>TARGET_TYPE_SYSTEM</targetType>
    <description>Test Attr STRING2. PLAT (sets val to 'platString')</description>
    <valueType>string</valueType>
    <writeable/>
  </attribute>
</attributes>
OpenPOWER on IntegriCloud