summaryrefslogtreecommitdiffstats
path: root/mainboard/talos-VRTN.tvpd
blob: c5750602456ee52ad0c753c682c09efbf43c64f5 (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" encoding="utf-8"?>
<vpd>
  <record name="VRTN">
    <rdesc>The Record Type keyword</rdesc>
    <keyword name="RT">
      <kwdesc>The RT keyword</kwdesc>
      <kwlen>4</kwlen>
      <kwformat>ascii</kwformat>
      <kwdata>VRTN</kwdata>
    </keyword>
    <keyword name="SO">
      <kwdesc>The SO keyword</kwdesc>
      <kwlen>2</kwlen>
      <kwformat>hex</kwformat>
      <kwdata>00</kwdata>
    </keyword>
    <keyword name="IN">
      <kwdesc>Free Space for Sofware Data</kwdesc>
      <kwlen>254</kwlen>
      <kwformat>hex</kwformat>
      <kwdata>00</kwdata>
    </keyword>
    <keyword name="I2">
      <kwdesc>Additional Free Space for Sofware Data</kwdesc>
      <kwlen>254</kwlen>
      <kwformat>hex</kwformat>
      <kwdata>00</kwdata>
    </keyword>
  </record>
</vpd>
OpenPOWER on IntegriCloud