summaryrefslogtreecommitdiffstats
path: root/examples/README
blob: 382256302b29c9b432a7a4085dbaf8ab6b7d03e5 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Full Image Examples
===================

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

p8/memcard4_ddr3:    This is an example of a VPD template for a DDR3 memory riser
                  card with 2 to 4 memory buffer (Centaurs).

p8/memcard1_ddr4:    This is an example of a VPD template for a DDR4 memory riser
                  card with a single memory buffer(Centaur).

p8/memcard4_ddr4:    This is an example of a VPD template for a DDR4 memory riser
                  card with 2 to 4 memory buffer (Centaurs).

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.

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.                 

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
                  data

hexwithcomments:  Shows inclusion of comments within hex data for easier reading

rbinfile:         Shows how to include a binary file that contains an entire
                  record.  Can be created using the -r option on createVpd.py

simple:           Most basic syntax example

tworecords:       Shows how to define multiple records within one top level
                  input file
OpenPOWER on IntegriCloud