Re: [edk2-devel] [PATCH v2 1/1] OvmfPkg/PciHotPlugInitDxe: fix io window size

2023-06-26 Thread Ard Biesheuvel
On Mon, 26 Jun 2023 at 12:38, Gerd Hoffmann wrote: > > Smallest IO window size for PCI bridges is 0x1000. Fix default size > accordingly. Avoids broken resource assignments like this: > > [ ... ] > PciBus: Resource Map for Root Bridge PciRoot(0x0) > Type = Io16; Base = 0x6000;

[edk2-devel] [PATCH v2 1/1] OvmfPkg/PciHotPlugInitDxe: fix io window size

2023-06-26 Thread Gerd Hoffmann
Smallest IO window size for PCI bridges is 0x1000. Fix default size accordingly. Avoids broken resource assignments like this: [ ... ] PciBus: Resource Map for Root Bridge PciRoot(0x0) Type = Io16; Base = 0x6000; Length = 0x7000;Alignment = 0xFFF [ ... ] Base