summaryrefslogtreecommitdiffstats
path: root/import
diff options
context:
space:
mode:
authorCHRISTINA L. GRAVES <clgraves@us.ibm.com>2015-10-13 12:34:01 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2015-11-20 10:12:46 -0600
commite0f45026690aa7a91298dd1051ca4df4a2e1511a (patch)
tree19263654445ef3f32e730a8eb996ae7bebdebe9e /import
parent6c67213edfd6071bd40aa126823548daf02d7329 (diff)
downloadtalos-sbe-e0f45026690aa7a91298dd1051ca4df4a2e1511a.tar.gz
talos-sbe-e0f45026690aa7a91298dd1051ca4df4a2e1511a.zip
Changing address because of fix in the new model
Change-Id: I035b3fa70fba14175201a262578cf064aeaebe9b Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21134 Tested-by: Jenkins Server Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22234 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'import')
-rw-r--r--import/chips/p9/procedures/hwp/nest/p9_pba_coherent_utils.C4
1 files changed, 1 insertions, 3 deletions
diff --git a/import/chips/p9/procedures/hwp/nest/p9_pba_coherent_utils.C b/import/chips/p9/procedures/hwp/nest/p9_pba_coherent_utils.C
index 272242ab..a08c8dbb 100644
--- a/import/chips/p9/procedures/hwp/nest/p9_pba_coherent_utils.C
+++ b/import/chips/p9/procedures/hwp/nest/p9_pba_coherent_utils.C
@@ -231,9 +231,7 @@ extern "C"
"Error writing to the OCB3 Status Control Register with or mask");
//Write the address to OCB3_ADDRESS Register
- ocb3_addr_data = 0xE000000000000000 | (i_address & 0x7FFFFFFull);
- //TODO when the fix has come to us for the PBA need to change this back to B instead of E
- //uint64_t ocb3_addr_data = 0xB000000000000000 | (i_address & 0x7FFFFFFull);
+ ocb3_addr_data = 0xB000000000000000 | (i_address & 0x7FFFFFFull);
ocb3_addr.insertFromRight<0, 64>(ocb3_addr_data);
FAPI_TRY(fapi2::putScom(i_target, PU_OCB_PIB_OCBAR3, ocb3_addr),
OpenPOWER on IntegriCloud