Files
acrn-hypervisor/misc/acrn-config/xmls/config-xmls/tgl-rvp/industry_launch_1uos.xml
Minggui Cao 65a553205a acrn-config: add xml to support TGL RVP board
1. Use acrn-configure tool to generate xml files to support TGL
RVP board. You need make menuconfig as guide in github, and then
comiple as following:
  make hypervisor BOARD_FILE=path/xxx.xml SCENARIO_FILE=path/yyy.xml

2. Also uos launch script can be generated by acrn-configure tool with the
uos luanch xml file

Tracked-On: #4181
Signed-off-by: Minggui Cao <minggui.cao@intel.com>
Acked-by: Victor Sun <victor.sun@intel.com>
2019-12-09 11:25:51 +08:00

29 lines
1.3 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<acrn-config board="tgl-rvp" scenario="industry" uos_launcher="1">
<uos id="1">
<uos_type desc="UOS type">CLEARLINUX</uos_type>
<rtos_type desc="UOS Realtime capability">no</rtos_type>
<mem_size desc="UOS memory size in MByte">2000</mem_size>
<gvt_args desc="GVT argument for the vm">64 448 8</gvt_args>
<vbootloader desc="">ovmf</vbootloader>
<rootfs_dev desc="">/dev/nvme0n1p3</rootfs_dev>
<rootfs_img desc="">/root/uos/uos.img</rootfs_img>
<console_type desc="UOS console type">com1(ttyS0)</console_type>
<poweroff_channel desc="the method of power off uos"> </poweroff_channel>
<passthrough_devices>
<usb_xdci desc="vm usb_xdci device" />
<audio desc="vm audio device" />
<audio_codec desc="vm audio codec device" />
<ipu desc="vm ipu device" />
<ipu_i2c desc="vm ipu_i2c device" />
<cse desc="vm cse device" />
<wifi desc="vm wifi device" />
<bluetooth desc="vm bluetooth" />
<sd_card desc="vm sd card device" />
<ethernet desc="vm ethernet device" />
<sata desc="vm sata device" />
<nvme desc="vm nvme device" />
</passthrough_devices>
</uos>
</acrn-config>