]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
imx: ventana: enable splashscreen support
authorTim Harvey <tharvey@gateworks.com>
Fri, 15 Jul 2016 14:17:20 +0000 (07:17 -0700)
committerStefano Babic <sbabic@denx.de>
Tue, 6 Sep 2016 16:22:48 +0000 (18:22 +0200)
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
include/configs/gw_ventana.h
tools/logos/gateworks.bmp [new file with mode: 0644]

index 1bd13fe6de2015cc05391ff9d886ecb70c9d9de6..61242a12c59dba67ece52e2906e2e2f153acacee 100644 (file)
 #define CONFIG_CFB_CONSOLE
 #define CONFIG_VGA_AS_SINGLE_DEVICE
 #define CONFIG_SYS_CONSOLE_IS_IN_ENV
-#define CONFIG_VIDEO_BMP_RLE8
-#define CONFIG_SPLASH_SCREEN
-#define CONFIG_BMP_16BPP
 #define CONFIG_VIDEO_LOGO
 #define CONFIG_IPUV3_CLK          260000000
 #define CONFIG_CMD_HDMIDETECT
 #define CONFIG_CONSOLE_MUX
 #define CONFIG_IMX_HDMI
 #define CONFIG_IMX_VIDEO_SKIP
+#define CONFIG_VIDEO_BMP_LOGO
+#define CONFIG_SPLASH_SCREEN_ALIGN
+#define CONFIG_HIDE_LOGO_VERSION  /* Custom config to hide U-boot version */
 
 /* Miscellaneous configurable options */
 #define CONFIG_HWCONFIG
 
 #define CONFIG_EXTRA_ENV_SETTINGS_COMMON \
        "pcidisable=1\0" \
+       "splashpos=m,m\0" \
        "usb_pgood_delay=2000\0" \
        "console=ttymxc1\0" \
        "bootdevs=usb mmc sata flash\0" \
diff --git a/tools/logos/gateworks.bmp b/tools/logos/gateworks.bmp
new file mode 100644 (file)
index 0000000..01edb7c
Binary files /dev/null and b/tools/logos/gateworks.bmp differ