From 78381094b20d1af933f369505910b4f5f2954895 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 1 Jun 2023 21:56:39 +0200 Subject: [PATCH] soc/amd/picasso/acpi: move remaining parts of sb_pic0_fch.asl to soc.asl Signed-off-by: Felix Held Change-Id: I785abfc90c99b58c11d57847573f550fcea1f774 Reviewed-on: https://review.coreboot.org/c/coreboot/+/75590 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel Reviewed-by: Matt DeVillier --- src/soc/amd/picasso/acpi/sb_pci0_fch.asl | 8 -------- src/soc/amd/picasso/acpi/soc.asl | 3 ++- 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 src/soc/amd/picasso/acpi/sb_pci0_fch.asl diff --git a/src/soc/amd/picasso/acpi/sb_pci0_fch.asl b/src/soc/amd/picasso/acpi/sb_pci0_fch.asl deleted file mode 100644 index ead676dde0..0000000000 --- a/src/soc/amd/picasso/acpi/sb_pci0_fch.asl +++ /dev/null @@ -1,8 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -/* System Bus */ -/* _SB.PCI0 */ - -/* 0:14.3 - LPC */ -#include -#include diff --git a/src/soc/amd/picasso/acpi/soc.asl b/src/soc/amd/picasso/acpi/soc.asl index 82c2766e33..0b520e42a9 100644 --- a/src/soc/amd/picasso/acpi/soc.asl +++ b/src/soc/amd/picasso/acpi/soc.asl @@ -9,7 +9,8 @@ Scope(PCI0) { #include "northbridge.asl" /* Describe the AMD Fusion Controller Hub */ - #include "sb_pci0_fch.asl" + #include + #include } /* PCI IRQ mapping for the Southbridge */