From 3b3bbd4fbacf2ae50dfface02e901567a79ea985 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Sat, 3 Oct 2020 21:42:50 +0530 Subject: 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 Change-Id: Ib1ae48f7ece3e521501d92c40cd551287ea2f1ec Reviewed-on: https://review.coreboot.org/c/coreboot/+/45979 Tested-by: build bot (Jenkins) Reviewed-by: HAOUAS Elyes Reviewed-by: Angel Pons --- src/soc/intel/common/block/acpi/acpi/smbus.asl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/soc/intel/common/block/acpi/acpi/smbus.asl (limited to 'src/soc/intel/common/block') diff --git a/src/soc/intel/common/block/acpi/acpi/smbus.asl b/src/soc/intel/common/block/acpi/acpi/smbus.asl new file mode 100644 index 0000000000..6705f22693 --- /dev/null +++ b/src/soc/intel/common/block/acpi/acpi/smbus.asl @@ -0,0 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +/* Intel SMBus Controller 0:1f.4 */ + +Device (SBUS) +{ + Name (_ADR, 0x001f0004) +} -- cgit v1.2.3