summaryrefslogtreecommitdiffstats
path: root/mainboard/talos-VNDR.tvpd
blob: d8b123883d35e212f64c22f5018597fca5c0ac35 (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
<?xml version="1.0" encoding="utf-8"?>
<vpd>
  <record name="VNDR">
    <rdesc>The VNDR record</rdesc>
    <keyword name="RT">
      <kwdesc>The Record Type keyword</kwdesc>
      <kwlen>4</kwlen>
      <kwformat>ascii</kwformat>
      <kwdata>VNDR</kwdata>
    </keyword>
    <keyword name="VD">
      <kwdesc>Record Version</kwdesc>
      <kwlen>2</kwlen>
      <kwformat>ascii</kwformat>
      <kwdata>01</kwdata>
    </keyword>
    <keyword name="IN">
      <kwdesc>Vendor Specific Data</kwdesc>
      <kwlen>128</kwlen>
      <kwformat>hex</kwformat>
      <kwdata>00</kwdata>
    </keyword>
  </record>
</vpd>
OpenPOWER on IntegriCloud