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/README | |
| 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/README')
| -rw-r--r-- | examples/README | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/examples/README b/examples/README index 10f7a5a..3822563 100644 --- a/examples/README +++ b/examples/README @@ -1,33 +1,43 @@ Full Image Examples =================== -memcard1_ddr3: This is an example of a VPD template for a DDR3 memory riser +Power8 FRU VPD example: +====================== + +p8/memcard1_ddr3: This is an example of a VPD template for a DDR3 memory riser card with a single memory buffer(Centaur). -memcard4_ddr3: This is an example of a VPD template for a DDR3 memory riser +p8/memcard4_ddr3: This is an example of a VPD template for a DDR3 memory riser card with 2 to 4 memory buffer (Centaurs). -memcard1_ddr4: This is an example of a VPD template for a DDR4 memory riser +p8/memcard1_ddr4: This is an example of a VPD template for a DDR4 memory riser card with a single memory buffer(Centaur). -memcard4_ddr4: This is an example of a VPD template for a DDR4 memory riser +p8/memcard4_ddr4: This is an example of a VPD template for a DDR4 memory riser card with 2 to 4 memory buffer (Centaurs). -sysplanar: This is an example of a VPD template for an OpenPower system +p8/sysplanar: This is an example of a VPD template for an OpenPower system planar (aka mother board) that does not have any memory buffer on the card. A memory riser card will be plugged onto this system planar. -sysplanar32_ddr3: This is an example of a VPD template for an OpenPower system +p8/sysplanar32_ddr3: This is an example of a VPD template for an OpenPower system planar (aka mother board) that has upto 32 memory buffers (Centaurs) on the card. DDR3 ISDIMMs are plugged onto this system planar. -sysplanar32_ddr4: This is an example of a VPD template for an OpenPower system +p8/sysplanar32_ddr4: This is an example of a VPD template for an OpenPower system planar (aka mother board) that has upto 32 memory buffers (Centaurs) on the card. DDR3 ISDIMMs are plugged onto this system planar. +Power9 FRU VPD example: +====================== +p9/sysplanar32_ddr4: This is an example of a VPD template for an OpenPower P9 system + planar (aka mother board) that has DDR4 ISDIMMs direct attach to + the processor on the same card that the ISDIMM are plugged onto. + + Syntax Examples =============== bindatainput: Shows the syntax to have a binary input file for the keyword @@ -41,4 +51,4 @@ rbinfile: Shows how to include a binary file that contains an entire simple: Most basic syntax example tworecords: Shows how to define multiple records within one top level - input file
\ No newline at end of file + input file |

