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/hp/pavilion_m6_1035dx/acpi/si.asl | 9 --------- src/mainboard/hp/pavilion_m6_1035dx/dsdt.asl | 4 ---- 2 files changed, 13 deletions(-) delete mode 100644 src/mainboard/hp/pavilion_m6_1035dx/acpi/si.asl (limited to 'src/mainboard/hp/pavilion_m6_1035dx') diff --git a/src/mainboard/hp/pavilion_m6_1035dx/acpi/si.asl b/src/mainboard/hp/pavilion_m6_1035dx/acpi/si.asl deleted file mode 100644 index 3e1317a2b3..0000000000 --- a/src/mainboard/hp/pavilion_m6_1035dx/acpi/si.asl +++ /dev/null @@ -1,9 +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/hp/pavilion_m6_1035dx/dsdt.asl b/src/mainboard/hp/pavilion_m6_1035dx/dsdt.asl index 785b7720c1..689c3e611b 100644 --- a/src/mainboard/hp/pavilion_m6_1035dx/dsdt.asl +++ b/src/mainboard/hp/pavilion_m6_1035dx/dsdt.asl @@ -66,9 +66,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