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>
This commit is contained in:
parent
73968fd14b
commit
3b3bbd4fba
|
@ -1,8 +0,0 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
// Intel SMBus Controller 0:1f.4
|
||||
|
||||
Device (SBUS)
|
||||
{
|
||||
Name (_ADR, 0x001f0004)
|
||||
}
|
|
@ -32,7 +32,7 @@
|
|||
#include "serialio.asl"
|
||||
|
||||
/* SMBus 0:1f.4 */
|
||||
#include "smbus.asl"
|
||||
#include <soc/intel/common/block/acpi/acpi/smbus.asl>
|
||||
|
||||
/* ISH 0:13.0 */
|
||||
#include "ish.asl"
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
// Intel SMBus Controller 0:1f.4
|
||||
|
||||
Device (SBUS)
|
||||
{
|
||||
Name (_ADR, 0x001f0004)
|
||||
}
|
|
@ -117,7 +117,7 @@ Device (P2SB)
|
|||
#include "pmc.asl"
|
||||
|
||||
// SMBus 0:1f.4
|
||||
#include "smbus.asl"
|
||||
#include <soc/intel/common/block/acpi/acpi/smbus.asl>
|
||||
|
||||
// Northpeak 0:1f.7
|
||||
#include "npk.asl"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "serialio.asl"
|
||||
|
||||
/* SMBus 0:1f.4 */
|
||||
#include "smbus.asl"
|
||||
#include <soc/intel/common/block/acpi/acpi/smbus.asl>
|
||||
|
||||
/* USB XHCI 0:14.0 */
|
||||
#include "xhci.asl"
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
// Intel SMBus Controller 0:1f.4
|
||||
|
||||
Device (SBUS)
|
||||
{
|
||||
Name (_ADR, 0x001f0004)
|
||||
}
|
|
@ -30,7 +30,7 @@
|
|||
#include "serialio.asl"
|
||||
|
||||
/* SMBus 0:1f.4 */
|
||||
#include "smbus.asl"
|
||||
#include <soc/intel/common/block/acpi/acpi/smbus.asl>
|
||||
|
||||
/* USB XHCI 0:14.0 */
|
||||
#include "xhci.asl"
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
/* Intel SMBus Controller 0:1f.4 */
|
||||
|
||||
Device (SBUS)
|
||||
{
|
||||
Name (_ADR, 0x001f0004)
|
||||
}
|
|
@ -33,7 +33,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"
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include "serialio.asl"
|
||||
|
||||
/* SMBus 0:1f.3 */
|
||||
#include "smbus.asl"
|
||||
#include <soc/intel/common/block/acpi/acpi/smbus.asl>
|
||||
|
||||
/* Storage Controllers */
|
||||
#include "scs.asl"
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
// Intel SMBus Controller 0:1f.4
|
||||
|
||||
Device (SBUS)
|
||||
{
|
||||
Name (_ADR, 0x001f0004)
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
/* Intel SMBus Controller 0:1f.4 */
|
||||
|
||||
Device (SBUS)
|
||||
{
|
||||
Name (_ADR, 0x001f0004)
|
||||
}
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue