On Fri, 25 May 2012 01:00:40 +0200 Anatolij Gustschin <ag...@denx.de> wrote:
> From: Donghwa Lee <dh09....@samsung.com> > > 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 <dh09....@samsung.com> > Signed-off-by: Kyungmin Park <kyungmin.p...@samsung.com> > Acked-by: Minkyu Kang <mk7.k...@samsung.com> > Signed-off-by: Anatolij Gustschin <ag...@denx.de> > --- > 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 U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot