From 8173ad1ed79e6d191c5ed7d4a06c20d0536b485b Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Fri, 25 May 2018 16:11:39 -0600 Subject: grunt: Wire up the EC SMI handler This won't actually get called yet since the GPIO pin has not been configured as SMI. BUG=b:80295434 TEST=grunt: Made sure events could be processed. Change-Id: I189e26196e4543b3e34bff5d9df8566eff07d585 Signed-off-by: Raul E Rangel Reviewed-on: https://review.coreboot.org/26546 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Paul Menzel --- src/soc/amd/common/block/acpi/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/amd') diff --git a/src/soc/amd/common/block/acpi/Makefile.inc b/src/soc/amd/common/block/acpi/Makefile.inc index 749dd62de5..b67eadab8f 100644 --- a/src/soc/amd/common/block/acpi/Makefile.inc +++ b/src/soc/amd/common/block/acpi/Makefile.inc @@ -1 +1,2 @@ ramstage-y += halt.c +smm-y += halt.c -- cgit v1.2.3