summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/broadwell/pch/acpi/pch.asl
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-10-25 13:38:00 +0100
committerAngel Pons <th3fanbus@gmail.com>2020-11-04 22:45:20 +0000
commit34c0b26193ea9424a7eaba4d0a4ab2d5925c2f91 (patch)
tree6ad1273935b14b81d16e69931010bf95c59ccfdc /src/soc/intel/broadwell/pch/acpi/pch.asl
parentfcc26f54a0dc5db0845946b20e1a03b77a8877ae (diff)
downloadcoreboot-34c0b26193ea9424a7eaba4d0a4ab2d5925c2f91.tar.gz
coreboot-34c0b26193ea9424a7eaba4d0a4ab2d5925c2f91.tar.bz2
coreboot-34c0b26193ea9424a7eaba4d0a4ab2d5925c2f91.zip
soc/intel/broadwell/pch: Use common PCIe ACPI code
Tested with BUILD_TIMELESS=1, Purism Librem 13 v1 does not change. Change-Id: I1f41ce943e25dceab79c7d7ee2ed797c392dcd52 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46763 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/broadwell/pch/acpi/pch.asl')
-rw-r--r--src/soc/intel/broadwell/pch/acpi/pch.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/pch/acpi/pch.asl b/src/soc/intel/broadwell/pch/acpi/pch.asl
index 5a94bca18115..7b5785967241 100644
--- a/src/soc/intel/broadwell/pch/acpi/pch.asl
+++ b/src/soc/intel/broadwell/pch/acpi/pch.asl
@@ -45,7 +45,7 @@ Scope (\)
#include "adsp.asl"
// PCI Express Ports 0:1c.x
-#include "pcie.asl"
+#include <southbridge/intel/common/acpi/pcie.asl>
// USB EHCI 0:1d.0
#include "ehci.asl"