summaryrefslogtreecommitdiffstats
path: root/examples/p9/openbmc/openPower_obmc.tvpd
blob: feaf0e19f7071fc5d1b26651cfc6e083970a5236 (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
<?xml version="1.0"?>
<vpd>
  <!-- OpenBMC FRU VPD for P9 OpenPower Systems-->
  <!-- Requires 4 Kbytes eeprom-->

  <name>FILENAME</name>
  <size>4kb</size>
  <VD>01</VD>

  <record name="VINI">
    <rtvpdfile>openPower_obmc_vini_record.xml</rtvpdfile>
  </record>

  <record name="OPFR">
    <rtvpdfile>openPower_obmc_opfr_record.xml</rtvpdfile>
  </record>

  <record name="VNDR">
    <rtvpdfile>openPower_obmc_vndr_record.xml</rtvpdfile>
  </record>

  <record name="VMSC">
    <rtvpdfile>openPower_obmc_vmsc_record.xml</rtvpdfile>
  </record>

  <record name="VRTN">
    <rtvpdfile>openPower_obmc_vrtn_record.xml</rtvpdfile>
  </record>

</vpd>
OpenPOWER on IntegriCloud