summaryrefslogtreecommitdiff
path: root/include/configs/mx51_bbg.h
diff options
context:
space:
mode:
authorLiu Ying <b17645@freescale.com>2010-12-10 16:03:10 +0800
committerLiu Ying <b17645@freescale.com>2010-12-16 09:58:44 +0800
commit00bcc7e6fb772a0d195c997287c6795ed0c58fb4 (patch)
treec521ddcbf279634d88e102eb858b512f2267f6a6 /include/configs/mx51_bbg.h
parentdca35697e3758ac81894ca305c3f206ff552b697 (diff)
downloadu-boot-imx-00bcc7e6fb772a0d195c997287c6795ed0c58fb4.zip
u-boot-imx-00bcc7e6fb772a0d195c997287c6795ed0c58fb4.tar.gz
u-boot-imx-00bcc7e6fb772a0d195c997287c6795ed0c58fb4.tar.bz2
ENGR00134068 MX51 BBG:Support CLAA WVGA splashimage
1) IOMUX/backlight support for CLAA WVGA LCD panel. 2) Add video mode for CLAA WVGA LCD panel. 3) Support IPU di1 interface for framebuffer. 4) Enhance IPU driver. 5) Add freescale 600x400 8BPP BMP logo. Signed-off-by: Terry Lv <R65388@freescale.com> Signed-off-by: Liu Ying <b17645@freescale.com>
Diffstat (limited to 'include/configs/mx51_bbg.h')
-rw-r--r--include/configs/mx51_bbg.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/configs/mx51_bbg.h b/include/configs/mx51_bbg.h
index bdb3621..ff4406a 100644
--- a/include/configs/mx51_bbg.h
+++ b/include/configs/mx51_bbg.h
@@ -274,4 +274,22 @@
#undef CONFIG_JFFS2_CMDLINE
#define CONFIG_JFFS2_DEV "nand0"
+#define CONFIG_SPLASH_SCREEN
+#ifdef CONFIG_SPLASH_SCREEN
+ /*
+ * Framebuffer and LCD
+ */
+ #define CONFIG_LCD
+ #define CONFIG_VIDEO_MX5
+ #define CONFIG_SYS_CONSOLE_ENV_OVERWRITE
+ #define CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE
+ #define CONFIG_SYS_CONSOLE_IS_IN_ENV
+ #define LCD_BPP LCD_COLOR16
+ #define CONFIG_CMD_BMP
+ #define CONFIG_BMP_8BPP
+ #define CONFIG_FB_BASE (TEXT_BASE + 0x300000)
+ #define CONFIG_SPLASH_SCREEN_ALIGN
+ #define CONFIG_SYS_WHITE_ON_BLACK
+#endif
+
#endif /* __CONFIG_H */