summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Miles <milesg@ibm.com>2019-05-14 20:24:08 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-05-20 09:45:07 -0500
commitd4f73f9d0e7509ebcb28e93aa17091c1a73bbc68 (patch)
treee0e77d5b668a33da6b8b734d8f0f2365a1dd0559 /src
parentf730180b2b417a517d8ee86865bc3cd21f9a7482 (diff)
downloadtalos-hostboot-d4f73f9d0e7509ebcb28e93aa17091c1a73bbc68.tar.gz
talos-hostboot-d4f73f9d0e7509ebcb28e93aa17091c1a73bbc68.zip
Revert change to disable polling in getRSP
Now that simics has been fixed, this change can be reverted. Change-Id: I2094d7e047c59bf881ed7fef55162c917f5232b8 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77375 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Matthew Raybuck <matthew.raybuck@ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77376 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_inband.C4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_inband.C b/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_inband.C
index 5f56f5242..cdadcd1c7 100644
--- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_inband.C
+++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_inband.C
@@ -535,12 +535,8 @@ fapi2::ReturnCode getRSP(
{
std::vector<uint8_t> l_data(static_cast<int>(sizeof(o_rsp)));
- //TODO RTC: 209669 Remove workaround when simics model issue fixes
- // endianess issues with doorbell register
-#ifndef CONFIG_AXONE_BRING_UP
// Polls for the response to be ready first
FAPI_TRY(poll_for_response_ready(i_target));
-#endif
FAPI_INF("Reading the response buffer...");
FAPI_TRY(fapi2::getMMIO(i_target, EXPLR_IB_RSP_ADDR, BUFFER_TRANSACTION_SIZE, l_data));
OpenPOWER on IntegriCloud