Hello,
I need to get a splash screen displayed on our LCD ASAP after power on. Currently, there appears to be NO display support in U-Boot for the OMAPs. I was looking at the omapfb support in the Linux kernel and it looks very complicated to others I've worked with in the past.
Is there any chance of getting a minimal omapfb driver for U-Boot to initialize and burn a splash screen at bootup? It really makes the most sense to get the video up as fast as possible so the users aren't wondering if its broken. I have the total boot time to about 10 seconds, but there are some intrinsic delay overheads in the X-Load and U-Boot steps (such as copying the Kernel from NAND and decompressing).
I know there is reference software in U-Boot for Atmel's AT91 framebuffer, but it seems much simpler than the OMAP framebuffer.
As an alternative, does anyone know where the OMAP frame buffer is located (a RAM address)? I could at least dump a raw image file to the framebuffer in the Linux kernel before operation is handed to user space.
Thanks,
Dave