The DT and ACPI descriptions of the PCIe root complex only specify a bus range of [0x0, 0x7f]. So let's use the same range in UEFI.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel ard.biesheuvel@linaro.org --- Platforms/AMD/Styx/OverdriveBoard/OverdriveBoard.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Platforms/AMD/Styx/OverdriveBoard/OverdriveBoard.dsc b/Platforms/AMD/Styx/OverdriveBoard/OverdriveBoard.dsc index b4893ca34587..98f5c9452dcd 100644 --- a/Platforms/AMD/Styx/OverdriveBoard/OverdriveBoard.dsc +++ b/Platforms/AMD/Styx/OverdriveBoard/OverdriveBoard.dsc @@ -423,7 +423,7 @@ DEFINE DO_KCS = 1 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xF0000000
gArmTokenSpaceGuid.PcdPciBusMin|0x0 - gArmTokenSpaceGuid.PcdPciBusMax|0xFF + gArmTokenSpaceGuid.PcdPciBusMax|0x7F
gArmTokenSpaceGuid.PcdPciIoBase|0x1000 gArmTokenSpaceGuid.PcdPciIoSize|0xF000