Re: [SeaBIOS] [PATCH 3/4] move 64bit pci window to end of address space

2022-11-23 Thread Gerd Hoffmann
On Mon, Nov 21, 2022 at 11:57:35AM +0100, Paul Menzel wrote: > Dear Gerd, > > > Thank you for the patch. > > Am 21.11.22 um 11:32 schrieb Gerd Hoffmann: > > When the size of the physical address space is known (PhysBits is not > > zero) move the 64bit pci io window to the end of the address spac

Re: [SeaBIOS] [PATCH 3/4] move 64bit pci window to end of address space

2022-11-21 Thread Paul Menzel
Dear Gerd, Thank you for the patch. Am 21.11.22 um 11:32 schrieb Gerd Hoffmann: When the size of the physical address space is known (PhysBits is not zero) move the 64bit pci io window to the end of the address space. It’d be great, if you elaborated, why this is an improvement. Kind regar