openpower-proc-control: srcrev bump ed7fb7aee3..1af14431aa

Jayanth Othayoth (3):
      PHAL: Added processor CFAM register data in the clock daily data logger
      PHAL: Added clock register data in the clock daily data logger
      PHAL: add clock data logger service

Also Enabled  clock data logger service.

This service is to create informational log daily, which includes clock
register data. This data is used for clock failure debug.

This service will start after start host completion.

Tested: verified service installation manually

Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Change-Id: Idbf8314b8ad4e48626ec5f28769a6105c6438526
diff --git a/meta-openpower/recipes-phosphor/host/op-proc-control-systemd-links.bb b/meta-openpower/recipes-phosphor/host/op-proc-control-systemd-links.bb
index 8dce7b0..50c9baf 100644
--- a/meta-openpower/recipes-phosphor/host/op-proc-control-systemd-links.bb
+++ b/meta-openpower/recipes-phosphor/host/op-proc-control-systemd-links.bb
@@ -86,6 +86,11 @@
 		ln -s $TARGET $LINK
 		LINK="$D$systemd_system_unitdir/obmc-host-quiesce@0.target.wants/phal-create-boottime-guard-indicator.service"
 		ln -s $TARGET $LINK
+
+		mkdir -p $D$systemd_system_unitdir/obmc-host-startmin@0.target.wants
+		LINK="$D$systemd_system_unitdir/obmc-host-startmin@0.target.wants/op-clock-data-logger@0.service"
+		TARGET="../op-clock-data-logger@.service"
+		ln -s $TARGET $LINK
 	fi
 
 	# If the memory preserving reboot feature is enabled, set it up
@@ -147,6 +152,9 @@
 		rm $LINK
 		LINK="$D$systemd_system_unitdir/obmc-host-quiesce@0.target.wants/phal-create-boottime-guard-indicator.service"
 		rm $LINK
+
+		LINK="$D$systemd_system_unitdir/obmc-host-startmin@0.target.wants/op-clock-data-logger@0.service"
+		rm $LINK
 	fi
 
 	# Remove mpreboot specific units if enabled
diff --git a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
index 0472d2c..966e4f7 100644
--- a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
+++ b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
@@ -11,7 +11,7 @@
 inherit systemd
 
 SRC_URI += "git://github.com/openbmc/openpower-proc-control;branch=master;protocol=https"
-SRCREV = "ed7fb7aee34661d65dc0455316e68d90a36d75fb"
+SRCREV = "1af14431aab1193c2ec636989aa7db7ef283c8b7"
 
 DEPENDS += " \
         phosphor-logging \
@@ -52,4 +52,5 @@
         ${@bb.utils.contains('MACHINE_FEATURES', 'phal', 'set-spi-mux.service', '', d)} \
         ${@bb.utils.contains('MACHINE_FEATURES', 'phal', 'phal-create-boottime-guard-indicator.service', '', d)} \
         ${@bb.utils.contains('MACHINE_FEATURES', 'phal', 'op-clear-sys-dump-active@.service', '', d)} \
+        ${@bb.utils.contains('MACHINE_FEATURES', 'phal', 'op-clock-data-logger@.service', '', d)} \
         "