summaryrefslogtreecommitdiffstats
path: root/examples/memcard1_ddr3/openPower_opfr_sample.xml
diff options
context:
space:
mode:
authorMichael Y. Lim <youhour@us.ibm.com>2016-06-20 15:24:59 -0500
committerMichael Y. Lim <youhour@us.ibm.com>2016-06-20 15:24:59 -0500
commit2deb6f556377b9da5a03a46676f4761d5396e8bb (patch)
tree13e30c44db8cef9950ef2bef64efd12066129aba /examples/memcard1_ddr3/openPower_opfr_sample.xml
parent00aa62ffd7a0f354b46ba15a67933d0339466a07 (diff)
downloadvpdtools-2deb6f556377b9da5a03a46676f4761d5396e8bb.tar.gz
vpdtools-2deb6f556377b9da5a03a46676f4761d5396e8bb.zip
Add openPower Power9 FRU VPD template
Add Power9 FRU VPD template. Also move Power8 FRU VPD template to p8 directory. bug: na branch: p9v1 Signed-off-by: Michael Y. Lim <youhour@us.ibm.com>
Diffstat (limited to 'examples/memcard1_ddr3/openPower_opfr_sample.xml')
-rw-r--r--examples/memcard1_ddr3/openPower_opfr_sample.xml51
1 files changed, 0 insertions, 51 deletions
diff --git a/examples/memcard1_ddr3/openPower_opfr_sample.xml b/examples/memcard1_ddr3/openPower_opfr_sample.xml
deleted file mode 100644
index ed8b5b2..0000000
--- a/examples/memcard1_ddr3/openPower_opfr_sample.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0"?>
-<vpd>
-
- <record name="OPFR">
- <rdesc>The OPFR record</rdesc>
-
- <keyword name="RT">
- <kwdesc>The Record Type keyword</kwdesc>
- <kwformat>ascii</kwformat>
- <kwlen>4</kwlen>
- <kwdata>OPFR</kwdata>
- </keyword>
-
- <keyword name="VD">
- <kwdesc>Record Version</kwdesc>
- <kwformat>ascii</kwformat>
- <kwlen>2</kwlen>
- <kwdata>01</kwdata>
- </keyword>
-
- <keyword name="VN">
- <kwdesc>Vendor Name</kwdesc>
- <kwformat>ascii</kwformat>
- <kwlen>16</kwlen>
- <kwdata>0000000000000000</kwdata>
- </keyword>
-
- <keyword name="DR">
- <kwdesc>FRU Description</kwdesc>
- <kwformat>ascii</kwformat>
- <kwlen>16</kwlen>
- <kwdata>xxxGB DDR3 MEMCD</kwdata>
- </keyword>
-
- <keyword name="VP">
- <kwdesc>Card Part Number</kwdesc>
- <kwformat>ascii</kwformat>
- <kwlen>16</kwlen>
- <kwdata>0000000000000000</kwdata>
- </keyword>
-
- <keyword name="VS">
- <kwdesc>Card Serial Number</kwdesc>
- <kwformat>ascii</kwformat>
- <kwlen>16</kwlen>
- <kwdata>0000000000000000</kwdata>
- </keyword>
-
- </record>
-
-</vpd>
OpenPOWER on IntegriCloud