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/acpi/dsdt_top.asl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/acpi/dsdt_top.asl') diff --git a/src/acpi/dsdt_top.asl b/src/acpi/dsdt_top.asl index 3e6bb1c530..160a53fc7b 100644 --- a/src/acpi/dsdt_top.asl +++ b/src/acpi/dsdt_top.asl @@ -30,3 +30,11 @@ Method (_PIC, 1) /* Remember the OS' IRQ routing choice. */ PICM = Arg0 } + +#if CONFIG(MMCONF_SUPPORT) +/* Base address of PCIe config space */ +Name(PCBA, CONFIG_MMCONF_BASE_ADDRESS) + +/* Length of PCIe config space, 1MB each bus */ +Name(PCLN, CONFIG_MMCONF_LENGTH) +#endif -- cgit v1.2.3