From bc3cee538ddabe73c678f1f71166a6d1247c1531 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sat, 23 May 2015 14:19:11 +0300 Subject: binaryPI boards: Minor fixups to unify boards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some missing static declarations and whitespace on the console. Change-Id: I1af59dbfb1396297bd671b43d9326dffdd7f59d4 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/10284 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan --- src/mainboard/amd/olivehillplus/acpi/sleep.asl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/mainboard/amd/olivehillplus/acpi') diff --git a/src/mainboard/amd/olivehillplus/acpi/sleep.asl b/src/mainboard/amd/olivehillplus/acpi/sleep.asl index 1e6221e64f..7085e4b6b2 100644 --- a/src/mainboard/amd/olivehillplus/acpi/sleep.asl +++ b/src/mainboard/amd/olivehillplus/acpi/sleep.asl @@ -26,7 +26,7 @@ Name(WKST,Package(){Zero, Zero}) * Entry: * Arg0=The value of the sleeping state S1=1, S2=2, etc * -*s Exit: +* Exit: * -none- * * The _PTS control method is executed at the beginning of the sleep process @@ -89,7 +89,9 @@ Method(\_WAK, 1) { /* DBGO("From S") */ /* DBGO(Arg0) */ /* DBGO(" to S0\n") */ - Store(1,USBS) + + /* clear USB wake up signal */ + Store(1, USBS) \_SB.AWAK(Arg0) -- cgit v1.2.3