rombios: Do not initialise PCI devices after hvmloader.
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 6 Jan 2009 14:00:58 +0000 (14:00 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 6 Jan 2009 14:00:58 +0000 (14:00 +0000)
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
tools/firmware/rombios/rombios.c

index 5e6d7c414000353cca1b0371473b11b3f4a4ba12..3ff3f22b70450411be052cc5bf377a15ae5ff9e7 100644 (file)
@@ -10026,7 +10026,7 @@ pci_routing_table_structure_start:
   db 0 ;; reserved
 pci_routing_table_structure_end:
 
-#if !BX_ROMBIOS32
+#if !BX_ROMBIOS32 && !defined(HVMASSIST)
 pci_irq_list:
   db 11, 10, 9, 5;
 
@@ -10970,7 +10970,7 @@ post_default_ints:
 #if BX_ROMBIOS32
   call rombios32_init
 #else
-#if BX_PCIBIOS
+#if BX_PCIBIOS && !defined(HVMASSIST)
   call pcibios_init_iomem_bases
   call pcibios_init_irqs
 #endif //BX_PCIBIOS