mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-05 07:35:31 +00:00
misc: fix the conflict between S5 and LPC
The current code use COM1 or COM2 for LPC and there is an conflict with S5 feature. This patch filter these COM Ports and fix the above issue. Tracked-On: #6690 Signed-off-by: Chenli Wei <chenli.wei@intel.com>
This commit is contained in:
@@ -76,7 +76,7 @@ def alloc_vuart_connection_irqs(board_etree, scenario_etree, allocation_etree):
|
||||
# Allocate irq for S5 vuart
|
||||
if load_order != "SERVICE_VM":
|
||||
legacy_vuart_irq = alloc_irq(irq_list)
|
||||
create_vuart_irq_node(allocation_etree, common.get_node("./@id", vm_node), load_order, str(vuart_id), legacy_vuart_irq)
|
||||
create_vuart_irq_node(allocation_etree, common.get_node("./@id", vm_node), load_order, str(vuart_id), "0")
|
||||
vuart_id = vuart_id + 1
|
||||
|
||||
vuart_connections = scenario_etree.xpath("//vuart_connection")
|
||||
|
||||
Reference in New Issue
Block a user