summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp
diff options
context:
space:
mode:
authorShelton Leung <sleung@us.ibm.com>2017-02-02 14:19:18 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-02-10 21:58:22 -0500
commit20f6c12d57b302d7a384ec041461eb6f023e06a5 (patch)
tree9bd327ac50443515409cfee63a437405689bc926 /src/import/chips/p9/procedures/hwp
parent23f9d13c49a4ed249fd0980643d440d99f8cfb5c (diff)
downloadtalos-hostboot-20f6c12d57b302d7a384ec041461eb6f023e06a5.tar.gz
talos-hostboot-20f6c12d57b302d7a384ec041461eb6f023e06a5.zip
amo cache disabled for dd1 for HW401780
Change-Id: Iad3918c1d7e54b55ecc61f6d66181f0c05b1064a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35839 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> Reviewed-by: Jenny Huynh <jhuynh@us.ibm.com> Reviewed-by: LUKE MURRAY <murrayl@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35865 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp')
-rw-r--r--src/import/chips/p9/procedures/hwp/initfiles/p9_mca_scom.C7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/initfiles/p9_mca_scom.C b/src/import/chips/p9/procedures/hwp/initfiles/p9_mca_scom.C
index 24d34fc82..8fbdf73e8 100644
--- a/src/import/chips/p9/procedures/hwp/initfiles/p9_mca_scom.C
+++ b/src/import/chips/p9/procedures/hwp/initfiles/p9_mca_scom.C
@@ -32,6 +32,7 @@ using namespace fapi2;
constexpr uint64_t literal_0b0100 = 0b0100;
constexpr uint64_t literal_0b11100 = 0b11100;
constexpr uint64_t literal_0b110 = 0b110;
+constexpr uint64_t literal_0b0000000000000000000000000 = 0b0000000000000000000000000;
constexpr uint64_t literal_0x1 = 0x1;
constexpr uint64_t literal_4 = 4;
constexpr uint64_t literal_1 = 1;
@@ -176,6 +177,12 @@ fapi2::ReturnCode p9_mca_scom(const fapi2::Target<fapi2::TARGET_TYPE_MCA>& TGT0,
FAPI_TRY(fapi2::putScom(TGT0, 0x5010824ull, l_scom_buffer));
}
{
+ FAPI_TRY(fapi2::getScom( TGT0, 0x5010825ull, l_scom_buffer ));
+
+ l_scom_buffer.insert<4, 25, 39, uint64_t>(literal_0b0000000000000000000000000 );
+ FAPI_TRY(fapi2::putScom(TGT0, 0x5010825ull, l_scom_buffer));
+ }
+ {
FAPI_TRY(fapi2::getScom( TGT0, 0x5010826ull, l_scom_buffer ));
l_scom_buffer.insert<0, 8, 56, uint64_t>(literal_0x1 );
OpenPOWER on IntegriCloud