[U-Boot] [PATCH 1/2] Add flexibility to mx51 video support

2010-11-01 Thread Frias Renato-B13784
This patch adds flexibility to mxc_ipuv3_fb.c by allowing the display interface and pixel format to be passed to mx51_fb_init. Signed-off-by: Renato Frias --- drivers/video/mxc_ipuv3_fb.c | 31 +-- 1 files changed, 25 insertions(+), 6 deletions(-) diff --git a/driv

[U-Boot] [PATCH 2/2] Add video support to mx51evk board

2010-11-01 Thread Frias Renato-B13784
Adds video support to mx51evk board, this board allows different displays. This patch enables the WVGA TFT LCD panel only, remove comments from include/configs/mx51evk.h to use it. Signed-off-by: Renato Frias --- board/freescale/mx51evk/mx51evk.c | 56 + inc

[U-Boot] Add video support for mx51evk

2010-11-01 Thread Frias Renato-B13784
Hello Stefano, This is my first post to the list, I work as Field Engineer for Freescale, based in Brazil. I'll be submitting couple patches to add support for the wvga lcd on the mx51evk board, these are based on the work you did for vision2 board. However, in order to add support for the sec

[U-Boot] Add video support for mx51evk

2010-11-01 Thread Frias Renato-B13784
Hello Stefano, This is my first post to the list, I work as Field Engineer for Freescale, based in Brazil. I'll be submitting couple patches to add support for the wvga lcd on the mx51evk board, these are based on the work you did for vision2 board. However, in order to add support for the sec