summaryrefslogtreecommitdiff
path: root/src/mainboard/lippert
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-07-14 10:16:43 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-07-15 08:33:43 +0000
commit380789a6eedd66a8ee1a7991f0e1a334703683cc (patch)
tree70a25e287851aa2eed0e96bd78a3dbb4ac435ab5 /src/mainboard/lippert
parentf06d7d7003b788c74b0fb6ab8fefaa4524cf2808 (diff)
downloadcoreboot-380789a6eedd66a8ee1a7991f0e1a334703683cc.tar.xz
mainboard: Drop optional and empty ACPI \_BFS methods
The ACPI specification, version 2.0 says: _BFS is an optional control method. So, remove them. They have been copy-pasted around quite a bit, and do not do anything useful. Plus, it's deprecated in later ACPI versions. Change-Id: I9ef21f231dd6051d410ac3a0fe554908409c2fa7 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43443 Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lippert')
-rw-r--r--src/mainboard/lippert/frontrunner-af/dsdt.asl12
-rw-r--r--src/mainboard/lippert/toucan-af/dsdt.asl12
2 files changed, 0 insertions, 24 deletions
diff --git a/src/mainboard/lippert/frontrunner-af/dsdt.asl b/src/mainboard/lippert/frontrunner-af/dsdt.asl
index 710a707613..2b7c11a871 100644
--- a/src/mainboard/lippert/frontrunner-af/dsdt.asl
+++ b/src/mainboard/lippert/frontrunner-af/dsdt.asl
@@ -761,18 +761,6 @@ DefinitionBlock (
} /* End Method(\_PTS) */
/*
- * \_BFS OEM Back From Sleep method
- *
- * Entry:
- * Arg0=The value of the sleeping state S1=1, S2=2
- *
- * Exit:
- * -none-
- */
- Method(\_BFS, 1) {
- }
-
- /*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/lippert/toucan-af/dsdt.asl b/src/mainboard/lippert/toucan-af/dsdt.asl
index 17837c4209..5b54b8c90e 100644
--- a/src/mainboard/lippert/toucan-af/dsdt.asl
+++ b/src/mainboard/lippert/toucan-af/dsdt.asl
@@ -761,18 +761,6 @@ DefinitionBlock (
} /* End Method(\_PTS) */
/*
- * \_BFS OEM Back From Sleep method
- *
- * Entry:
- * Arg0=The value of the sleeping state S1=1, S2=2
- *
- * Exit:
- * -none-
- */
- Method(\_BFS, 1) {
- }
-
- /*
* \_WAK System Wake method
*
* Entry: