diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2017-10-04 12:34:17 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-10-15 23:43:17 +0000 |
commit | 79df1fb0904aac6e6c14b4e1262afa0554a2d27d (patch) | |
tree | 3c239afc9aa6cd4c52d03dd71820ef3d343f8e90 /src/mainboard/google/kahlee/Makefile.inc | |
parent | 7e710e047f059025392ed6607909f41114d8e843 (diff) |
google/kahlee: Add SMI apmc handler
Forward the apmc call to the chromeec.
Change-Id: Id724c1abf15617ad1ba28f2c0247455b014c1867
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/21880
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/kahlee/Makefile.inc')
-rw-r--r-- | src/mainboard/google/kahlee/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/kahlee/Makefile.inc b/src/mainboard/google/kahlee/Makefile.inc index faf061cdbe..d0a7836384 100644 --- a/src/mainboard/google/kahlee/Makefile.inc +++ b/src/mainboard/google/kahlee/Makefile.inc @@ -34,3 +34,5 @@ ramstage-y += OemCustomize.c verstage-y += chromeos.c verstage-y += ec.c + +smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c |