summaryrefslogtreecommitdiff
path: root/include/configs/mx53_smd_android.h
diff options
context:
space:
mode:
authorLiu Ying <Ying.Liu@freescale.com>2011-01-17 12:51:11 +0800
committerLiu Ying <Ying.Liu@freescale.com>2011-01-17 13:48:40 +0800
commitff168f49d3dc88cb7f4e94c43a176b7a881992ab (patch)
tree508c23f50df4d3ede0d10a6f273221bd2c0b06e3 /include/configs/mx53_smd_android.h
parente6ed124f273d9439f03a32bcdea064574c32c1d2 (diff)
downloadu-boot-imx-ff168f49d3dc88cb7f4e94c43a176b7a881992ab.zip
u-boot-imx-ff168f49d3dc88cb7f4e94c43a176b7a881992ab.tar.gz
u-boot-imx-ff168f49d3dc88cb7f4e94c43a176b7a881992ab.tar.bz2
ENGR00138040-1 MX53 SMD Android:Support splashimage
This patch supports splashimage for MX53 SMD Android. Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
Diffstat (limited to 'include/configs/mx53_smd_android.h')
-rw-r--r--include/configs/mx53_smd_android.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/include/configs/mx53_smd_android.h b/include/configs/mx53_smd_android.h
index cbe2f3b..661a8f6 100644
--- a/include/configs/mx53_smd_android.h
+++ b/include/configs/mx53_smd_android.h
@@ -321,4 +321,27 @@
#else
#define CONFIG_ENV_IS_NOWHERE 1
#endif
+
+#define CONFIG_SPLASH_SCREEN
+#ifdef CONFIG_SPLASH_SCREEN
+ /*
+ * Framebuffer and LCD
+ */
+ #define CONFIG_LCD
+ #define CONFIG_VIDEO_MX5
+ #define CONFIG_IPU_CLKRATE 200000000
+ #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
+
+ #define CONFIG_IMX_PWM
+ #define IMX_PWM1_BASE PWM1_BASE_ADDR
+ #define IMX_PWM2_BASE PWM2_BASE_ADDR
+#endif
#endif /* __CONFIG_H */