DynamicTablesPkg: AcpiSsdtPcieLibArm: Use QWord to describe I/O range

Use AmlCodeGenRdQWordIo() to generate the I/O range in _CRS instead of
AmlCodeGenRdDWordIo() to cater to the scenarios where 64-bit addresses
can be used to generate I/O packets over the PCIe bus.

Signed-off-by: Jeff Brasen <jbrasen@nvidia.com>
Reviewed-by: Pierre Gondois <pierre.gondois@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
Vidya Sagar 2023-09-21 20:10:05 +00:00 committed by mergify[bot]
parent 909e870e34
commit 8b2e6b90b8
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ GeneratePciCrs (
switch (AddrMapInfo->SpaceCode) {
case PCI_SS_IO:
Status = AmlCodeGenRdDWordIo (
Status = AmlCodeGenRdQWordIo (
FALSE,
TRUE,
TRUE,