[SeaBIOS] Re: [RESEND PATCH] fw/pciinit: don't misalign large BARs

2024-04-15 Thread Kevin O'Connor
On Thu, Apr 11, 2024 at 10:51:35PM +0300, Daniil Tatianin wrote: > Previously we would unconditionally lower the alignment for large BARs > in case their alignment was greater than "pci_mem64_top >> 11", this > would make it impossible to use these devices by the kernel: > [ 13.821108] pci 00

[SeaBIOS] Re: [RESEND PATCH] fw/pciinit: don't misalign large BARs

2024-04-15 Thread Philippe Mathieu-Daudé
On 15/4/24 08:38, Daniil Tatianin wrote: Hey there! Do we need more reviewed-bys before this can be merged? Thanks! On 4/11/24 10:51 PM, Daniil Tatianin wrote: Previously we would unconditionally lower the alignment for large BARs in case their alignment was greater than "pci_mem64_top >> 11"

[SeaBIOS] Re: [RESEND PATCH] fw/pciinit: don't misalign large BARs

2024-04-14 Thread Daniil Tatianin
Hey there! Do we need more reviewed-bys before this can be merged? Thanks! On 4/11/24 10:51 PM, Daniil Tatianin wrote: Previously we would unconditionally lower the alignment for large BARs in case their alignment was greater than "pci_mem64_top >> 11", this would make it impossible to use the