summaryrefslogtreecommitdiffstats
path: root/examples/memcard4_ddr4/openPower_vmsc_sample.xml
blob: cc65fbd25db445fceff114e7d6fcf2f967e80b94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<vpd>

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

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

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

  </record>

</vpd>
OpenPOWER on IntegriCloud