diff options
author | Prachi Gupta <pragupta@us.ibm.com> | 2017-11-17 13:45:03 -0600 |
---|---|---|
committer | William G. Hoffa <wghoffa@us.ibm.com> | 2017-11-21 12:24:15 -0500 |
commit | 18cc0dfbc93fd2342c5a35f3c8405e1d0a660a77 (patch) | |
tree | f85b3326ebc77e332795385eb4617cd200c989e4 /src/usr/fapi2/attribute_service.C | |
parent | dfdf4bee880f30dd5aefa3cfba70801ad78c760b (diff) | |
download | talos-hostboot-18cc0dfbc93fd2342c5a35f3c8405e1d0a660a77.tar.gz talos-hostboot-18cc0dfbc93fd2342c5a35f3c8405e1d0a660a77.zip |
Zeppelin BUP updates
- targeting: skip over ATTR_BAD_DQ_BITMAP during fapi attriubte dump
as it is not looked up correctly for cumulus.
Need to add it back in future.
- istep changes:
- remove p9_throttle_sync from istep 13, it is already getting
called in istep 14
- add support for memdiags on cumulus
- centaur pibrc errors: mask out PROTECTION_BIT for centaur scoms as it is
irrelevant for centaurs
- configureHbrtHypIds: correctly setup DMI information
Change-Id: Ifeaca2f58e16b7ecac9e1329409b98bc6a2f38e7
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49382
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: Thomas R. Sand <trsand@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2/attribute_service.C')
-rw-r--r-- | src/usr/fapi2/attribute_service.C | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/usr/fapi2/attribute_service.C b/src/usr/fapi2/attribute_service.C index 5b4aa93b0..2bd43d2e4 100644 --- a/src/usr/fapi2/attribute_service.C +++ b/src/usr/fapi2/attribute_service.C @@ -588,16 +588,6 @@ ReturnCode __getMcsAndPortSlct( const Target<TARGET_TYPE_DIMM>& i_fapiDimm, break; } - // Get the MCS. - TARGETING::TargetHandleList l_memBufList; - getParentAffinityTargets( l_memBufList, l_port, - TARGETING::CLASS_CHIP, TARGETING::TYPE_MEMBUF ); - - TARGETING::TargetHandleList l_mcsList; - getParentAffinityTargets( l_mcsList, l_memBufList[0], - TARGETING::CLASS_UNIT, TARGETING::TYPE_MCS ); - o_mcsTarget = l_mcsList[0]; - } // If the proc is Nimbus, we need to get the MCA. else @@ -1684,9 +1674,6 @@ ReturnCode platGetMBvpdAttr( const size_t i_valSize ) { - FAPI_INF("platGetMBvpdAttr: Enter"); - FAPI_INF("platGetMBvpdAttr: Attr: 0x%08X", i_attr); - ReturnCode rc; constexpr bool hbSwError{true}; |