Skip to content

Commit

Permalink
DynamicTablesPkg: AcpiSsdtPcieLibArm: Use QWord to describe I/O range
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Pierre Gondois <[email protected]>
Reviewed-by: Sami Mujawar <[email protected]>
  • Loading branch information
Vidya Sagar authored and mergify[bot] committed Sep 22, 2023
1 parent 909e870 commit 8b2e6b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ GeneratePciCrs (

switch (AddrMapInfo->SpaceCode) {
case PCI_SS_IO:
Status = AmlCodeGenRdDWordIo (
Status = AmlCodeGenRdQWordIo (
FALSE,
TRUE,
TRUE,
Expand Down

0 comments on commit 8b2e6b9

Please sign in to comment.