Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/52916 )
Change subject: soc/amd/{common/picasso}: Move pci_int.asl ......................................................................
soc/amd/{common/picasso}: Move pci_int.asl
We can share this with cezanne.
BUG=b:184766519 TEST=Build picasso
Signed-off-by: Raul E Rangel rrangel@chromium.org Change-Id: If746d55345f6b7c828376b64adc5532d20413f68 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52916 Reviewed-by: Felix Held felix-coreboot@felixheld.de Tested-by: build bot (Jenkins) no-reply@coreboot.org --- R src/soc/amd/common/acpi/pci_int.asl M src/soc/amd/picasso/acpi/soc.asl 2 files changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Felix Held: Looks good to me, approved
diff --git a/src/soc/amd/picasso/acpi/pci_int.asl b/src/soc/amd/common/acpi/pci_int.asl similarity index 100% rename from src/soc/amd/picasso/acpi/pci_int.asl rename to src/soc/amd/common/acpi/pci_int.asl diff --git a/src/soc/amd/picasso/acpi/soc.asl b/src/soc/amd/picasso/acpi/soc.asl index b411c20..e8c78e1 100644 --- a/src/soc/amd/picasso/acpi/soc.asl +++ b/src/soc/amd/picasso/acpi/soc.asl @@ -9,7 +9,7 @@ }
/* Describe PCI INT[A-H] for the Southbridge */ -#include "pci_int.asl" +#include <soc/amd/common/acpi/pci_int.asl>
/* Describe the devices in the Southbridge */ #include "sb_fch.asl"