From 5868ab45885ba756da3ec32b97e5b9e302fad3e8 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Fri, 29 May 2015 21:51:54 +0200 Subject: autoport/ec_fixme: Fix error in resulting code. Change-Id: Icfa3874b8e3accb3aa3db44d0baa6b7b5a683b41 Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/10373 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan --- util/autoport/ec_fixme.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util/autoport') diff --git a/util/autoport/ec_fixme.go b/util/autoport/ec_fixme.go index 589a101a78..d7dff52770 100644 --- a/util/autoport/ec_fixme.go +++ b/util/autoport/ec_fixme.go @@ -34,6 +34,7 @@ Method(_PTS,1) ecs := ctx.InfoSource.GetEC() MainboardIncludes = append(MainboardIncludes, "ec/acpi/ec.h") + MainboardIncludes = append(MainboardIncludes, "console/console.h") MainboardInit += ` /* FIXME: trim this down or remove if necessary */ @@ -58,6 +59,7 @@ Method(_PTS,1) } ` + KconfigBool["EC_ACPI"] = true si := Create(ctx, "acpi/superio.asl") defer si.Close() @@ -82,4 +84,5 @@ Method(_PTS,1) fmt.Fprintf(ec, "\tName (_GPE, %d)\n", sbGPE) } ec.WriteString("/* FIXME: EC support */\n") + ec.WriteString("}\n") } -- cgit v1.2.3