mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-21 02:41:32 +00:00
acrn-config: generate '-s 1:0,lpc ' for non-hart rt in launch script
Generate '-s 1:0,lpc ' for none Hart RT in launch script. Tracked-On: #5049 Signed-off-by: Wei Liu <weix.w.liu@intel.com>
This commit is contained in:
parent
6992d00e45
commit
e5c5337886
@ -600,9 +600,11 @@ def dm_arg_set(names, sel, virt_io, dm, vmid, config):
|
||||
print(" $intr_storm_monitor \\", file=config)
|
||||
break
|
||||
|
||||
if uos_type != "PREEMPT-RT LINUX":
|
||||
print(" -s 1:0,lpc \\", file=config)
|
||||
|
||||
# redirect console
|
||||
if dm['vuart0'][vmid] == "Enable":
|
||||
print(" -s 1:0,lpc \\", file=config)
|
||||
print(" -l com1,stdio \\", file=config)
|
||||
|
||||
if launch_cfg_lib.is_linux_like(uos_type) or uos_type in ("ANDROID", "ALIOS"):
|
||||
|
Loading…
Reference in New Issue
Block a user