Attention is currently required from: Jason Glenesk, Marshall Dawson, Felix Held. Raul Rangel has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50572 )
Change subject: soc/amd: Move aoac.asl from picasso into common ......................................................................
soc/amd: Move aoac.asl from picasso into common
I also removed the unnecessary #include in soc.asl.
Signed-off-by: Raul E Rangel rrangel@chromium.org Change-Id: Ifbd79871fd49b18f45d97f64ccd68fa96eaaebce --- R src/soc/amd/common/acpi/aoac.asl M src/soc/amd/picasso/acpi/sb_fch.asl M src/soc/amd/picasso/acpi/soc.asl 3 files changed, 1 insertion(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/50572/1
diff --git a/src/soc/amd/picasso/acpi/aoac.asl b/src/soc/amd/common/acpi/aoac.asl similarity index 100% rename from src/soc/amd/picasso/acpi/aoac.asl rename to src/soc/amd/common/acpi/aoac.asl diff --git a/src/soc/amd/picasso/acpi/sb_fch.asl b/src/soc/amd/picasso/acpi/sb_fch.asl index 6c3c51d..926bf10 100644 --- a/src/soc/amd/picasso/acpi/sb_fch.asl +++ b/src/soc/amd/picasso/acpi/sb_fch.asl @@ -1,9 +1,9 @@ /* SPDX-License-Identifier: GPL-2.0-only */
+#include <soc/amd/common/acpi/aoac.asl> #include <soc/gpio.h> #include <soc/iomap.h> #include <amdblocks/acpimmio_map.h> -#include <aoac.asl>
Device (AAHB) { diff --git a/src/soc/amd/picasso/acpi/soc.asl b/src/soc/amd/picasso/acpi/soc.asl index b3b036e..b411c20 100644 --- a/src/soc/amd/picasso/acpi/soc.asl +++ b/src/soc/amd/picasso/acpi/soc.asl @@ -11,9 +11,6 @@ /* Describe PCI INT[A-H] for the Southbridge */ #include "pci_int.asl"
-/* Describe the AOAC devices */ -#include "aoac.asl" - /* Describe the devices in the Southbridge */ #include "sb_fch.asl"