summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2019-04-04 08:41:41 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-05-15 16:16:37 -0500
commit64f4f47ac448e645dcdf4eb94d327481cc42a8fb (patch)
treefd62c159405eb465b35e064519e280abafac88a9
parent2e0e547728eb118305262228b747421086ac1935 (diff)
downloadtalos-hostboot-64f4f47ac448e645dcdf4eb94d327481cc42a8fb.tar.gz
talos-hostboot-64f4f47ac448e645dcdf4eb94d327481cc42a8fb.zip
Enable 32GB NVDIMM update
Enable updating 32GB type NVDIMMs. Version 3.1 provided by SMART fixes the update issue found in previous versions. Change-Id: Ie2b0d3db1705f076d06d7fec8cd1ece5713de5f2 CMVC-Prereq: 1081102 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75527 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: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/usr/isteps/nvdimm/nvdimm_update.C11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/usr/isteps/nvdimm/nvdimm_update.C b/src/usr/isteps/nvdimm/nvdimm_update.C
index 2e1f61c8c..ee9a731e2 100644
--- a/src/usr/isteps/nvdimm/nvdimm_update.C
+++ b/src/usr/isteps/nvdimm/nvdimm_update.C
@@ -1909,17 +1909,6 @@ bool NvdimmsUpdate::runUpdate(void)
break;
}
- /////////////////////////
- // @todo: remove this check when SMART provides updated 32GB image
- // The current 32GB image will cause the future updating to fail
- if (v_NVDIMM_16GB_list.size() == 0)
- {
- TRACFCOMP(g_trac_nvdimm_upd, "NvdimmsUpdate::runUpdate() - "
- "Only 16GB NVDIMM type is supported right now for update");
- break;
- }
- /////////////////////////
-
if (INITSERVICE::spBaseServicesEnabled())
{
// Load the NVDIMM flash binary via the MCL in load-only mode
OpenPOWER on IntegriCloud