[U-Boot] [PATCH V2 3/4] MX51: Add video support

Anatolij Gustschin agust at denx.de
Fri Oct 22 00:18:32 CEST 2010


On Wed, 13 Oct 2010 12:17:14 +0200
Stefano Babic <sbabic at denx.de> wrote:

> Add framebuffer driver for the MX51 processor
> working on the IPUv3 internal graphic processor.
> The port is based on the driver found in the kernel
> delivered by Freescale as part of i.MX BSP:
> 
> [kernel 2.6.31 commit cc4fe714041805997b601fe8e5dd585d8a99297f]
> 
> Signed-off-by: Stefano Babic <sbabic at denx.de>
> ---
> Changes since V1:
> - added precise reference to the kernel version used for porting
>    in the commit message
> - correct multiline comments
> - drop wrong comments (useful only in the kernel, not in u-boot)
> 
>  drivers/video/Makefile       |    1 +
>  drivers/video/mxc_ipuv3_fb.c |  644 ++++++++++++++++++++++++++++++++++++++++++
>  drivers/video/mxcfb.h        |   87 ++++++
>  3 files changed, 732 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/video/mxc_ipuv3_fb.c
>  create mode 100644 drivers/video/mxcfb.h

Applied to u-boot-video/master after some style fixes and
dead code removal. Thanks!

Best regards,
Anatolij


More information about the U-Boot mailing list