[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

[SeaBIOS] Re: [PATCH] stdvgaio: Only read/write one color palette entry at a time

2024-04-15 Thread Kevin O'Connor
On Tue, Apr 09, 2024 at 11:20:14AM -0400, Kevin O'Connor wrote: > Introduce stdvga_dac_read_many() and stdvga_dac_write_many() for > writing multiple dac palette entries. Convert the stdvga_dac_read() > and stdvga_dac_write() low-level IO access functions in stdvgaio.c to > access just one color

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

2024-04-15 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

[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 >>