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/biostar | |
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/biostar')
-rw-r--r-- | src/mainboard/biostar/a68n_5200/acpi/si.asl | 10 | ||||
-rw-r--r-- | src/mainboard/biostar/a68n_5200/dsdt.asl | 3 | ||||
-rw-r--r-- | src/mainboard/biostar/am1ml/acpi/si.asl | 10 | ||||
-rw-r--r-- | src/mainboard/biostar/am1ml/dsdt.asl | 3 |
4 files changed, 0 insertions, 26 deletions
diff --git a/src/mainboard/biostar/a68n_5200/acpi/si.asl b/src/mainboard/biostar/a68n_5200/acpi/si.asl deleted file mode 100644 index 25c1dca190..0000000000 --- a/src/mainboard/biostar/a68n_5200/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/biostar/a68n_5200/dsdt.asl b/src/mainboard/biostar/a68n_5200/dsdt.asl index b739bb1cec..c86cf27f67 100644 --- a/src/mainboard/biostar/a68n_5200/dsdt.asl +++ b/src/mainboard/biostar/a68n_5200/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 */ diff --git a/src/mainboard/biostar/am1ml/acpi/si.asl b/src/mainboard/biostar/am1ml/acpi/si.asl deleted file mode 100644 index 25c1dca190..0000000000 --- a/src/mainboard/biostar/am1ml/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/biostar/am1ml/dsdt.asl b/src/mainboard/biostar/am1ml/dsdt.asl index f9243a3124..0b57286103 100644 --- a/src/mainboard/biostar/am1ml/dsdt.asl +++ b/src/mainboard/biostar/am1ml/dsdt.asl @@ -74,8 +74,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 */ |