summaryrefslogtreecommitdiff
path: root/src/mainboard/bap
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-02-14 12:18:16 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-02-20 21:39:24 +0000
commit49bc3b7aee452a8f0df4da736aff98ca2112218e (patch)
treeafcb55d9ee36caf1574042843d514ec01b893554 /src/mainboard/bap
parentc0733e1639bc97cd1774c556edd6bb6526876529 (diff)
downloadcoreboot-49bc3b7aee452a8f0df4da736aff98ca2112218e.tar.xz
AGESA,binaryPI boards: Drop _SI scope with _SST in ASL
Change-Id: I0fca35753c93ba928a0f67bb68a6cfdc26c0e756 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50655 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/bap')
-rw-r--r--src/mainboard/bap/ode_e20XX/acpi/si.asl10
-rw-r--r--src/mainboard/bap/ode_e20XX/dsdt.asl3
2 files changed, 0 insertions, 13 deletions
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 */