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ár (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 Please pull. Thanks! Anatolij _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot