summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml
diff options
context:
space:
mode:
authorBen Gass <bgass@us.ibm.com>2018-02-15 18:41:44 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-04-30 13:34:41 -0500
commit6fd61efddafb06690f516189896b6c9925e968ab (patch)
tree3dcb4895e27b395dae60a6fa806fcd8156b730f2 /src/import/chips/p9/procedures/xml
parent80295355e810c092007d9df7acf9ae9e9691f88a (diff)
downloadtalos-hostboot-6fd61efddafb06690f516189896b6c9925e968ab.tar.gz
talos-hostboot-6fd61efddafb06690f516189896b6c9925e968ab.zip
Add p9a.omi.pll.scan.initfile and ifCompiler support.
Frequencies supported for OMI: OMI VCO Data rate MCA_FREQ 19200, 0, DDR4-2400 1200 21330, 0, DDR4-2667 1333 23460, 0, DDR4-2933 1466 23460, 1, DDR4-2933 1466 25600, 1, DDR4-3200 1600 Change-Id: Ideebc4636f79302f3728264fb8dc63a3ba4e807a Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/54198 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Benjamin Gass <bgass@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/54203 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml21
1 files changed, 20 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml
index b67d73cb4..4ceceb46e 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml
@@ -60,8 +60,11 @@
<valueType>uint32</valueType>
<enum>
2000 = 2000,
- 2400 = 2400
+ 2400 = 2400,
+ 1333 = 1333,
+ 1600 = 1600
</enum>
+ <writeable/>
<platInit/>
</attribute>
<!-- ********************************************************************** -->
@@ -73,6 +76,7 @@
</description>
<valueType>uint32</valueType>
<enum>
+ 19200 = 19200,
21330 = 21330,
23460 = 23460,
25600 = 25600
@@ -82,6 +86,21 @@
</attribute>
<!-- ********************************************************************** -->
<attribute>
+ <id>ATTR_OMI_PLL_VCO</id>
+ <targetType>TARGET_TYPE_PROC_CHIP</targetType>
+ <description>
+ Should the 20GHz or the 26GHz OMI PLL VCO be used.
+ </description>
+ <valueType>uint8</valueType>
+ <enum>
+ 20G = 0,
+ 26G = 1
+ </enum>
+ <platInit/>
+ <writeable/>
+</attribute>
+<!-- ********************************************************************** -->
+<attribute>
<id>ATTR_FREQ_O_MHZ</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
OpenPOWER on IntegriCloud