From d92bb3c3f1447e6731a9694f16338c48e5d9f954 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 3 Nov 2022 22:52:04 +0100 Subject: soc/amd/picasso/acpi: rename pcie.asl to pci_int_defs.asl This aligns Picasso more with the newer AMD SoCs and also makes it a bit clearer what this file does. Also remove the unneeded tabs at the beginning of each line. Signed-off-by: Felix Held Change-Id: Ie6e5ee815e4346004bc864a6111a255dc689eae8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/69187 Tested-by: build bot (Jenkins) Reviewed-by: Fred Reitberger Reviewed-by: Matt DeVillier Reviewed-by: Jason Glenesk --- src/mainboard/amd/bilby/dsdt.asl | 2 +- src/mainboard/amd/mandolin/dsdt.asl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/amd') diff --git a/src/mainboard/amd/bilby/dsdt.asl b/src/mainboard/amd/bilby/dsdt.asl index e0059c9c3e..140f3950e0 100644 --- a/src/mainboard/amd/bilby/dsdt.asl +++ b/src/mainboard/amd/bilby/dsdt.asl @@ -17,7 +17,7 @@ DefinitionBlock ( #include /* PCI IRQ mapping for the Southbridge */ - #include + #include /* Power state notification to ALIB */ #include diff --git a/src/mainboard/amd/mandolin/dsdt.asl b/src/mainboard/amd/mandolin/dsdt.asl index e0059c9c3e..140f3950e0 100644 --- a/src/mainboard/amd/mandolin/dsdt.asl +++ b/src/mainboard/amd/mandolin/dsdt.asl @@ -17,7 +17,7 @@ DefinitionBlock ( #include /* PCI IRQ mapping for the Southbridge */ - #include + #include /* Power state notification to ALIB */ #include -- cgit v1.2.3