summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2024-02-16 08:20:24 -0600
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-02-18 02:28:12 +0000
commit8c1bcb7fcba12b2078d6e5c805a5b357b4a6be63 (patch)
tree18eac50eae06de8f29d3878038ef2d417ffd21e2
parent1f250767ed952b2153c8d5aabe710638c8b5377d (diff)
downloadcoreboot-8c1bcb7fcba12b2078d6e5c805a5b357b4a6be63.tar.gz
coreboot-8c1bcb7fcba12b2078d6e5c805a5b357b4a6be63.tar.bz2
coreboot-8c1bcb7fcba12b2078d6e5c805a5b357b4a6be63.zip
soc/intel/alderlake/acpi: Drop ACPI stub for SATA device
This is now generated by acpigen in the common/block/sata module. Change-Id: Ic45a059f47a090aa1993e83884408a82826b30cf Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80562 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Reviewed-by: Nico Huber <nico.h@gmx.de>
-rw-r--r--src/soc/intel/alderlake/acpi/sata.asl7
-rw-r--r--src/soc/intel/alderlake/acpi/southbridge.asl3
2 files changed, 0 insertions, 10 deletions
diff --git a/src/soc/intel/alderlake/acpi/sata.asl b/src/soc/intel/alderlake/acpi/sata.asl
deleted file mode 100644
index 4e8f424dcdad..000000000000
--- a/src/soc/intel/alderlake/acpi/sata.asl
+++ /dev/null
@@ -1,7 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
-
-Device (SATA)
-{
- Name (_ADR, 0x00170000)
- Name (_DDN, "SATA Controller")
-}
diff --git a/src/soc/intel/alderlake/acpi/southbridge.asl b/src/soc/intel/alderlake/acpi/southbridge.asl
index d14dd66990f1..af641db2fb3f 100644
--- a/src/soc/intel/alderlake/acpi/southbridge.asl
+++ b/src/soc/intel/alderlake/acpi/southbridge.asl
@@ -48,6 +48,3 @@
/* GbE 0:1f.6 */
#include <soc/intel/common/block/acpi/acpi/pch_glan.asl>
-
-/* PCH SATA */
-#include "sata.asl"