From 380789a6eedd66a8ee1a7991f0e1a334703683cc Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Tue, 14 Jul 2020 10:16:43 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/43443 Reviewed-by: Raul Rangel Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/mainboard/lenovo/g505s/acpi/sleep.asl | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/mainboard/lenovo') diff --git a/src/mainboard/lenovo/g505s/acpi/sleep.asl b/src/mainboard/lenovo/g505s/acpi/sleep.asl index 5b78d603bd..dde9c37cd0 100644 --- a/src/mainboard/lenovo/g505s/acpi/sleep.asl +++ b/src/mainboard/lenovo/g505s/acpi/sleep.asl @@ -42,22 +42,6 @@ Method(\_PTS, 1) { Store (0x07, UPWS) } /* 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 * -- cgit v1.2.3