mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-07 03:40:27 +00:00
Revert "misc: config_tools: add vuart for communication"
This reverts commit 9e2edd5192
.
Because config UI don't support multi legacy vuart in current logic,
we need to revert the commit to unblock UI.
Tracked-On: #6652
Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
This commit is contained in:
@@ -85,8 +85,8 @@
|
||||
</legacy_vuart>
|
||||
<legacy_vuart id="1">
|
||||
<type>VUART_LEGACY_PIO</type>
|
||||
<base>CONFIG_COM_BASE</base>
|
||||
<irq>0</irq>
|
||||
<base>INVALID_COM_BASE</base>
|
||||
<irq>SERVICE_VM_COM2_IRQ</irq>
|
||||
<target_vm_id>1</target_vm_id>
|
||||
<target_uart_id>1</target_uart_id>
|
||||
</legacy_vuart>
|
||||
@@ -105,7 +105,7 @@
|
||||
<rootfs>/dev/vda1</rootfs>
|
||||
<bootargs>
|
||||
earlyprintk=serial,ttyS0,115200n8 rw rootwait console=tty0 consoleblank=0 no_timer_check ignore_loglevel
|
||||
ignore_loglevel no_timer_check intel_iommu=off tsc=reliable 8250.nr_uarts=20
|
||||
ignore_loglevel no_timer_check intel_iommu=off tsc=reliable
|
||||
</bootargs>
|
||||
</board_private>
|
||||
</vm>
|
||||
@@ -131,7 +131,7 @@
|
||||
</legacy_vuart>
|
||||
<legacy_vuart id="1">
|
||||
<type>VUART_LEGACY_PIO</type>
|
||||
<base>COM2_BASE</base>
|
||||
<base>INVALID_COM_BASE</base>
|
||||
<irq>COM2_IRQ</irq>
|
||||
<target_vm_id>0</target_vm_id>
|
||||
<target_uart_id>1</target_uart_id>
|
||||
|
Reference in New Issue
Block a user