diff --git a/src/soc/intel/apollolake/acpi/northbridge.asl b/src/soc/intel/apollolake/acpi/northbridge.asl index a304331f1d..fcbd1d0494 100644 --- a/src/soc/intel/apollolake/acpi/northbridge.asl +++ b/src/soc/intel/apollolake/acpi/northbridge.asl @@ -124,5 +124,12 @@ Device (PDRC) /* PCI Device Resource Consumption */ } } +/* Get PCIe BAR */ +Method (GPCB, 0, Serialized) +{ + Local0 = \_SB.PCI0.MCHC.PXBR << 28 + Return (Local0) +} + /* GFX 00:02.0 */ #include