mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 10:04:42 +00:00
doc: remove vuart configuration in nuc and up2
As the vuart config option is not support anymore, remove it. Signed-off-by: Conghui Chen <conghui.chen@intel.com>
This commit is contained in:
committed by
David Kinder
parent
e729b657c0
commit
87558b6f98
@@ -429,7 +429,7 @@ partition. Follow these steps:
|
||||
double-check the platform boot order using ``efibootmgr -v`` and
|
||||
modify it if needed.
|
||||
|
||||
The ACRN hypervisor (``acrn.efi``) accepts three command-line parameters that
|
||||
The ACRN hypervisor (``acrn.efi``) accepts two command-line parameters that
|
||||
tweak its behavior:
|
||||
|
||||
1. ``bootloader=``: this sets the EFI executable to be loaded once the hypervisor
|
||||
@@ -450,11 +450,6 @@ partition. Follow these steps:
|
||||
You should run ``dmesg |grep ttyS0`` to get port address from the output, and then
|
||||
add the ``uart`` parameter into the ``efibootmgr`` command.
|
||||
|
||||
#. ``vuart=ttySn@irqN``: this tells the hypervisor which virtual serial device SOS
|
||||
will use and its IRQ number. This is used to avoid conflict with SOS passthrough
|
||||
devices' interrupt. If UART is set to ttyS1, and its native IRQ is 5, you'd better
|
||||
set ``vuart=ttyS1@irq5`` (Use 'dmesg | grep tty' to get IRQ information).
|
||||
Also set ``console=ttyS1`` in ``acrn.conf`` to match the SOS boot args.
|
||||
|
||||
Here is a more complete example of how to configure the EFI firmware to load the ACRN
|
||||
hypervisor and set these parameters.
|
||||
|
||||
Reference in New Issue
Block a user