summaryrefslogtreecommitdiffstats
path: root/src/mainboard/hp/abm/acpi/si.asl
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/hp/abm/acpi/si.asl
parentc0733e1639bc97cd1774c556edd6bb6526876529 (diff)
downloadcoreboot-49bc3b7aee452a8f0df4da736aff98ca2112218e.tar.gz
coreboot-49bc3b7aee452a8f0df4da736aff98ca2112218e.tar.bz2
coreboot-49bc3b7aee452a8f0df4da736aff98ca2112218e.zip
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/hp/abm/acpi/si.asl')
-rw-r--r--src/mainboard/hp/abm/acpi/si.asl10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mainboard/hp/abm/acpi/si.asl b/src/mainboard/hp/abm/acpi/si.asl
deleted file mode 100644
index 25c1dca1901b..000000000000
--- a/src/mainboard/hp/abm/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 */