summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.C
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2019-04-01 13:56:39 -0400
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-04-22 11:22:39 -0500
commitac6b97d1a4ffbd006f15e79e2b85d8089c05238b (patch)
treef2c1d21cb29a431a89a9c31eedec0600c336e684 /src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.C
parent3c3ab2bd4c3cbee67eb518bcce214234d8f071f3 (diff)
downloadtalos-hostboot-ac6b97d1a4ffbd006f15e79e2b85d8089c05238b.tar.gz
talos-hostboot-ac6b97d1a4ffbd006f15e79e2b85d8089c05238b.zip
Adds git commit data to p9a/exp procedures
Change-Id: I1df5fcb9661b3aca592c742efb13b82e5f519624 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75330 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+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/75347 Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.C')
-rw-r--r--src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.C3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.C b/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.C
index 342523d5a..6646ba5c4 100644
--- a/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.C
+++ b/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.C
@@ -47,6 +47,7 @@
#include <generic/memory/lib/spd/spd_facade.H>
#include <generic/memory/lib/utils/count_dimm.H>
#include <generic/memory/lib/utils/freq/gen_mss_freq.H>
+#include <generic/memory/mss_git_data_helper.H>
///
/// @brief Calculate and save off DIMM frequencies
@@ -55,6 +56,8 @@
///
fapi2::ReturnCode p9a_mss_freq( const fapi2::Target<fapi2::TARGET_TYPE_MEM_PORT>& i_target )
{
+ mss::display_git_commit_info("p9a_mss_freq");
+
// If there are no DIMM, we can just get out.
if (mss::count_dimm(i_target) == 0)
{
OpenPOWER on IntegriCloud