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 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/mainboard/asus/a88xm-e/acpi/mainboard.asl (limited to 'src/mainboard/asus/a88xm-e/acpi') 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 */ -- cgit v1.2.3