[SeaBIOS] [PATCH 3/3] [testing] map 64bit bars high unconditionally.

Gerd Hoffmann kraxel at redhat.com
Fri Jul 3 11:37:38 CEST 2015


---
 src/fw/pciinit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fw/pciinit.c b/src/fw/pciinit.c
index 45870f2..ba1c84c 100644
--- a/src/fw/pciinit.c
+++ b/src/fw/pciinit.c
@@ -867,7 +867,7 @@ static void pci_bios_map_devices(struct pci_bus *busses)
         panic("PCI: out of I/O address space\n");
 
     dprintf(1, "PCI: 32: %016llx - %016llx\n", pcimem_start, pcimem_end);
-    if (pci_bios_init_root_regions_mem(busses)) {
+    if (1 /* pci_bios_init_root_regions_mem(busses) */) {
         struct pci_region r64_mem, r64_pref;
         r64_mem.list.first = NULL;
         r64_pref.list.first = NULL;
-- 
1.8.3.1




More information about the SeaBIOS mailing list