summaryrefslogtreecommitdiffstats
path: root/src
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
parentf06d7d7003b788c74b0fb6ab8fefaa4524cf2808 (diff)
downloadcoreboot-380789a6eedd66a8ee1a7991f0e1a334703683cc.tar.gz
coreboot-380789a6eedd66a8ee1a7991f0e1a334703683cc.tar.bz2
coreboot-380789a6eedd66a8ee1a7991f0e1a334703683cc.zip
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')
-rw-r--r--src/mainboard/amd/gardenia/acpi/sleep.asl16
-rw-r--r--src/mainboard/amd/inagua/acpi/sleep.asl16
-rw-r--r--src/mainboard/amd/mandolin/acpi/sleep.asl16
-rw-r--r--src/mainboard/amd/olivehill/acpi/sleep.asl16
-rw-r--r--src/mainboard/amd/padmelon/acpi/sleep.asl16
-rw-r--r--src/mainboard/amd/parmer/acpi/sleep.asl16
-rw-r--r--src/mainboard/amd/persimmon/acpi/sleep.asl16
-rw-r--r--src/mainboard/amd/south_station/acpi/sleep.asl16
-rw-r--r--src/mainboard/amd/thatcher/acpi/sleep.asl16
-rw-r--r--src/mainboard/amd/union_station/acpi/sleep.asl16
-rw-r--r--src/mainboard/asrock/e350m1/acpi/sleep.asl16
-rw-r--r--src/mainboard/asrock/imb-a180/acpi/sleep.asl16
-rw-r--r--src/mainboard/asus/am1i-a/acpi/sleep.asl16
-rw-r--r--src/mainboard/asus/f2a85-m/acpi/sleep.asl16
-rw-r--r--src/mainboard/bap/ode_e20XX/acpi/sleep.asl16
-rw-r--r--src/mainboard/biostar/a68n_5200/acpi/sleep.asl16
-rw-r--r--src/mainboard/biostar/am1ml/acpi/sleep.asl16
-rw-r--r--src/mainboard/elmex/pcm205400/acpi/sleep.asl16
-rw-r--r--src/mainboard/gizmosphere/gizmo/acpi/sleep.asl16
-rw-r--r--src/mainboard/gizmosphere/gizmo2/acpi/sleep.asl16
-rw-r--r--src/mainboard/google/kahlee/variants/baseboard/include/baseboard/acpi/sleep.asl17
-rw-r--r--src/mainboard/google/zork/variants/baseboard/include/baseboard/acpi/sleep.asl16
-rw-r--r--src/mainboard/hp/abm/acpi/sleep.asl16
-rw-r--r--src/mainboard/hp/pavilion_m6_1035dx/acpi/sleep.asl16
-rw-r--r--src/mainboard/jetway/nf81-t56n-lf/acpi/sleep.asl16
-rw-r--r--src/mainboard/lenovo/g505s/acpi/sleep.asl16
-rw-r--r--src/mainboard/lippert/frontrunner-af/dsdt.asl12
-rw-r--r--src/mainboard/lippert/toucan-af/dsdt.asl12
-rw-r--r--src/mainboard/msi/ms7721/acpi/sleep.asl16
-rw-r--r--src/mainboard/pcengines/apu1/acpi/sleep.asl16
-rw-r--r--src/mainboard/pcengines/apu2/acpi/sleep.asl16
31 files changed, 0 insertions, 489 deletions
diff --git a/src/mainboard/amd/gardenia/acpi/sleep.asl b/src/mainboard/amd/gardenia/acpi/sleep.asl
index 0b65ab19ef45..89c6fa1575dd 100644
--- a/src/mainboard/amd/gardenia/acpi/sleep.asl
+++ b/src/mainboard/amd/gardenia/acpi/sleep.asl
@@ -33,22 +33,6 @@ Method(_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/amd/inagua/acpi/sleep.asl b/src/mainboard/amd/inagua/acpi/sleep.asl
index 6fd128dc11ed..76b5f9edc65b 100644
--- a/src/mainboard/amd/inagua/acpi/sleep.asl
+++ b/src/mainboard/amd/inagua/acpi/sleep.asl
@@ -46,22 +46,6 @@ Method(\_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/amd/mandolin/acpi/sleep.asl b/src/mainboard/amd/mandolin/acpi/sleep.asl
index 0b65ab19ef45..89c6fa1575dd 100644
--- a/src/mainboard/amd/mandolin/acpi/sleep.asl
+++ b/src/mainboard/amd/mandolin/acpi/sleep.asl
@@ -33,22 +33,6 @@ Method(_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/amd/olivehill/acpi/sleep.asl b/src/mainboard/amd/olivehill/acpi/sleep.asl
index 2721bd88b012..47dd1460b17d 100644
--- a/src/mainboard/amd/olivehill/acpi/sleep.asl
+++ b/src/mainboard/amd/olivehill/acpi/sleep.asl
@@ -37,22 +37,6 @@ Method(_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/amd/padmelon/acpi/sleep.asl b/src/mainboard/amd/padmelon/acpi/sleep.asl
index 0b65ab19ef45..89c6fa1575dd 100644
--- a/src/mainboard/amd/padmelon/acpi/sleep.asl
+++ b/src/mainboard/amd/padmelon/acpi/sleep.asl
@@ -33,22 +33,6 @@ Method(_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/amd/parmer/acpi/sleep.asl b/src/mainboard/amd/parmer/acpi/sleep.asl
index 5b78d603bdc7..dde9c37cd00c 100644
--- a/src/mainboard/amd/parmer/acpi/sleep.asl
+++ b/src/mainboard/amd/parmer/acpi/sleep.asl
@@ -43,22 +43,6 @@ Method(\_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/amd/persimmon/acpi/sleep.asl b/src/mainboard/amd/persimmon/acpi/sleep.asl
index 6fd128dc11ed..76b5f9edc65b 100644
--- a/src/mainboard/amd/persimmon/acpi/sleep.asl
+++ b/src/mainboard/amd/persimmon/acpi/sleep.asl
@@ -46,22 +46,6 @@ Method(\_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/amd/south_station/acpi/sleep.asl b/src/mainboard/amd/south_station/acpi/sleep.asl
index 6fd128dc11ed..76b5f9edc65b 100644
--- a/src/mainboard/amd/south_station/acpi/sleep.asl
+++ b/src/mainboard/amd/south_station/acpi/sleep.asl
@@ -46,22 +46,6 @@ Method(\_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/amd/thatcher/acpi/sleep.asl b/src/mainboard/amd/thatcher/acpi/sleep.asl
index b75cc4fd8ec0..af87ce6f8995 100644
--- a/src/mainboard/amd/thatcher/acpi/sleep.asl
+++ b/src/mainboard/amd/thatcher/acpi/sleep.asl
@@ -43,22 +43,6 @@ Method(\_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/amd/union_station/acpi/sleep.asl b/src/mainboard/amd/union_station/acpi/sleep.asl
index 6fd128dc11ed..76b5f9edc65b 100644
--- a/src/mainboard/amd/union_station/acpi/sleep.asl
+++ b/src/mainboard/amd/union_station/acpi/sleep.asl
@@ -46,22 +46,6 @@ Method(\_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/asrock/e350m1/acpi/sleep.asl b/src/mainboard/asrock/e350m1/acpi/sleep.asl
index 6fd128dc11ed..76b5f9edc65b 100644
--- a/src/mainboard/asrock/e350m1/acpi/sleep.asl
+++ b/src/mainboard/asrock/e350m1/acpi/sleep.asl
@@ -46,22 +46,6 @@ Method(\_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/asrock/imb-a180/acpi/sleep.asl b/src/mainboard/asrock/imb-a180/acpi/sleep.asl
index 2721bd88b012..47dd1460b17d 100644
--- a/src/mainboard/asrock/imb-a180/acpi/sleep.asl
+++ b/src/mainboard/asrock/imb-a180/acpi/sleep.asl
@@ -37,22 +37,6 @@ Method(_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/asus/am1i-a/acpi/sleep.asl b/src/mainboard/asus/am1i-a/acpi/sleep.asl
index 2721bd88b012..47dd1460b17d 100644
--- a/src/mainboard/asus/am1i-a/acpi/sleep.asl
+++ b/src/mainboard/asus/am1i-a/acpi/sleep.asl
@@ -37,22 +37,6 @@ Method(_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/asus/f2a85-m/acpi/sleep.asl b/src/mainboard/asus/f2a85-m/acpi/sleep.asl
index d060576f8992..e08accda5066 100644
--- a/src/mainboard/asus/f2a85-m/acpi/sleep.asl
+++ b/src/mainboard/asus/f2a85-m/acpi/sleep.asl
@@ -43,22 +43,6 @@ Method(\_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/bap/ode_e20XX/acpi/sleep.asl b/src/mainboard/bap/ode_e20XX/acpi/sleep.asl
index 2721bd88b012..47dd1460b17d 100644
--- a/src/mainboard/bap/ode_e20XX/acpi/sleep.asl
+++ b/src/mainboard/bap/ode_e20XX/acpi/sleep.asl
@@ -37,22 +37,6 @@ Method(_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/biostar/a68n_5200/acpi/sleep.asl b/src/mainboard/biostar/a68n_5200/acpi/sleep.asl
index 2721bd88b012..47dd1460b17d 100644
--- a/src/mainboard/biostar/a68n_5200/acpi/sleep.asl
+++ b/src/mainboard/biostar/a68n_5200/acpi/sleep.asl
@@ -37,22 +37,6 @@ Method(_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/biostar/am1ml/acpi/sleep.asl b/src/mainboard/biostar/am1ml/acpi/sleep.asl
index 2721bd88b012..47dd1460b17d 100644
--- a/src/mainboard/biostar/am1ml/acpi/sleep.asl
+++ b/src/mainboard/biostar/am1ml/acpi/sleep.asl
@@ -37,22 +37,6 @@ Method(_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/elmex/pcm205400/acpi/sleep.asl b/src/mainboard/elmex/pcm205400/acpi/sleep.asl
index 6fd128dc11ed..76b5f9edc65b 100644
--- a/src/mainboard/elmex/pcm205400/acpi/sleep.asl
+++ b/src/mainboard/elmex/pcm205400/acpi/sleep.asl
@@ -46,22 +46,6 @@ Method(\_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/gizmosphere/gizmo/acpi/sleep.asl b/src/mainboard/gizmosphere/gizmo/acpi/sleep.asl
index 6fd128dc11ed..76b5f9edc65b 100644
--- a/src/mainboard/gizmosphere/gizmo/acpi/sleep.asl
+++ b/src/mainboard/gizmosphere/gizmo/acpi/sleep.asl
@@ -46,22 +46,6 @@ Method(\_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/gizmosphere/gizmo2/acpi/sleep.asl b/src/mainboard/gizmosphere/gizmo2/acpi/sleep.asl
index 2721bd88b012..47dd1460b17d 100644
--- a/src/mainboard/gizmosphere/gizmo2/acpi/sleep.asl
+++ b/src/mainboard/gizmosphere/gizmo2/acpi/sleep.asl
@@ -37,22 +37,6 @@ Method(_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/google/kahlee/variants/baseboard/include/baseboard/acpi/sleep.asl b/src/mainboard/google/kahlee/variants/baseboard/include/baseboard/acpi/sleep.asl
index efd1dc425586..d151e1d14d9e 100644
--- a/src/mainboard/google/kahlee/variants/baseboard/include/baseboard/acpi/sleep.asl
+++ b/src/mainboard/google/kahlee/variants/baseboard/include/baseboard/acpi/sleep.asl
@@ -36,23 +36,6 @@ Method (_PTS, 1)
}
/*
- * \_BFS OEM Back From Sleep method
- *
- * Entry:
- * Arg0=The value of the sleeping state S1=1, S2=2
- *
- * Exit:
- * -none-
- */
-Method (\_BFS, 1)
-{
- /* DBGO ("\\_BFS\n") */
- /* DBGO ("From S") */
- /* DBGO (Arg0) */
- /* DBGO (" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/google/zork/variants/baseboard/include/baseboard/acpi/sleep.asl b/src/mainboard/google/zork/variants/baseboard/include/baseboard/acpi/sleep.asl
index c8fb05fe1f81..90cc0d8522bc 100644
--- a/src/mainboard/google/zork/variants/baseboard/include/baseboard/acpi/sleep.asl
+++ b/src/mainboard/google/zork/variants/baseboard/include/baseboard/acpi/sleep.asl
@@ -33,22 +33,6 @@ Method(_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/hp/abm/acpi/sleep.asl b/src/mainboard/hp/abm/acpi/sleep.asl
index 2721bd88b012..47dd1460b17d 100644
--- a/src/mainboard/hp/abm/acpi/sleep.asl
+++ b/src/mainboard/hp/abm/acpi/sleep.asl
@@ -37,22 +37,6 @@ Method(_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/hp/pavilion_m6_1035dx/acpi/sleep.asl b/src/mainboard/hp/pavilion_m6_1035dx/acpi/sleep.asl
index 5b78d603bdc7..dde9c37cd00c 100644
--- a/src/mainboard/hp/pavilion_m6_1035dx/acpi/sleep.asl
+++ b/src/mainboard/hp/pavilion_m6_1035dx/acpi/sleep.asl
@@ -43,22 +43,6 @@ Method(\_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/jetway/nf81-t56n-lf/acpi/sleep.asl b/src/mainboard/jetway/nf81-t56n-lf/acpi/sleep.asl
index 6fd128dc11ed..76b5f9edc65b 100644
--- a/src/mainboard/jetway/nf81-t56n-lf/acpi/sleep.asl
+++ b/src/mainboard/jetway/nf81-t56n-lf/acpi/sleep.asl
@@ -46,22 +46,6 @@ Method(\_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/lenovo/g505s/acpi/sleep.asl b/src/mainboard/lenovo/g505s/acpi/sleep.asl
index 5b78d603bdc7..dde9c37cd00c 100644
--- a/src/mainboard/lenovo/g505s/acpi/sleep.asl
+++ b/src/mainboard/lenovo/g505s/acpi/sleep.asl
@@ -43,22 +43,6 @@ Method(\_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/lippert/frontrunner-af/dsdt.asl b/src/mainboard/lippert/frontrunner-af/dsdt.asl
index 710a707613ad..2b7c11a87117 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 17837c42092b..5b54b8c90e07 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:
diff --git a/src/mainboard/msi/ms7721/acpi/sleep.asl b/src/mainboard/msi/ms7721/acpi/sleep.asl
index d060576f8992..e08accda5066 100644
--- a/src/mainboard/msi/ms7721/acpi/sleep.asl
+++ b/src/mainboard/msi/ms7721/acpi/sleep.asl
@@ -43,22 +43,6 @@ Method(\_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/pcengines/apu1/acpi/sleep.asl b/src/mainboard/pcengines/apu1/acpi/sleep.asl
index 6fd128dc11ed..76b5f9edc65b 100644
--- a/src/mainboard/pcengines/apu1/acpi/sleep.asl
+++ b/src/mainboard/pcengines/apu1/acpi/sleep.asl
@@ -46,22 +46,6 @@ Method(\_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry:
diff --git a/src/mainboard/pcengines/apu2/acpi/sleep.asl b/src/mainboard/pcengines/apu2/acpi/sleep.asl
index dbe9bd1a6911..39fe610fa7d9 100644
--- a/src/mainboard/pcengines/apu2/acpi/sleep.asl
+++ b/src/mainboard/pcengines/apu2/acpi/sleep.asl
@@ -37,22 +37,6 @@ Method(_PTS, 1) {
} /* 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) {
- /* DBGO("\\_BFS\n") */
- /* DBGO("From S") */
- /* DBGO(Arg0) */
- /* DBGO(" to S0\n") */
-}
-
-/*
* \_WAK System Wake method
*
* Entry: