summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit.C
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-06-08 10:09:17 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-10 14:47:04 -0400
commitd74a6f70680d8e675e8c620b3e1258dfcc9e4c06 (patch)
tree596152c39a4d7974e82d1d5d881b0127b2582d4d /src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit.C
parent3d485fbdab55175f716253b4fe4c52835c93a5a0 (diff)
downloadtalos-hostboot-d74a6f70680d8e675e8c620b3e1258dfcc9e4c06.tar.gz
talos-hostboot-d74a6f70680d8e675e8c620b3e1258dfcc9e4c06.zip
Update error handling for IPL procedures
Change-Id: I4644227da8b9d84af4987e7652d7ef3e98494c3f RTC: 155734 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25568 Tested-by: Hostboot CI Reviewed-by: Louis Stermole <stermole@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25573 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit.C b/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit.C
index cf96bbf10..86cd3bf0e 100644
--- a/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit.C
+++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit.C
@@ -75,9 +75,9 @@ extern "C"
return fapi2::FAPI2_RC_SUCCESS;
}
- // Configure the CCS engine. Since this is a chunk of McBIST logic, we don't want
+ // Configure the CCS engine. Since this is a chunk of MCBIST logic, we don't want
// to do it for every port. If we ever break this code out so f/w can call draminit
- // per-port (separate threads) we'll need to proved them a way to set this up before
+ // per-port (separate threads) we'll need to provide them a way to set this up before
// sapwning per-port threads.
{
fapi2::buffer<uint64_t> l_ccs_config;
OpenPOWER on IntegriCloud