summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMichael Y. Lim <youhour@us.ibm.com>2017-07-05 12:31:30 -0500
committerMichael Y. Lim <youhour@us.ibm.com>2017-07-05 12:31:30 -0500
commit58c9e4dbbca22bd399fdbc4c4b67595aaa7749cc (patch)
tree51ffaeccd0bf85f6e690d4b50a3e46f3ed451410 /examples
parentbe5d9c6c1cc8192641b073bc331d0050154607ae (diff)
downloadvpdtools-58c9e4dbbca22bd399fdbc4c4b67595aaa7749cc.tar.gz
vpdtools-58c9e4dbbca22bd399fdbc4c4b67595aaa7749cc.zip
Add NV keyword to VNDR Record
Hostboot has the need to add nvlink configuration data to support multiple nvlink on a system planar. NV keyword was created and include in VNDR record to meet this requirement. bug: NA branch: master Signed-off-by: Michael Y. Lim <youhour@us.ibm.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/p9/sysplanar32_ddr4/openPower_vndr_sample.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/examples/p9/sysplanar32_ddr4/openPower_vndr_sample.xml b/examples/p9/sysplanar32_ddr4/openPower_vndr_sample.xml
index f8d6438..70def94 100644
--- a/examples/p9/sysplanar32_ddr4/openPower_vndr_sample.xml
+++ b/examples/p9/sysplanar32_ddr4/openPower_vndr_sample.xml
@@ -15,7 +15,7 @@
<kwdesc>Record Version</kwdesc>
<kwformat>ascii</kwformat>
<kwlen>2</kwlen>
- <kwdata>01</kwdata>
+ <kwdata>02</kwdata>
</keyword>
<keyword name="IN">
@@ -25,6 +25,13 @@
<kwdata>00</kwdata>
</keyword>
+ <keyword name="NV">
+ <kwdesc>NVLINK Configuration Data</kwdesc>
+ <kwformat>hex</kwformat>
+ <kwlen>255</kwlen>
+ <kwdata>00</kwdata>
+ </keyword>
+
</record>
</vpd>
OpenPOWER on IntegriCloud