On Fri, 25 May 2012 01:00:40 +0200
Anatolij Gustschin <[email protected]> wrote:

> From: Donghwa Lee <[email protected]>
> 
> This patch supports drawing 32bpp bitmap TIZEN logo in exynos fb.
> "tizen_hd_logo.h" data is compressed from trats_logo.bmp to
> trats_logo.bmp.gz by gzip and converted to tizen_hd_logo.h header file
> format by some application. The logo data is decompressed in the exynos
> fb driver by bmp_display().
> 
> Signed-off-by: Donghwa Lee <[email protected]>
> Signed-off-by: Kyungmin Park <[email protected]>
> Acked-by: Minkyu Kang <[email protected]>
> Signed-off-by: Anatolij Gustschin <[email protected]>
> ---
> Changes since v5:
>  - rebased on top of current u-boot-video/master
>  - do not call gunzip_bmp(), bmp_display already does it for
>    compressed bitmaps
> 
>  board/samsung/trats/trats.c |    8 ++++++++
>  drivers/video/exynos_fb.c   |   19 +++++++++++++++++++
>  drivers/video/exynos_fb.h   |    7 -------
>  drivers/video/exynos_fimd.c |    2 +-
>  include/configs/trats.h     |    6 +++++-
>  include/lcd.h               |   13 +++++++++++++
>  6 files changed, 46 insertions(+), 9 deletions(-)

Applied to u-boot-video/master. Thanks.

Anatolij
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to