summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wenning <wenning@us.ibm.com>2012-12-11 16:04:44 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-12-13 15:16:35 -0600
commitfa8513c5a50a4632b21c7480f15a671b0cc62fdd (patch)
treee0b6b563bb1512cb22f62208f545478ec6fea3b5
parentc088a2fc7109212007f332d0cb79322e688a4493 (diff)
downloadblackbird-hostboot-fa8513c5a50a4632b21c7480f15a671b0cc62fdd.tar.gz
blackbird-hostboot-fa8513c5a50a4632b21c7480f15a671b0cc62fdd.zip
Update default values for new sbe_config_update Attributes
Change-Id: I52b641327857a3f5c6ab5806b74e5e6a156f2aef Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2649 Tested-by: Jenkins Server Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml30
1 files changed, 21 insertions, 9 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index bded81ecf..acf925c50 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -7587,11 +7587,11 @@ firmware notes: Used as override attribute for pstate procedure
<id>NEST_FREQ_MHZ</id>
<description>
Nest frequency in MHz
- @todo need a default value here.
+ Default should be 2000 MHz per Greg Still
</description>
<simpleType>
<uint32_t>
- <default>0</default>
+ <default>2000</default>
</uint32_t>
</simpleType>
<persistency>volatile</persistency>
@@ -7622,7 +7622,7 @@ firmware notes: Used as override attribute for pstate procedure
other chips and chiplets it has decided are non-functional - this is
why it is not a standard MVPD query.
</description>
- <simpleType>
+ <simpleType>
<uint64_t></uint64_t>
<array>32</array>
</simpleType>
@@ -7737,11 +7737,11 @@ firmware notes: Used as override attribute for pstate procedure
<id>PIB_I2C_REFCLOCK</id>
<description>
i2c reference clock for the system.
- default is 266 per Dean
+ default is 0x15 per Andreas Koenig
</description>
<simpleType>
<uint32_t>
- <default>0x10A</default>
+ <default>0x15</default>
</uint32_t>
</simpleType>
<persistency>volatile</persistency>
@@ -7776,7 +7776,7 @@ firmware notes: Used as override attribute for pstate procedure
<id>PIB_I2C_NEST_PLL</id>
<description>
i2c pll for the system
- default is 0x0177 per Dean.
+ default is 0x0177 per Andreas Koenig.
</description>
<simpleType>
<uint32_t>
@@ -7853,12 +7853,24 @@ firmware notes: Used as override attribute for pstate procedure
<attribute>
<id>BOOT_VOLTAGE</id>
<description>
- Boot Voltage for system.
- Note: default =0 is OK for simics, must change for VPO and HW
+ Boot Voltage for system.
+ 0:2 -> port enables (3b - system design based:
+ port 0 for non-redundant systems (100); all ports for non-redundant (111))
+ 3 -> Unused
+ - current recommended default = 1000b
+ 4:7 -> phase enables (4b - defined by the system power design)
+ - current recommended default = 0000b
+ 8:15 -> VDD voltage (1B in VRM-11 encoded form - 6.25mV increments)
+ note: VPD is in 5mV increments
+ - current recommended default = 0x52
+ 16:23 -> VCS voltage (1B in VRM-11 encoded form - 6.25mV increments)
+ note: VPD is in 5mV increments
+ -current recommended default = 0x4a
+ 24:31 -> Unused = 0x00
</description>
<simpleType>
<uint32_t>
- <default>0</default>
+ <default>0x80524a00</default>
</uint32_t>
</simpleType>
<persistency>volatile</persistency>
OpenPOWER on IntegriCloud