summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2014-11-12 11:08:44 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-12-01 15:42:25 -0600
commitae5a0adb5f8350e95d274947233f57e79cc0385c (patch)
tree4070a136ee19a45db03942bf88ff47dc37932a46 /src/usr/hwas
parent21b982cb3db766c1d59a11085ba2566532983692 (diff)
downloadtalos-hostboot-ae5a0adb5f8350e95d274947233f57e79cc0385c.tar.gz
talos-hostboot-ae5a0adb5f8350e95d274947233f57e79cc0385c.zip
Remove workarounds for SPD presence detect
Change-Id: I39ac81fcf079197d065e839d1237c5107e4c6036 RTC: 111211 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14450 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwas')
-rw-r--r--src/usr/hwas/common/hwas.C3
-rw-r--r--src/usr/hwas/hwasPlat.C11
2 files changed, 0 insertions, 14 deletions
diff --git a/src/usr/hwas/common/hwas.C b/src/usr/hwas/common/hwas.C
index 2322271dd..6f23c9e9f 100644
--- a/src/usr/hwas/common/hwas.C
+++ b/src/usr/hwas/common/hwas.C
@@ -861,7 +861,6 @@ errlHndl_t checkMinimumHardware(const TARGETING::ConstTargetHandle_t i_node)
} // if no cores
}
-#ifndef CONFIG_DJVPD_READ_FROM_HW
// check here for functional dimms
TargetHandleList l_dimms;
PredicateCTM l_dimm(CLASS_LOGICAL_CARD, TYPE_DIMM);
@@ -977,8 +976,6 @@ errlHndl_t checkMinimumHardware(const TARGETING::ConstTargetHandle_t i_node)
// errl is now NULL
}
-#endif // CONFIG_DJVPD_READ_FROM_HW
-
// ------------------------------------------------------------
// Check for Mirrored memory -
// If the user requests mirrored memory and we do not have it,
diff --git a/src/usr/hwas/hwasPlat.C b/src/usr/hwas/hwasPlat.C
index 8523d63a3..57fabdee6 100644
--- a/src/usr/hwas/hwasPlat.C
+++ b/src/usr/hwas/hwasPlat.C
@@ -402,17 +402,6 @@ errlHndl_t platPresenceDetect(TargetHandleList &io_targets)
continue;
}
- // HW backed by VPD cannot detect DIMMs at this stage of IPL, so will
- // force all DIMMs on to be present for now and then fix up later
- // @TODO RTC: 111211 - fix DIMMs later
-#ifdef CONFIG_DJVPD_READ_FROM_HW
- if ( pTarget->getAttr<ATTR_TYPE>() == TYPE_DIMM )
- {
- pTarget_it++;
- continue;
- }
-#endif
-
// call deviceRead() to see if they are present
bool present = false;
size_t presentSize = sizeof(present);
OpenPOWER on IntegriCloud