From f4abe51b74a593962c72bbecd3ff1d95a81c82d6 Mon Sep 17 00:00:00 2001 From: Johnny Lin Date: Mon, 21 Oct 2019 09:54:36 +0800 Subject: drivers/ipmi: Add IPMI BMC FRB2 watchdog timer support Add a function for initializing and starting FRB2 timer with the provided countdown and action values, and a stop function for stopping the timer. Tested on OCP Monolake. Change-Id: Ic91905e5f01b962473b6b3a9616266d2d95b1d6b Signed-off-by: Johnny Lin Reviewed-on: https://review.coreboot.org/c/coreboot/+/36179 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph --- src/drivers/ipmi/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/ipmi/Makefile.inc') diff --git a/src/drivers/ipmi/Makefile.inc b/src/drivers/ipmi/Makefile.inc index a29c2e2d0e..9d5b3d418f 100644 --- a/src/drivers/ipmi/Makefile.inc +++ b/src/drivers/ipmi/Makefile.inc @@ -1,2 +1,3 @@ ramstage-$(CONFIG_IPMI_KCS) += ipmi_kcs.c ramstage-$(CONFIG_IPMI_KCS) += ipmi_kcs_ops.c +ramstage-$(CONFIG_IPMI_KCS) += ipmi_ops.c -- cgit v1.2.3