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:
Kunhui-Li
2021-11-03 17:31:16 +08:00
committed by wenlingz
parent c782795af8
commit 2f5db5f4ee
12 changed files with 86 additions and 590 deletions

View File

@@ -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>