[U-Boot] framebuffer and video on mx51 babbage

Stefano Babic sbabic at denx.de
Fri Oct 8 21:57:25 CEST 2010


T.J. Staley wrote:
> Hello,
> 

Hi,

> I'm trying to enable framebuffer support to produce a splash image in u-boot
> for a custom image I want displayed.  The idea, for now, is to simply
> display the splash image to a monitor running off the DVI port on the
> babbage.  I'm fairly new to all things u-boot, just started digging through
> the docs and source as of yesterday, so I was hoping someone could point me
> in the right direction.
> 
> Looking at the README it seems I can enable splash screen and video support
> with a define in /include/configs/mx51_bbg.h (working with Freescale's BSP).

There is at the moment no video driver for the MX.51 on the u-boot
mainline. I am not sure about the Freescale's BSP, but as far as I know
there is no support for the MX51's IPUv3. But I could be wrong, ask
Freescale for confirm.

However, on this ML you can find issues regarding the u-boot mainline.
The "babbage" board is renamed on u-boot mainline as "imx51evk", because
this is the name you find now for this board on the Freescale's website.
If you have developed something that is not yet provided, feel free to
send patches and to contribute to the project.

Related to the MX.51 framebuffer support, I am working on the same
issue. I have ported the Freescale's Linux driver to u-boot, and at
least it is working, but I am not yet ready to send patches. I am still
cleaning up code and reducing functionalities, as the IPU supports much
more as only a framebuffer. Of course, providing patches is on my TODO
list, and I hope I can send them soon...

> It builds with with the '#define CONFIG_SPLASH_SCREEN', but when I include
> CONFIG_VIDEO it bombs due to an undefined reference (drv_video_init) which
> I'm not backtracking.

I think there is no support for i.MX51's framebuffer at all, as well as
in u-boot mainline....;-(

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================


More information about the U-Boot mailing list