diff options
author | Martin Roth <martinroth@google.com> | 2018-05-06 21:10:19 -0500 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-05-15 15:42:13 +0000 |
commit | 782c910e867d37867be7459f7619155b24be35e7 (patch) | |
tree | e77646a1b0757e58dc6b193585fbd39a1c396093 /src/mainboard/biostar | |
parent | e397f55702929e19fdb99d320ad2e74c4269882a (diff) |
mainboard/amd/*: Remove unused arguments from SIOW ACPI method
Since the SIOW method doesn't use any arguments, don't pass it any,
and initialize it as not using any.
Change-Id: I3fa2ab8afb7d09c176a94bbd1db27587c36030cd
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/26126
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/biostar')
-rw-r--r-- | src/mainboard/biostar/am1ml/acpi/sio.asl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mainboard/biostar/am1ml/acpi/sio.asl b/src/mainboard/biostar/am1ml/acpi/sio.asl index b423af5caf..7778faa4bb 100644 --- a/src/mainboard/biostar/am1ml/acpi/sio.asl +++ b/src/mainboard/biostar/am1ml/acpi/sio.asl @@ -76,12 +76,3 @@ Method (SIOS, 1) XPNP() } } -Method (SIOW, 1) -{ - EPNP() - Store (0x4, LDN) - Store (Zero, APC0) /* disable keyboard PME */ - Store (0x4, LDN) - Store (0xFF, APC1) /* clear keyboard PME status */ - XPNP() -} |