setup-gummiboot-conf: Disable VGA output in splash-hdmi .conf 28/32428/2 accepted/tizen_3.0_common accepted/tizen_3.0_ivi accepted/tizen_4.0_unified accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_unified accepted/tizen_wearable tizen tizen_3.0 tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0.m2 tizen_3.0_ivi tizen_4.0 accepted/tizen/3.0/common/20161114.105120 accepted/tizen/3.0/ivi/20161011.062343 accepted/tizen/4.0/unified/20170816.010902 accepted/tizen/4.0/unified/20170828.224346 accepted/tizen/common/20150105.134017 accepted/tizen/common/20160517.174459 accepted/tizen/ivi/20141219.084151 accepted/tizen/ivi/20160218.022942 accepted/tizen/ivi/20160606.040809 accepted/tizen/mobile/20150326.005126 accepted/tizen/tv/20150324.014513 accepted/tizen/unified/20170309.031208 accepted/tizen/wearable/20150128.040607 submit/tizen/20160603.051259 submit/tizen_3.0.m2/20170104.093748 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000006 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170828.110001 submit/tizen_common/20150102.092300 submit/tizen_common/20160517.162315 submit/tizen_ivi/20141219.053138 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000001 submit/tizen_mobile/20150129.000000 submit/tizen_mobile/20150213.000000 submit/tizen_mobile/20150325.000000 submit/tizen_tv/20150130.000000 submit/tizen_tv/20150130.050505 submit/tizen_tv/20150320.000001 submit/tizen_unified/20170308.100403 submit/tizen_wearable/20150127.000000 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release tizen_3.0_ivi_release tizen_4.0.m1_release
authorFang, Neo <neo.fang@intel.com>
Thu, 18 Dec 2014 14:48:01 +0000 (14:48 +0000)
committerMikko Ylinen <mikko.ylinen@intel.com>
Thu, 18 Dec 2014 11:21:15 +0000 (13:21 +0200)
This is a supplementary patch on top of
40e26bbb19f0450a0495263798ebe6cee4e736ae

*splash-hdmi.conf is primarily used by Minnowboard MAX. The board
only contains a mini-HDMI port and VGA/DP ports are not available.

Therefore, also VGA needs to be disabled to avoid GMBUS timeout.

v2: Update commit log

Change-Id: I6d5776959f1b3b185f71cdcd770c4e973c2fae66
Bug-Tizen: TC-2195/part
Signed-off-by: Fang, Neo <neo.fang@intel.com>
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
setup-scripts-bootloader-conf

index af5a25e..2b568cc 100755 (executable)
@@ -171,7 +171,7 @@ add_subcommand()
                setup-$boot-conf $verbose --bootdir "$bootdir" add \
                        $force --splash "$splash_path" "$kernel-splash-dp" \
                        "Splash DP $os_name" "$kernel" "$splash_opts_dp"
-               splash_opts_hdmi="$splash_opts video=DP-1:d"
+               splash_opts_hdmi="$splash_opts video=DP-1:d video=VGA-1:d"
                setup-$boot-conf $verbose --bootdir "$bootdir" add \
                        $force --splash "$splash_path" "$kernel-splash-hdmi" \
                        "Splash HDMI $os_name" "$kernel" "$splash_opts_hdmi"