mb/google/octopus: Configure SMI for ESPI

This patch enables EC SMI when ESPI is enabled.

BUG=b:77857802
TEST= SMI is working in depthcharge.

Change-Id: I52726194b8346488e5ad781e78e33c5d286d132f
Signed-off-by: Shaunak Saha <shaunak.saha@intel.com>
Reviewed-on: https://review.coreboot.org/25569
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Shaunak Saha 2018-04-09 03:49:55 -07:00 committed by Martin Roth
parent 1f54e9571e
commit e96df83583
1 changed files with 5 additions and 0 deletions

View File

@ -47,3 +47,8 @@ int mainboard_smi_apmc(u8 apmc)
MAINBOARD_EC_SMI_EVENTS);
return 0;
}
void mainboard_smi_espi_handler(void)
{
chromeec_smi_process_events();
}