diff options
| author | Michael Y. Lim <youhour@us.ibm.com> | 2016-06-20 15:24:59 -0500 |
|---|---|---|
| committer | Michael Y. Lim <youhour@us.ibm.com> | 2016-06-20 15:24:59 -0500 |
| commit | 2deb6f556377b9da5a03a46676f4761d5396e8bb (patch) | |
| tree | 13e30c44db8cef9950ef2bef64efd12066129aba /examples/p8/sysplanar/sysplanar.tvpd | |
| parent | 00aa62ffd7a0f354b46ba15a67933d0339466a07 (diff) | |
| download | vpdtools-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/p8/sysplanar/sysplanar.tvpd')
| -rw-r--r-- | examples/p8/sysplanar/sysplanar.tvpd | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/examples/p8/sysplanar/sysplanar.tvpd b/examples/p8/sysplanar/sysplanar.tvpd new file mode 100644 index 0000000..0cbb258 --- /dev/null +++ b/examples/p8/sysplanar/sysplanar.tvpd @@ -0,0 +1,46 @@ +<?xml version="1.0"?> +<vpd> + <!-- OpenPower system Planar with no memory buffer --> + <!-- This card will be using with memory riser card --> + <!-- and memory buffer/buffers are on the riser card --> + + <name>FILENAME</name> + <size>16kb</size> + <VD>01</VD> + + <record name="VINI"> + <rtvpdfile>openPower_vini_sample.xml</rtvpdfile> + </record> + + <record name="OSYS"> + <rtvpdfile>openPower_osys_sample.xml</rtvpdfile> + </record> + + <record name="OPFR"> + <rtvpdfile>openPower_opfr_sample.xml</rtvpdfile> + </record> + + <record name="VNDR"> + <rtvpdfile>openPower_vndr_sample.xml</rtvpdfile> + </record> + + <record name="VEIR"> + <rtvpdfile>openPower_veir_sample.xml</rtvpdfile> + </record> + + <record name="VER0"> + <rtvpdfile>openPower_ver0_sample.xml</rtvpdfile> + </record> + + <record name="MER0"> + <rtvpdfile>openPower_mer0_sample.xml</rtvpdfile> + </record> + + <record name="VMSC"> + <rtvpdfile>openPower_vmsc_sample.xml</rtvpdfile> + </record> + + <record name="VRTN"> + <rtvpdfile>openPower_vrtn_sample.xml</rtvpdfile> + </record> +</vpd> |

