diff options
author | Soma BhanuTej <soma.bhanu@in.ibm.com> | 2019-02-08 01:46:39 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-02-22 13:35:39 -0600 |
commit | a1c6facd1fa725162b6fbc2a2b8433b9281c3045 (patch) | |
tree | 2a4b160f1ede96e3699fa281919d3a30d85ceafb | |
parent | 5cf2cfc52a72e93fdd7f531e1f070969e8fc469a (diff) | |
download | talos-hostboot-a1c6facd1fa725162b6fbc2a2b8433b9281c3045.tar.gz talos-hostboot-a1c6facd1fa725162b6fbc2a2b8433b9281c3045.zip |
Update p9a_10 engd - spy name changes
PVR_VERSION added.
Change-Id: If7adb6125b13f0868a4bed4f468422b5c0628fce
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71567
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+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: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Benjamin Gass <bgass@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71623
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
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> |