]> xenbits.xensource.com Git - seabios.git/commit
update pci_pad_mem64 handling
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 21 Nov 2024 15:35:41 +0000 (16:35 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 16 Jan 2025 08:48:27 +0000 (09:48 +0100)
commitdf9dd418b3b0e586cb208125094620fc7f90f23d
treeba5a77d751392b83186212ab7177cc940edf2faf
parenta4fc1845b43687fe01c6f53fca9d7c1ac1b725d7
update pci_pad_mem64 handling

Add a new possible state: '-1' means 'use default'.  In that case
seabios continue to use the current heuristic:  In case memory
above 4G is present enable 64-bit guest friendly configuration.

This allows forcing the one or the other behavior by setting the
pci_pad_mem64 variable beforehand (which is done by another patch).

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
src/fw/pciinit.c