doc: update acrn_configuration_tool tutorial for RDT feature

update acrn_configuration_tool tutorial for RDT and update uos type
for launch configuration tutorial.

Signed-off-by: Wei Liu <weix.w.liu@intel.com>
This commit is contained in:
Wei Liu 2020-06-10 13:28:50 +08:00 committed by deb-intel
parent 5d08f2518f
commit 19f629a2fa

View File

@ -135,6 +135,21 @@ Additional scenario XML elements:
Specify whether ACRN hypervisor image can be booted using multiboot2 protocol. Specify whether ACRN hypervisor image can be booted using multiboot2 protocol.
If not set, GRUB's multiboot2 is not available as a boot option. If not set, GRUB's multiboot2 is not available as a boot option.
``RDT_ENABLED`` (a child node of ``FEATURES/RDT``):
Specify whether enable Resource Director Technology(RDT) allocation feature.
Set to 'y' to enable the feature or 'n' to disable it.
The 'y' will be ignored when hardware does not support RDT.
``CDP_ENABLED`` (a child node of ``FEATURES/RDT``):
Specify whether enable Code and Data Prioritization(CDP). CDP is an extension
of CAT.
Set to 'y' to enable the feature or 'n' to disable it.
The 'y' will be ignored when hardware does not support CDP.
``CLOS_MASK`` (a child node of ``FEATURES/RDT``):
Specify cache capacity bitmask for the CLOS, only continuous '1' bits are allowed.
The value will be ignored when hardware does not support RDT.
``HYPERV_ENABLED`` (a child node of ``FEATURES``): ``HYPERV_ENABLED`` (a child node of ``FEATURES``):
Specify whether Hyper-V is enabled. Specify whether Hyper-V is enabled.
@ -326,7 +341,8 @@ current scenario has:
``uos_type``: ``uos_type``:
Specify the User VM type, such as ``CLEARLINUX``, ``ANDROID``, ``ALIOS``, Specify the User VM type, such as ``CLEARLINUX``, ``ANDROID``, ``ALIOS``,
``PREEMPT-RT LINUX``, ``GENERIC LINUX``, ``WINDOWS``, ``ZEPHYR`` or ``VXWORKS``. ``PREEMPT-RT LINUX``, ``GENERIC LINUX``, ``WINDOWS``, ``YOCTO``, ``UBUNTU``,
``ZEPHYR`` or ``VXWORKS``.
``rtos_type``: ``rtos_type``:
Specify the User VM Realtime capability: Soft RT, Hard RT, or none of them. Specify the User VM Realtime capability: Soft RT, Hard RT, or none of them.