summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/south_station
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:40:06 +0000
commit1943b27ea35d2196e819bcf662ea9644d03a1753 (patch)
tree75bcf57806698caed012621aaaaef9c5e99aafb3 /src/mainboard/amd/south_station
parent49bc3b7aee452a8f0df4da736aff98ca2112218e (diff)
downloadcoreboot-1943b27ea35d2196e819bcf662ea9644d03a1753.tar.gz
coreboot-1943b27ea35d2196e819bcf662ea9644d03a1753.tar.bz2
coreboot-1943b27ea35d2196e819bcf662ea9644d03a1753.zip
AGESA fam14 boards: Drop _SI scope with _SST in ASL
Change-Id: Ieb2f7a6b2721ddeef6945c3e0a0f4cc5627dd533 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50656 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/amd/south_station')
-rw-r--r--src/mainboard/amd/south_station/acpi/mainboard.asl11
-rw-r--r--src/mainboard/amd/south_station/dsdt.asl2
2 files changed, 0 insertions, 13 deletions
diff --git a/src/mainboard/amd/south_station/acpi/mainboard.asl b/src/mainboard/amd/south_station/acpi/mainboard.asl
deleted file mode 100644
index b7b630afb6eb..000000000000
--- a/src/mainboard/amd/south_station/acpi/mainboard.asl
+++ /dev/null
@@ -1,11 +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/amd/south_station/dsdt.asl b/src/mainboard/amd/south_station/dsdt.asl
index af83ea4b8036..834a2cfbf9fa 100644
--- a/src/mainboard/amd/south_station/dsdt.asl
+++ b/src/mainboard/amd/south_station/dsdt.asl
@@ -13,8 +13,6 @@ DefinitionBlock (
{ /* Start of ASL file */
#include <acpi/dsdt_top.asl>
- #include "acpi/mainboard.asl"
-
#include <cpu/amd/agesa/family14/acpi/cpu.asl>
#include "acpi/routing.asl"