launch_uos.sh remove sd card passthru option

1. remove the sd card option to reducing the boot time.

Tracked-On: #2331
Signed-off-by: Wei Liu <weix.w.liu@intel.com>
This commit is contained in:
Wei Liu 2019-01-17 15:05:41 +08:00 committed by wenlingz
parent 38d9eb5611
commit 6a6fe829c7

View File

@ -157,7 +157,6 @@ acrn-dm -A -m $mem_size -c $2$boot_GVT_option"$GVT_args" -s 0:0,hostbridge -s 1:
-s 9,passthru,0/15/1 \ -s 9,passthru,0/15/1 \
$boot_cse_option \ $boot_cse_option \
--mac_seed $mac_seed \ --mac_seed $mac_seed \
-s 27,passthru,0/1b/0 \
$intr_storm_monitor \ $intr_storm_monitor \
$boot_ipu_option \ $boot_ipu_option \
-i /run/acrn/ioc_$vm_name,0x20 \ -i /run/acrn/ioc_$vm_name,0x20 \
@ -362,7 +361,6 @@ echo "dm_run: after passthru dev preparing" > /dev/kmsg
$boot_audio_option \ $boot_audio_option \
$boot_cse_option \ $boot_cse_option \
--mac_seed $mac_seed \ --mac_seed $mac_seed \
-s 27,passthru,0/1b/0 \
-s 24,passthru,0/18/0 \ -s 24,passthru,0/18/0 \
-s 18,passthru,3/0/0,keep_gsi,gpio_rst,460 \ -s 18,passthru,3/0/0,keep_gsi,gpio_rst,460 \
$intr_storm_monitor \ $intr_storm_monitor \