aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/tigerlake
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2020-10-03 21:42:50 +0530
committerSubrata Banik <subrata.banik@intel.com>2020-10-05 04:00:19 +0000
commit3b3bbd4fbacf2ae50dfface02e901567a79ea985 (patch)
treeeed2f4d538fc825e19ff764014fa546eb67ebc2f /src/soc/intel/tigerlake
parent73968fd14b67a38bf671479c0b55859497649062 (diff)
soc/intel/common/block/acpi: Factor out common smbus.asl
This patch moves smbus.asl into common block acpi directory to avoid duplicating the same ASL code block across SoC directory. TEST=Able to build and boot TGL, CNL and CML platform. 1) Dump and disassemble DSDT, verify SBUS device present inside common smbus.asl is still there. 2) Verify no ACPI error seen while running 'dmesg` from console. Signed-off-by: Subrata Banik <subrata.banik@intel.com> Change-Id: Ib1ae48f7ece3e521501d92c40cd551287ea2f1ec Reviewed-on: https://review.coreboot.org/c/coreboot/+/45979 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/tigerlake')
-rw-r--r--src/soc/intel/tigerlake/acpi/smbus.asl8
-rw-r--r--src/soc/intel/tigerlake/acpi/southbridge.asl2
2 files changed, 1 insertions, 9 deletions
diff --git a/src/soc/intel/tigerlake/acpi/smbus.asl b/src/soc/intel/tigerlake/acpi/smbus.asl
deleted file mode 100644
index 6705f22693..0000000000
--- a/src/soc/intel/tigerlake/acpi/smbus.asl
+++ /dev/null
@@ -1,8 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-/* Intel SMBus Controller 0:1f.4 */
-
-Device (SBUS)
-{
- Name (_ADR, 0x001f0004)
-}
diff --git a/src/soc/intel/tigerlake/acpi/southbridge.asl b/src/soc/intel/tigerlake/acpi/southbridge.asl
index b193de49c3..7d6a0fbad0 100644
--- a/src/soc/intel/tigerlake/acpi/southbridge.asl
+++ b/src/soc/intel/tigerlake/acpi/southbridge.asl
@@ -30,7 +30,7 @@
#include "serialio.asl"
/* SMBus 0:1f.4 */
-#include "smbus.asl"
+#include <soc/intel/common/block/acpi/acpi/smbus.asl>
/* ISH 0:12.0 */
#include "ish.asl"