Skip to content

Commit 87558b6

Browse files
conghuic23dbkinder
authored andcommitted
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>
1 parent e729b65 commit 87558b6

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

doc/getting-started/apl-nuc.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ partition. Follow these steps:
429429
double-check the platform boot order using ``efibootmgr -v`` and
430430
modify it if needed.
431431

432-
The ACRN hypervisor (``acrn.efi``) accepts three command-line parameters that
432+
The ACRN hypervisor (``acrn.efi``) accepts two command-line parameters that
433433
tweak its behavior:
434434

435435
1. ``bootloader=``: this sets the EFI executable to be loaded once the hypervisor
@@ -450,11 +450,6 @@ partition. Follow these steps:
450450
You should run ``dmesg |grep ttyS0`` to get port address from the output, and then
451451
add the ``uart`` parameter into the ``efibootmgr`` command.
452452

453-
#. ``vuart=ttySn@irqN``: this tells the hypervisor which virtual serial device SOS
454-
will use and its IRQ number. This is used to avoid conflict with SOS passthrough
455-
devices' interrupt. If UART is set to ttyS1, and its native IRQ is 5, you'd better
456-
set ``vuart=ttyS1@irq5`` (Use 'dmesg | grep tty' to get IRQ information).
457-
Also set ``console=ttyS1`` in ``acrn.conf`` to match the SOS boot args.
458453

459454
Here is a more complete example of how to configure the EFI firmware to load the ACRN
460455
hypervisor and set these parameters.

doc/getting-started/up2.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ You will need to keep these in mind in a few places:
7575
.. code-block:: none
7676
7777
# efibootmgr -c -l "\EFI\acrn\acrn.efi" -d /dev/mmcblk0 -p 1 -L "ACRN Hypervisor" \
78-
-u "bootloader=\EFI\org.clearlinux\bootloaderx64.efi uart=bdf@0:18.1 vuart=ttyS1@irq5"
78+
-u "bootloader=\EFI\org.clearlinux\bootloaderx64.efi uart=bdf@0:18.1"
7979
8080
UP2 serial port setting
8181
=======================
8282

8383
The serial port (ttyS1) in the 40-pin HAT connector is located at ``serial PCI BDF 0:18.1``.
8484
You can check this from the ``lspci`` output from the initial Clearlinux installation.
85-
Also you can use ``dmesg | grep tty`` to get its IRQ information for vuart setting; and update
86-
SOS bootargs ``console=ttyS1`` in acrn.conf to match with vuart setting.
85+
Also you can use ``dmesg | grep tty`` to get its IRQ information for console setting; and update
86+
SOS bootargs ``console=ttyS1`` in acrn.conf to match with console setting.
8787

8888
.. code-block:: none
8989

0 commit comments

Comments
 (0)