summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures/hwp
diff options
context:
space:
mode:
authorMark Pizzutillo <Mark.Pizzutillo@ibm.com>2019-04-19 13:22:18 -0400
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-04-24 09:47:04 -0500
commitbcea118c1c51cc310636d57406197092f7444cb9 (patch)
treeffe1320b8707cdaa3ff42581ab547229623f0a0a /src/import/chips/ocmb/explorer/procedures/hwp
parent2722201d0d10d2ad07f8caa444a05907a39b83e2 (diff)
downloadtalos-hostboot-bcea118c1c51cc310636d57406197092f7444cb9.tar.gz
talos-hostboot-bcea118c1c51cc310636d57406197092f7444cb9.zip
Add git commit data to gemini hwp and exp_getecid
Change-Id: I544e4e372729134bfc7fd7846b7789219561964d Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76239 Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@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/76268 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/ocmb/explorer/procedures/hwp')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_getecid.C3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_getecid.C b/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_getecid.C
index ad20d2e0c..5090dca10 100644
--- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_getecid.C
+++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_getecid.C
@@ -39,6 +39,7 @@
#include <explorer_scom_addresses.H>
#include <explorer_scom_addresses_fld.H>
#include <mss_explorer_attribute_setters.H>
+#include <generic/memory/mss_git_data_helper.H>
extern "C"
{
@@ -50,6 +51,8 @@ extern "C"
///
fapi2::ReturnCode exp_getecid(const fapi2::Target<fapi2::TARGET_TYPE_OCMB_CHIP>& i_target)
{
+ mss::display_git_commit_info("exp_getecid");
+
// Using FUSE enterprise_dis bit, determine whether enterprise is disabled, otherwise
// we will enable it. Override to disable it is done in omi_setup. Half_dimm_mode we
// will also disable by default, as it is not a feature of P systems
OpenPOWER on IntegriCloud