summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/utils/checker.H
diff options
context:
space:
mode:
authorJacob Harvey <jlharvey@us.ibm.com>2017-01-23 13:22:54 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-02-10 12:38:06 -0500
commitb164f1e081a6c7f13403f84da1143005d55cb9a5 (patch)
tree15eed6e77e263e885590d9d9bafc44ea64a90a8d /src/import/chips/p9/procedures/hwp/memory/lib/utils/checker.H
parent298daeba406ef3c72b340f59552c618db7c3ff93 (diff)
downloadtalos-hostboot-b164f1e081a6c7f13403f84da1143005d55cb9a5.tar.gz
talos-hostboot-b164f1e081a6c7f13403f84da1143005d55cb9a5.zip
Disabling temp_refresh_mode
Change-Id: I159152a545947116232b627054fc522bbedc588f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35266 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35275 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/utils/checker.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/utils/checker.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/utils/checker.H b/src/import/chips/p9/procedures/hwp/memory/lib/utils/checker.H
index 6d111e4d0..9e68f2f9a 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/utils/checker.H
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/utils/checker.H
@@ -164,6 +164,13 @@ fapi_try_exit:
return fapi2::current_err;
}
+///
+/// @brief Checks to make sure ATTR_MSS_MRW_TEMP_REFRESH_MODE and ATTR_MSS_MRW_FINE_REFRESH_MODE are set correctly
+/// @return fapi2::FAPI2_RC_SUCCESS if okay
+/// @note from DDR4 DRAM Spec (79-4B) 4.9.4 page 48
+///
+fapi2::ReturnCode temp_refresh_mode();
+
namespace spd
{
OpenPOWER on IntegriCloud