[U-Boot] Pull request: u-boot-video/master

Wolfgang Denk wd at denx.de
Fri Jun 8 00:10:02 CEST 2012


Dear Anatolij Gustschin,

In message <20120605095753.0b080872 at wker> you wrote:
> Hello Wolfgang,
> 
> The following changes since commit 4398d55991eb3c2484a2a8e991d701e5d7a64874:
> 
>   net: sh-eth: Add support Gigabit of SH7734 (2012-05-23 17:53:09 -0500)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-video.git master
> 
> Anatolij Gustschin (6):
>       include/video.h: drop unused video_printf()
>       cmd_bmp.c: make bmp_display() usable by drivers or board code
>       common/lcd.c: use ARRAY_SIZE
>       common/lcd.c: reduce some CONFIG_LCD_*_LOGO ifdefs
>       common/lcd.c: reduce one CONFIG_LCD_LOGO ifdef
>       video: cfb_console: flush dcache for frame buffer in DRAM
> 
> Bo Shen (1):
>       video: atmel/lcd: add LCD driver for new Atmel SoC
> 
> Donghwa Lee (5):
>       LCD: change s6e8ax0 panel gamma value
>       LCD: support another s6e8ax0 panel type
>       LCD: display 32bpp decompressed bitmap image
>       create lib/tizen directory
>       EXYNOS: display 32bpp bitmap TIZEN logo
> 
> Fabio Estevam (4):
>       mx51evk: Add LCD support
>       mx53: Allow IPUv3 driver to also work on mx53
>       mx5: Rename mx51_fb_init()
>       mx53loco: Add LCD support
> 
> Jeroen Hofstee (2):
>       omap3_dss: add optional framebuffer
>       omap3_dss: cosmetic changes
> 
> Pali Roh=E1r (3):
>       cfb_console: Fix function console_back
>       cfb_console: Add console_clear_line function
>       cfb_console: Ignore bell character
> 
>  Makefile                                     |    3 +
>  arch/arm/include/asm/arch-exynos/mipi_dsim.h |    1 +
>  arch/arm/include/asm/arch-mx5/imx-regs.h     |    8 +-
>  arch/arm/include/asm/arch-omap3/dss.h        |   61 +-
>  board/freescale/mx51evk/mx51evk.c            |   59 +
>  board/freescale/mx53loco/mx53loco.c          |   72 +
>  board/samsung/trats/trats.c                  |   16 +
>  board/ttcontrol/vision2/vision2.c            |    2 +-
>  common/cmd_bmp.c                             |    3 +-
>  common/lcd.c                                 |   45 +-
>  drivers/video/Makefile                       |    3 +-
>  drivers/video/atmel_hlcdfb.c                 |  211 ++
>  drivers/video/cfb_console.c                  |   89 +-
>  drivers/video/exynos_fb.c                    |   19 +
>  drivers/video/exynos_fb.h                    |    7 -
>  drivers/video/exynos_fimd.c                  |    2 +-
>  drivers/video/ipu_regs.h                     |   42 +-
>  drivers/video/mxc_ipuv3_fb.c                 |    2 +-
>  drivers/video/omap3_dss.c                    |   77 +-
>  drivers/video/s6e8ax0.c                      |   25 +-
>  include/atmel_hlcdc.h                        |  231 ++
>  include/configs/mx51evk.h                    |   13 +-
>  include/configs/mx53loco.h                   |   13 +-
>  include/configs/trats.h                      |    6 +-
>  include/ipu_pixfmt.h                         |    2 +-
>  include/lcd.h                                |   17 +-
>  include/libtizen.h                           |   29 +
>  include/video.h                              |    1 -
>  lib/tizen/Makefile                           |   46 +
>  lib/tizen/tizen.c                            |   40 +
>  lib/tizen/tizen_hd_logo.h                    | 5071 ++++++++++++++++++++++=
> ++++
>  lib/tizen/tizen_hd_logo_data.h               |   29 +
>  32 files changed, 6123 insertions(+), 122 deletions(-)
>  create mode 100644 drivers/video/atmel_hlcdfb.c
>  create mode 100644 include/atmel_hlcdc.h
>  create mode 100644 include/libtizen.h
>  create mode 100644 lib/tizen/Makefile
>  create mode 100644 lib/tizen/tizen.c
>  create mode 100644 lib/tizen/tizen_hd_logo.h
>  create mode 100644 lib/tizen/tizen_hd_logo_data.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"He was so narrow minded he could see through  a  keyhole  with  both
eyes ..."


More information about the U-Boot mailing list