summaryrefslogtreecommitdiffstats
path: root/examples/memcard4_ddr4/openPower_vrtn_sample.xml
blob: 4c2a97e5d72a0cea400f855d9018d6f9e8f895cf (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
<?xml version="1.0"?>
<vpd>

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

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

    <keyword name="SO">
      <kwdesc>The SO keyword</kwdesc>
      <kwformat>hex</kwformat>
      <kwlen>2</kwlen>
      <kwdata>00</kwdata>
    </keyword>

    <keyword name="IN">
      <kwdesc>Free Space for Sofware Data</kwdesc>
      <kwformat>hex</kwformat>
      <kwlen>254</kwlen>
      <kwdata>00</kwdata>
    </keyword>

    <keyword name="I2">
      <kwdesc>Additional Free Space for Sofware Data</kwdesc>
      <kwformat>hex</kwformat>
      <kwlen>254</kwlen>
      <kwdata>00</kwdata>
    </keyword>

  </record>

</vpd>
OpenPOWER on IntegriCloud