summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--import/chips/p9/procedures/hwp/perv/p9_sbe_setup_boot_freq.C4
-rw-r--r--import/chips/p9/procedures/hwp/perv/p9_sbe_setup_boot_freq.H4
-rw-r--r--import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml5
-rw-r--r--import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml10
4 files changed, 5 insertions, 18 deletions
diff --git a/import/chips/p9/procedures/hwp/perv/p9_sbe_setup_boot_freq.C b/import/chips/p9/procedures/hwp/perv/p9_sbe_setup_boot_freq.C
index 98de3f08..3eb2c501 100644
--- a/import/chips/p9/procedures/hwp/perv/p9_sbe_setup_boot_freq.C
+++ b/import/chips/p9/procedures/hwp/perv/p9_sbe_setup_boot_freq.C
@@ -7,7 +7,7 @@
/* */
/* EKB Project */
/* */
-/* COPYRIGHT 2015 */
+/* COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -71,7 +71,7 @@ BootFreqInitAttributes(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_targ
i_boot_frequency_multiplier = DEFAULT_BOOT_FREQUENCY_MULTIPLIER;
- FAPI_TRY(FAPI_ATTR_GET(fapi2::ATTR_BOOT_FMULT, i_target, i_boot_frequency_multiplier));
+ FAPI_TRY(FAPI_ATTR_GET(fapi2::ATTR_BOOT_FREQ_MULT, i_target, i_boot_frequency_multiplier));
// If attribute values are zero, use the default values (hardcoded)
diff --git a/import/chips/p9/procedures/hwp/perv/p9_sbe_setup_boot_freq.H b/import/chips/p9/procedures/hwp/perv/p9_sbe_setup_boot_freq.H
index 21d0f6d5..c9f2d82a 100644
--- a/import/chips/p9/procedures/hwp/perv/p9_sbe_setup_boot_freq.H
+++ b/import/chips/p9/procedures/hwp/perv/p9_sbe_setup_boot_freq.H
@@ -7,7 +7,7 @@
/* */
/* EKB Project */
/* */
-/* COPYRIGHT 2015 */
+/* COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -43,7 +43,7 @@ extern "C"
/// into each configured EQ chiplet.
/// @param [in] i_target TARGET_TYPE_PROC_CHIP
/// @attr
-/// @attritem ATTR_BOOT_FMULT - 11 bit frequency multiplier of refclk
+/// @attritem ATTR_BOOT_FREQ_MULT - 11 bit frequency multiplier of refclk
/// @return FAPI2_RC_SUCCESS
fapi2::ReturnCode
p9_sbe_setup_boot_freq(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target);
diff --git a/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml b/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml
index 70ad99c4..59543d82 100644
--- a/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml
+++ b/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml
@@ -92,7 +92,7 @@
</entry>
<entry>
<name>ATTR_BOOT_FREQ_MULT</name>
- <value>0x0</value>
+ <value>0x00B4</value>
</entry>
<entry>
<name>ATTR_HWP_CONTROL_FLAGS_VALID</name>
@@ -429,9 +429,6 @@
<name>ATTR_CLOCK_PLL_MUX0</name>
<value>0x0</value>
</entry>
- <entry>
- <name>ATTR_BOOT_FMULT</name>
- </entry>
<entry>
<name>ATTR_PROC_EPS_READ_CYCLES_T0</name>
<value>0x00000FFF</value>
diff --git a/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml b/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml
index 2c7370f7..2936841b 100644
--- a/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml
+++ b/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml
@@ -311,16 +311,6 @@
</attribute>
<attribute>
- <id>ATTR_BOOT_FMULT</id>
- <targetType>TARGET_TYPE_PROC_CHIP</targetType>
- <description>EQ boot frequency multiplier</description>
- <valueType>uint16</valueType>
- <persistRuntime/>
- <platInit/>
- <writeable/>
-</attribute>
-
-<attribute>
<id>ATTR_BRANCH_PIBMEM_ADDR</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description></description>
OpenPOWER on IntegriCloud