summaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/apollolake')
-rw-r--r--src/soc/intel/apollolake/acpi/northbridge.asl9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/soc/intel/apollolake/acpi/northbridge.asl b/src/soc/intel/apollolake/acpi/northbridge.asl
index aa45f45fa9..2437a1b545 100644
--- a/src/soc/intel/apollolake/acpi/northbridge.asl
+++ b/src/soc/intel/apollolake/acpi/northbridge.asl
@@ -72,11 +72,14 @@ Method (_CRS, 0, Serialized)
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000,,, PM01)
- /* PCI Memory Region (TOUUD - (TOUUD + ABOVE_4G_MMIO_SIZE)) */
+ /*
+ * PCI Memory Region above 4 GiB
+ * (TOUUD - (TOUUD + ABOVE_4G_MMIO_SIZE))
+ */
QWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed,
NonCacheable, ReadWrite,
- 0x00000000, 0x10000, 0x1ffff, 0x00000000,
- 0x10000,,, PM02)
+ 0x00000000, 0x00010000, 0x0001ffff, 0x00000000,
+ 0x00010000,,, PM02)
})
/* Find PCI resource area in MCRS */