summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorPardeep Kumar Singla <b45784@freescale.com>2013-11-04 10:48:10 +0800
committerJason Liu <r64343@freescale.com>2013-11-22 13:11:03 +0800
commit53cc4d3645875739eb85992083dadd7dd0fdf9e4 (patch)
tree2365a337bb466382dcd28585366dad1948a79c56 /include/configs
parente968e5301c42d2c2071f9ef871cfee8200e58b11 (diff)
downloadu-boot-imx-53cc4d3645875739eb85992083dadd7dd0fdf9e4.zip
u-boot-imx-53cc4d3645875739eb85992083dadd7dd0fdf9e4.tar.gz
u-boot-imx-53cc4d3645875739eb85992083dadd7dd0fdf9e4.tar.bz2
mx6qsabresd: Add splash screen support via HDMI
Signed-off-by: Pardeep Kumar Singla <b45784@freescale.com> (cherry picked from commit 58cc97877713f46d2e7dfd515844c29c70c56d82) Signed-off-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx6qsabre_common.h3
-rw-r--r--include/configs/mx6qsabresd.h16
2 files changed, 18 insertions, 1 deletions
diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6qsabre_common.h
index f9fbbfb..1920968 100644
--- a/include/configs/mx6qsabre_common.h
+++ b/include/configs/mx6qsabre_common.h
@@ -36,6 +36,7 @@
/* #define CONFIG_SECURE_BOOT */
#include "mx6_common.h"
+#include <asm/sizes.h>
#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_DISPLAY_BOARDINFO
@@ -48,7 +49,7 @@
#define CONFIG_REVISION_TAG
/* Size of malloc() pool */
-#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024)
+#define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M)
#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_BOARD_LATE_INIT
diff --git a/include/configs/mx6qsabresd.h b/include/configs/mx6qsabresd.h
index c6314b7..16e4e92 100644
--- a/include/configs/mx6qsabresd.h
+++ b/include/configs/mx6qsabresd.h
@@ -23,6 +23,7 @@
#define CONFIG_MMCROOT "/dev/mmcblk0p2"
#include "mx6qsabre_common.h"
+#include <asm/arch/imx-regs.h>
#include <asm/imx-common/gpio.h>
#define CONFIG_SYS_FSL_USDHC_NUM 3
@@ -65,5 +66,20 @@
#endif
#endif
#endif /* CONFIG_SPLASH_SCREEN */
+/* Framebuffer */
+#define CONFIG_VIDEO
+#define CONFIG_VIDEO_IPUV3
+#define CONFIG_CFB_CONSOLE
+#define CONFIG_VGA_AS_SINGLE_DEVICE
+#define CONFIG_SYS_CONSOLE_IS_IN_ENV
+#define CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE
+#define CONFIG_VIDEO_BMP_RLE8
+#define CONFIG_SPLASH_SCREEN
+#define CONFIG_SPLASH_SCREEN_ALIGN
+#define CONFIG_BMP_16BPP
+#define CONFIG_VIDEO_LOGO
+#define CONFIG_VIDEO_BMP_LOGO
+#define CONFIG_IPUV3_CLK 260000000
+#define CONFIG_IMX_HDMI
#endif /* __MX6QSABRESD_CONFIG_H */