host-error-monitor: srcrev bump c90570ab1a..4a6e45c4c2
Jason M. Bills (16):
Add base monitor class for the new architecture
Add base GPIO polling class for the new architecture
Move common functions to host_error_monitor.hpp
Add error_monitors with a sample signal
Move SMI monitor to the new architecture
Move CPU Mismatch monitor to the new architecture
Move ERR0 and ERR1 monitor to the new architecture
Move ERR2 monitor to the new architecture
Move IERR monitor to the new architecture
Add base GPIO class for the new architecture
Move CPU Thermtip monitor to the new architecture
Move Memory Thermtip monitor to the new architecture
Move VR Hot monitor to the new architecture
Move PCH Thermtrip monitor to the new architecture
Clean up host_error_monitor.cpp
Fix signal monitor init when power-control is not available
Change-Id: Ie63bddc27e050754bff3b10451d4d43c6d1e5387
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb b/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb
index 6b24c52..1236cbf 100644
--- a/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb
+++ b/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb
@@ -7,7 +7,7 @@
DEPENDS = "boost sdbusplus libgpiod libpeci"
PV = "0.1+git${SRCPV}"
-SRCREV = "c90570ab1ad57ac824edf7b5d0f8a89afbcf0c09"
+SRCREV = "4a6e45c4c2f38bc64afe5faac05ea82b3adb8d93"
S = "${WORKDIR}/git"