Enable i915.fastboot=1 for the splash boot entry
authorMikko Ylinen <mikko.ylinen@intel.com>
Thu, 5 Jun 2014 13:26:02 +0000 (16:26 +0300)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Thu, 14 Aug 2014 12:15:36 +0000 (14:15 +0200)
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 <mikko.ylinen@intel.com>
setup-ivi-bootloader-conf

index 9e413aa..3403b6c 100755 (executable)
@@ -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"