diff options
| author | Stephen Glancy <sglancy@us.ibm.com> | 2018-08-17 14:42:26 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-09-18 22:50:17 -0500 |
| commit | 639b6728bfdb38ab07b0044fba9ea30d30ea381c (patch) | |
| tree | 3f5fb845aa50cd94336c197fce4a02f1fb905e79 | |
| parent | a26749cdb6593d38447763ac011c441a8680c7d6 (diff) | |
| download | talos-hostboot-639b6728bfdb38ab07b0044fba9ea30d30ea381c.tar.gz talos-hostboot-639b6728bfdb38ab07b0044fba9ea30d30ea381c.zip | |
Adds skeleton code for LRDIMM
Change-Id: Ifc3b97f9a01a93c1b3f538b5df3e5c69f25cbfee
Original-Change-Id: I3f55896a48347fff7152c3a2a68cf8fab4fa0689
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/64813
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66317
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: Daniel M. Crowell <dcrowell@us.ibm.com>
| -rw-r--r-- | src/import/chips/p9/procedures/hwp/memory/lib/eff_config/plug_rules.C | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/eff_config/plug_rules.C b/src/import/chips/p9/procedures/hwp/memory/lib/eff_config/plug_rules.C index a5bc2d719..a5f019823 100644 --- a/src/import/chips/p9/procedures/hwp/memory/lib/eff_config/plug_rules.C +++ b/src/import/chips/p9/procedures/hwp/memory/lib/eff_config/plug_rules.C @@ -69,6 +69,7 @@ fapi2::ReturnCode check_lrdimm( const std::vector<dimm::kind>& i_kinds ) fapi2::current_err = fapi2::FAPI2_RC_SUCCESS; // If we have 0 DIMMs on the port, we don't care + // TK:LRDIMM Create appropriate check for LRDIMM(s) here for(const auto& l_kind : i_kinds) { FAPI_ASSERT( l_kind.iv_dimm_type != fapi2::ENUM_ATTR_EFF_DIMM_TYPE_LRDIMM, |

