summaryrefslogtreecommitdiffstats
path: root/examples/p9/openbmc/openPower_obmc_vndr_record.xml
blob: c9828340afa5e5208c2c772f897f88398431480c (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
<?xml version="1.0"?>

<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>

OpenPOWER on IntegriCloud