diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2018-05-15 16:34:50 +0200 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2019-05-27 17:25:34 +0000 |
commit | 548f33a9f4a7675c42822516c285bdf2c8bb64de (patch) | |
tree | 32ac085a411a60b4c4ccbac5b8e5078b24fd8410 /src/mainboard/lenovo/x201/smihandler.c | |
parent | 608d73e4c50334e00e7543572eeb356d7b3325f5 (diff) |
sb/intel/ibexpeak: Use common Intel SMM code
TODO in followup patch: Some not mainboard specific things should be
moved out of mainboard_smi_apmc.
Change-Id: Ifc2d8f7755ace598e66b162d071d472093e4656e
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/26296
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/mainboard/lenovo/x201/smihandler.c')
-rw-r--r-- | src/mainboard/lenovo/x201/smihandler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/x201/smihandler.c b/src/mainboard/lenovo/x201/smihandler.c index e733b3b5fe..fc6a0e9670 100644 --- a/src/mainboard/lenovo/x201/smihandler.c +++ b/src/mainboard/lenovo/x201/smihandler.c @@ -19,7 +19,7 @@ #include <console/console.h> #include <cpu/x86/smm.h> #include <southbridge/intel/ibexpeak/nvs.h> -#include <southbridge/intel/ibexpeak/pch.h> +#include <southbridge/intel/common/pmutil.h> #include <southbridge/intel/ibexpeak/me.h> #include <southbridge/intel/common/finalize.h> #include <northbridge/intel/nehalem/nehalem.h> |