diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-02-14 12:18:16 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-02-20 21:39:24 +0000 |
commit | 49bc3b7aee452a8f0df4da736aff98ca2112218e (patch) | |
tree | afcb55d9ee36caf1574042843d514ec01b893554 /src/mainboard/msi | |
parent | c0733e1639bc97cd1774c556edd6bb6526876529 (diff) |
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/msi')
-rw-r--r-- | src/mainboard/msi/ms7721/acpi/si.asl | 9 | ||||
-rw-r--r-- | src/mainboard/msi/ms7721/dsdt.asl | 4 |
2 files changed, 0 insertions, 13 deletions
diff --git a/src/mainboard/msi/ms7721/acpi/si.asl b/src/mainboard/msi/ms7721/acpi/si.asl deleted file mode 100644 index 3e1317a2b3..0000000000 --- a/src/mainboard/msi/ms7721/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/msi/ms7721/dsdt.asl b/src/mainboard/msi/ms7721/dsdt.asl index 3dbcf46ef3..3e67f63776 100644 --- a/src/mainboard/msi/ms7721/dsdt.asl +++ b/src/mainboard/msi/ms7721/dsdt.asl @@ -57,9 +57,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 */ |