summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/a88xm-e
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-02-14 00:06:39 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-02-20 21:38:11 +0000
commitc92efa336397b917081706dabeb6f41cf69176e8 (patch)
tree1b90907c2b08941400d259b796c767b02a9ad4c0 /src/mainboard/asus/a88xm-e
parentc308f021d26156ad03bb3969a3b785616ca51b82 (diff)
downloadcoreboot-c92efa336397b917081706dabeb6f41cf69176e8.tar.xz
AGESA,binaryPI boards: Move common PCBA in ASL
Change-Id: I9d502882c4ddb54af1da42a41591804da2cee0ac Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50647 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/asus/a88xm-e')
-rw-r--r--src/mainboard/asus/a88xm-e/acpi/mainboard.asl7
-rw-r--r--src/mainboard/asus/a88xm-e/dsdt.asl3
2 files changed, 0 insertions, 10 deletions
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 <acpi/dsdt_top.asl>
- /* Globals for the platform */
- #include "acpi/mainboard.asl"
-
/* Describe the USB Overcurrent pins */
#include "acpi/usb_oc.asl"