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

2024-04-11 Thread Daniil Tatianin
[ 13.832218] pci :8c:00.0: can't claim BAR 1 [mem 0x6a0-0x6bf 64bit pref]: no compatible bridge window Fix it by only overwriting the alignment in case it's actually greater than the desired by the BAR window. Fixes: 96a8d130a8c ("be less conservative with

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