blob: edac7a92b7b8a8b189f4905e04d14495b5bbe0c8 (
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
|
<?xml version="1.0"?>
<vpd>
<!-- OpenPower P9 system Planar with direct attached ISDIMM FRU VPD-->
<!-- DDR4 ISDIMMs are plugged onto this system board -->
<name>FILENAME</name>
<size>64kb</size>
<VD>01</VD>
<record name="VINI">
<rtvpdfile>openPower_vini_sample.xml</rtvpdfile>
</record>
<record name="OSYS">
<rtvpdfile>openPower_osys_sample.xml</rtvpdfile>
</record>
<record name="OPFR">
<rtvpdfile>openPower_opfr_sample.xml</rtvpdfile>
</record>
<record name="VNDR">
<rtvpdfile>openPower_vndr_sample.xml</rtvpdfile>
</record>
<record name="MEMD">
<rtvpdfile>openPower_memd_sample.xml</rtvpdfile>
</record>
<record name="VER0">
<rtvpdfile>openPower_ver0_sample.xml</rtvpdfile>
</record>
<record name="MER0">
<rtvpdfile>openPower_mer0_sample.xml</rtvpdfile>
</record>
<record name="VMSC">
<rtvpdfile>openPower_vmsc_sample.xml</rtvpdfile>
</record>
<record name="VRTN">
<rtvpdfile>openPower_vrtn_sample.xml</rtvpdfile>
</record>
</vpd>
|