summaryrefslogtreecommitdiffstats
path: root/examples/p8/sysplanar32_ddr3/openPower_vndr_sample.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/p8/sysplanar32_ddr3/openPower_vndr_sample.xml')
-rw-r--r--examples/p8/sysplanar32_ddr3/openPower_vndr_sample.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/examples/p8/sysplanar32_ddr3/openPower_vndr_sample.xml b/examples/p8/sysplanar32_ddr3/openPower_vndr_sample.xml
new file mode 100644
index 0000000..f8d6438
--- /dev/null
+++ b/examples/p8/sysplanar32_ddr3/openPower_vndr_sample.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<vpd>
+
+ <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>
+
+</vpd>
OpenPOWER on IntegriCloud