From c92efa336397b917081706dabeb6f41cf69176e8 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 14 Feb 2021 00:06:39 +0200 Subject: AGESA,binaryPI boards: Move common PCBA in ASL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9d502882c4ddb54af1da42a41591804da2cee0ac Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/50647 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/mainboard/asus/a88xm-e/acpi/mainboard.asl | 7 ------- src/mainboard/asus/a88xm-e/dsdt.asl | 3 --- src/mainboard/asus/am1i-a/acpi/mainboard.asl | 2 -- src/mainboard/asus/f2a85-m/acpi/mainboard.asl | 4 ---- src/mainboard/asus/f2a85-m/dsdt.asl | 3 --- 5 files changed, 19 deletions(-) delete mode 100644 src/mainboard/asus/a88xm-e/acpi/mainboard.asl delete mode 100644 src/mainboard/asus/f2a85-m/acpi/mainboard.asl (limited to 'src/mainboard/asus') diff --git a/src/mainboard/asus/a88xm-e/acpi/mainboard.asl b/src/mainboard/asus/a88xm-e/acpi/mainboard.asl deleted file mode 100644 index 49d98d2c94..0000000000 --- a/src/mainboard/asus/a88xm-e/acpi/mainboard.asl +++ /dev/null @@ -1,7 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - - /* Base address of PCIe config space */ - Name(PCBA, CONFIG_MMCONF_BASE_ADDRESS) - /* Length of PCIe config space, 1MB each bus */ - Name(PCLN, Multiply(0x100000, CONFIG_MMCONF_BUS_NUMBER)) - /* Base address of HPET table */ diff --git a/src/mainboard/asus/a88xm-e/dsdt.asl b/src/mainboard/asus/a88xm-e/dsdt.asl index 5b057a1cb2..97e2d754e7 100644 --- a/src/mainboard/asus/a88xm-e/dsdt.asl +++ b/src/mainboard/asus/a88xm-e/dsdt.asl @@ -13,9 +13,6 @@ DefinitionBlock ( { /* Start of ASL file */ #include - /* Globals for the platform */ - #include "acpi/mainboard.asl" - /* Describe the USB Overcurrent pins */ #include "acpi/usb_oc.asl" diff --git a/src/mainboard/asus/am1i-a/acpi/mainboard.asl b/src/mainboard/asus/am1i-a/acpi/mainboard.asl index 406f18880c..9b18e722c7 100644 --- a/src/mainboard/asus/am1i-a/acpi/mainboard.asl +++ b/src/mainboard/asus/am1i-a/acpi/mainboard.asl @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -Name(PCBA, CONFIG_MMCONF_BASE_ADDRESS) /* Base address of PCIe config space */ -Name(PCLN, Multiply(0x100000, CONFIG_MMCONF_BUS_NUMBER)) /* Length of PCIe config space, 1MB each bus */ /* AcpiGpe0Blk */ OperationRegion(GP0B, SystemMemory, 0xfed80814, 0x04) diff --git a/src/mainboard/asus/f2a85-m/acpi/mainboard.asl b/src/mainboard/asus/f2a85-m/acpi/mainboard.asl deleted file mode 100644 index 0f90393d21..0000000000 --- a/src/mainboard/asus/f2a85-m/acpi/mainboard.asl +++ /dev/null @@ -1,4 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - - Name(PCBA, CONFIG_MMCONF_BASE_ADDRESS) /* Base address of PCIe config space */ - Name(PCLN, Multiply(0x100000, CONFIG_MMCONF_BUS_NUMBER)) /* Length of PCIe config space, 1MB each bus */ diff --git a/src/mainboard/asus/f2a85-m/dsdt.asl b/src/mainboard/asus/f2a85-m/dsdt.asl index 7ab5f694a6..6682e7b6b6 100644 --- a/src/mainboard/asus/f2a85-m/dsdt.asl +++ b/src/mainboard/asus/f2a85-m/dsdt.asl @@ -13,9 +13,6 @@ DefinitionBlock ( { /* Start of ASL file */ #include - /* Globals for the platform */ - #include "acpi/mainboard.asl" - /* Describe the USB Overcurrent pins */ #include "acpi/usb_oc.asl" -- cgit v1.2.3