summaryrefslogtreecommitdiffstats
path: root/examples/sysplanar32_ddr3/openPower_vndr_sample.xml
blob: f8d64381e84f1f626849e7612f7b4e56127609c8 (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>

  <record name="VNDR">
    <rdesc>The VNDR record</rdesc>

    <keyword name="RT">
      <kwdesc>The Record Type keyword</kwdesc>
      <kwformat>ascii</kwformat>
      <kwlen>4</kwlen>
      <kwdata>VNDR</kwdata>
    </keyword>

    <keyword name="VD">
      <kwdesc>Record Version</kwdesc>
      <kwformat>ascii</kwformat>
      <kwlen>2</kwlen>
      <kwdata>01</kwdata>
    </keyword>

    <keyword name="IN">
      <kwdesc>Vendor Specific Data</kwdesc>
      <kwformat>hex</kwformat>
      <kwlen>128</kwlen>
      <kwdata>00</kwdata>
    </keyword>

  </record>

</vpd>
OpenPOWER on IntegriCloud