[SeaBIOS] [PATCH 0/6] pci patches (with BSOD fix)

Alexey Korolev alexey.korolev at endace.com
Wed May 30 03:40:20 CEST 2012


On 29/05/12 19:14, Gerd Hoffmann wrote:
>   Hi,
>
>> pcimem64_start = (RamSizeOver4G + pcimem64_size) & ~(pcimem64_size-1);
>> I guess it would be proper if pcimem64_start will be set in this way:
>> pcimem64_start = ALIGN(0x100000000LL + RamSizeOver4G, pcimem64_size);
> Indeed.
>
>> Probably the correct value of the length of the PCI resource window should be set as
>> len = pcimem_end - pcimem_start?
> Yes.
>
> Updated patches pushed to git://git.kraxel.org/seabios pci64
Thanks, the new version works fine.

Alexey



More information about the SeaBIOS mailing list