From: Mikko Ylinen Date: Thu, 5 Jun 2014 13:26:02 +0000 (+0300) Subject: Enable i915.fastboot=1 for the splash boot entry X-Git-Tag: accepted/tizen/ivi/20140731.121632~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F37%2F22537%2F1;p=profile%2Fivi%2Fsetup-ivi.git Enable i915.fastboot=1 for the splash boot entry i915.fastboot=1 tells the kernel GFX to skip display mode setting. The latest Tizen IVI kernel now supports this flag so enable it for the splash boot entry. Change-Id: I298e31b26a94a7a351d5b31077e5a93e4b371734 Signed-off-by: Mikko Ylinen --- diff --git a/setup-ivi-bootloader-conf b/setup-ivi-bootloader-conf index 9e413aa..3403b6c 100755 --- a/setup-ivi-bootloader-conf +++ b/setup-ivi-bootloader-conf @@ -163,7 +163,7 @@ add_subcommand() # Add a splash entry for fastboot testing and disable fbcon if [ "$boot" = "gummiboot" ] && [ -f "$splash_path" ]; then - splash_opts="$options fbcon=map:9" + splash_opts="$options i915.fastboot=1 fbcon=map:9" setup-$boot-conf $verbose --bootdir "$bootdir" add \ $force --splash "$splash_path" "$kernel-splash" \ "Splash $os_name" "$kernel" "$splash_opts"