aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2017-04-11 11:12:10 +0530
committerAnatolij Gustschin <agust@denx.de>2017-04-14 13:50:41 +0200
commit77810e638efb5cdfed0c2f55149b59dca6f519d9 (patch)
tree61561591a7bda613dc8195f0553786ebc1688da1 /include
parentb215fb3f34befbff084550b67ee15c0363e9e9de (diff)
downloadu-boot-77810e638efb5cdfed0c2f55149b59dca6f519d9.zip
u-boot-77810e638efb5cdfed0c2f55149b59dca6f519d9.tar.gz
u-boot-77810e638efb5cdfed0c2f55149b59dca6f519d9.tar.bz2
video: fsl_dcu_fb: fix framebuffer to the end of memory
Fix the framebuffer location to the very end of the available memory. This allows to remove the area from available memory for the kernel, which in turn allows to display the splash screen through the Linux kernel boot process. Ideas has been taken from the sunxi display driver, e.g. 20779ec3a5 ("sunxi: video: Dynamically reserve framebuffer memory") Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/fsl_dcu_fb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fsl_dcu_fb.h b/include/fsl_dcu_fb.h
index 4263298..67e29e7 100644
--- a/include/fsl_dcu_fb.h
+++ b/include/fsl_dcu_fb.h
@@ -9,6 +9,7 @@
int fsl_dcu_init(unsigned int xres, unsigned int yres,
unsigned int pixel_format);
+int fsl_dcu_fixedfb_setup(void *blob);
/* Prototypes for external board-specific functions */
int platform_dcu_init(unsigned int xres, unsigned int yres,