From e0ceac3856cb065e596843c7ff9975274109f5cc Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Tue, 29 Jul 2014 00:51:31 +0200 Subject: ec/lenovo/h8: Apply ME workaround on X230 on S3 resume. This makes S3 work. Change-Id: Ife14372f5f9bb151d7e6e98c6069eb99d5369baf Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/6392 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan --- src/mainboard/lenovo/x230/acpi/platform.asl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainboard/lenovo/x230/acpi') diff --git a/src/mainboard/lenovo/x230/acpi/platform.asl b/src/mainboard/lenovo/x230/acpi/platform.asl index 5466bedc44..72b9dbfa44 100644 --- a/src/mainboard/lenovo/x230/acpi/platform.asl +++ b/src/mainboard/lenovo/x230/acpi/platform.asl @@ -68,6 +68,10 @@ Method(_PTS,1) Method(_WAK,1) { + /* ME may not be up yet. */ + Store (0, \_TZ.MEB1) + Store (0, \_TZ.MEB2) + /* Not implemented. */ Return(Package(){0,0}) } -- cgit v1.2.3