summaryrefslogtreecommitdiffstats
path: root/src/import
diff options
context:
space:
mode:
Diffstat (limited to 'src/import')
-rw-r--r--src/import/chips/p9/procedures/hwp/initfiles/p9a_mc_scom.C4
-rw-r--r--src/import/chips/p9/procedures/hwp/initfiles/p9a_mcc_omi_scom.C2
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml10
3 files changed, 13 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/hwp/initfiles/p9a_mc_scom.C b/src/import/chips/p9/procedures/hwp/initfiles/p9a_mc_scom.C
index a0541793c..9e53c45e5 100644
--- a/src/import/chips/p9/procedures/hwp/initfiles/p9a_mc_scom.C
+++ b/src/import/chips/p9/procedures/hwp/initfiles/p9a_mc_scom.C
@@ -44,8 +44,8 @@ fapi2::ReturnCode p9a_mc_scom(const fapi2::Target<fapi2::TARGET_TYPE_MC>& TGT0,
{
FAPI_TRY(fapi2::getScom( TGT0, 0x70123afull, l_scom_buffer ));
- constexpr auto l_MCP_MISC_MBA_SCOMFIR_MCBPARMQ_CFG_CLOCK_MONITOR_EN_ON = 0x1;
- l_scom_buffer.insert<59, 1, 63, uint64_t>(l_MCP_MISC_MBA_SCOMFIR_MCBPARMQ_CFG_CLOCK_MONITOR_EN_ON );
+ constexpr auto l_MCP_MISC_MCBPARMQ_CFG_CLOCK_MONITOR_EN_ON = 0x1;
+ l_scom_buffer.insert<59, 1, 63, uint64_t>(l_MCP_MISC_MCBPARMQ_CFG_CLOCK_MONITOR_EN_ON );
FAPI_TRY(fapi2::putScom(TGT0, 0x70123afull, l_scom_buffer));
}
{
diff --git a/src/import/chips/p9/procedures/hwp/initfiles/p9a_mcc_omi_scom.C b/src/import/chips/p9/procedures/hwp/initfiles/p9a_mcc_omi_scom.C
index ba6150c7a..7bfcfc5a3 100644
--- a/src/import/chips/p9/procedures/hwp/initfiles/p9a_mcc_omi_scom.C
+++ b/src/import/chips/p9/procedures/hwp/initfiles/p9a_mcc_omi_scom.C
@@ -304,7 +304,7 @@ fapi2::ReturnCode p9a_mcc_omi_scom(const fapi2::Target<fapi2::TARGET_TYPE_MCC>&
{
FAPI_TRY(fapi2::getScom( TGT0, 0x7010a13ull, l_scom_buffer ));
- l_scom_buffer.insert<48, 8, 56, uint64_t>(literal_0b0000110000 );
+ l_scom_buffer.insert<48, 8, 54, uint64_t>(literal_0b0000110000 );
FAPI_TRY(fapi2::putScom(TGT0, 0x7010a13ull, l_scom_buffer));
}
{
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml
index 7e7a5ccf0..016a41666 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml
@@ -8438,6 +8438,16 @@
<test>GREATER_THAN_OR_EQUAL</test>
</ec>
</chip>
+ </chipEcFeature>
+ </attribute>
+ <!-- ******************************************************************** -->
+ <attribute>
+ <id>ATTR_CHIP_EC_FEATURE_AXONE_SW430383</id>
+ <targetType>TARGET_TYPE_PROC_CHIP</targetType>
+ <description>
+ Revert PCI store thread based ordering mode for SW430383
+ </description>
+ <chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_AXONE</name>
<ec>
OpenPOWER on IntegriCloud