From 49bc3b7aee452a8f0df4da736aff98ca2112218e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Sun, 14 Feb 2021 12:18:16 +0200 Subject: AGESA,binaryPI boards: Drop _SI scope with _SST in ASL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0fca35753c93ba928a0f67bb68a6cfdc26c0e756 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/50655 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/mainboard/bap/ode_e20XX/acpi/si.asl | 10 ---------- src/mainboard/bap/ode_e20XX/dsdt.asl | 3 --- 2 files changed, 13 deletions(-) delete mode 100644 src/mainboard/bap/ode_e20XX/acpi/si.asl (limited to 'src/mainboard/bap') diff --git a/src/mainboard/bap/ode_e20XX/acpi/si.asl b/src/mainboard/bap/ode_e20XX/acpi/si.asl deleted file mode 100644 index 25c1dca190..0000000000 --- a/src/mainboard/bap/ode_e20XX/acpi/si.asl +++ /dev/null @@ -1,10 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -Scope(\_SI) { - Method(_SST, 1) { - /* DBGO("\\_SI\\_SST\n") */ - /* DBGO(" New Indicator state: ") */ - /* DBGO(Arg0) */ - /* DBGO("\n") */ - } -} /* End Scope SI */ diff --git a/src/mainboard/bap/ode_e20XX/dsdt.asl b/src/mainboard/bap/ode_e20XX/dsdt.asl index b739bb1cec..c86cf27f67 100644 --- a/src/mainboard/bap/ode_e20XX/dsdt.asl +++ b/src/mainboard/bap/ode_e20XX/dsdt.asl @@ -67,8 +67,5 @@ DefinitionBlock ( /* Define the Thermal zones and methods for the platform */ #include "acpi/thermal.asl" - - /* Define the System Indicators for the platform */ - #include "acpi/si.asl" } /* End of ASL file */ -- cgit v1.2.3