blob: 513295184cf4fcdbe99eba83c3c9d2b6eba264d1 (
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
|
<?xml version="1.0"?>
<record name="OPFR">
<rdesc>The OPFR record</rdesc>
<keyword name="RT">
<kwdesc>The Record Type keyword</kwdesc>
<kwformat>ascii</kwformat>
<kwlen>4</kwlen>
<kwdata>OPFR</kwdata>
</keyword>
<keyword name="VD">
<kwdesc>Record Version</kwdesc>
<kwformat>ascii</kwformat>
<kwlen>2</kwlen>
<kwdata>03</kwdata>
</keyword>
<keyword name="VN">
<kwdesc>Vendor Name</kwdesc>
<kwformat>ascii</kwformat>
<kwlen>16</kwlen>
<kwdata>0000000000000000</kwdata>
</keyword>
<keyword name="DR">
<kwdesc>FRU Description</kwdesc>
<kwformat>ascii</kwformat>
<kwlen>16</kwlen>
<kwdata>OPENBMC CARD </kwdata>
</keyword>
<keyword name="VP">
<kwdesc>Card Part Number</kwdesc>
<kwformat>ascii</kwformat>
<kwlen>16</kwlen>
<kwdata>0000000000000000</kwdata>
</keyword>
<keyword name="VS">
<kwdesc>Card Serial Number</kwdesc>
<kwformat>ascii</kwformat>
<kwlen>16</kwlen>
<kwdata>0000000000000000</kwdata>
</keyword>
<keyword name="MB">
<kwdesc>Manufacturing Build Date</kwdesc>
<kwformat>hex</kwformat>
<kwlen>8</kwlen>
<kwdata>0000000000000000</kwdata>
</keyword>
<keyword name="UD">
<kwdesc>OpenBMC UUID</kwdesc>
<kwformat>hex</kwformat>
<kwlen>17</kwlen>
<kwdata>0100000000000000000000000000000000</kwdata>
</keyword>
<keyword name="B1">
<kwdesc>Eight Ethernet MAC Addresses (8bytes each)</kwdesc>
<kwformat>hex</kwformat>
<kwlen>64</kwlen>
<kwdata>00</kwdata>
</keyword>
</record>
|