configs: tizen_amlogic: Add environment variables for splash image
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Thu, 26 Nov 2020 18:45:01 +0000 (19:45 +0100)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 17 Oct 2023 04:19:27 +0000 (13:19 +0900)
Set the splash file location, bmp image load address and logo position
on the display.

The compressed bitmap file should be installed on first mmc partition.

Change-Id: Ic1ce517460beaf318821f53ed3adbe6c41e091e8
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
include/samsung/tizen_amlogic.h

index fefb1cc..305702d 100644 (file)
@@ -30,6 +30,7 @@
        "params-n2.bin fat -1 1;"               \
        "params-vim3.bin fat -1 1;"             \
        "params-vim3l.bin fat -1 1;"            \
+       "tizen_logo.bmp.gz fat -1 1;"           \
        "kvim/Image.gz fat -1 1;"               \
        "odroid/Image.gz fat -1 1;"             \
        "boot.img part -1 1;"                   \
        "board_name=" BOARD_NAME "\0"           \
        "boot_prefixes=" TIZEN_BOOT_PREFIX "\0" \
        "mbr_parts=" PARTS_DEFAULT "\0"         \
-       "mbr_check=" MBR_CHECK "\0"
-
+       "mbr_check=" MBR_CHECK "\0"             \
+       "splashimage=0x2000000\0"               \
+       "splashsource=mmc_fs\0"                 \
+       "splashfile=tizen_logo.bmp.gz\0"        \
+       "splashpos=m,m\0"
 
 #define CONFIG_TIZEN