Re: [U-Boot] [PATCH 2/2] EXYNOS: draw 32bpp bitmap TIZEN logo

2012-04-24 Thread Anatolij Gustschin
Hi, On Mon, 23 Apr 2012 10:47:10 +0900 Donghwa Lee wrote: > This patches support drawing 32bpp bitmap TIZEN logo in exynos fb. > asm/arch/trats_logo.h data is compressed by zip and decomressed at Did you use "gzip" to compress the trats.bmp bitmap? I suppose so, but "gunzip" can't uncompress it

Re: [U-Boot] [PATCH 2/2] EXYNOS: draw 32bpp bitmap TIZEN logo

2012-04-23 Thread Donghwa Lee
Dear Wolfgang, On 23 April 2012 18:22, Wolfgang Denk wrote: > Dear Donghwa Lee, > > In message <4f94b49e.5020...@samsung.com> you wrote: >> This patches support drawing 32bpp bitmap TIZEN logo in exynos fb. >> asm/arch/trats_logo.h data is compressed by zip and decomressed at >> the exynos fb d

Re: [U-Boot] [PATCH 2/2] EXYNOS: draw 32bpp bitmap TIZEN logo

2012-04-23 Thread Minkyu Kang
On 23 April 2012 19:16, Donghwa Lee wrote: > Thank you for your comment. > > On 23 April 2012 18:00, Minkyu Kang wrote: > >> On 23 April 2012 10:47, Donghwa Lee wrote: >>> This patches support drawing 32bpp bitmap TIZEN logo in exynos fb. >>> asm/arch/trats_logo.h data is compressed by zip and de

Re: [U-Boot] [PATCH 2/2] EXYNOS: draw 32bpp bitmap TIZEN logo

2012-04-23 Thread Donghwa Lee
Thank you for your comment. On 23 April 2012 18:00, Minkyu Kang wrote: > On 23 April 2012 10:47, Donghwa Lee wrote: >> This patches support drawing 32bpp bitmap TIZEN logo in exynos fb. >> asm/arch/trats_logo.h data is compressed by zip and decomressed at >> the exynos fb driver. >> >> And vl_bp

Re: [U-Boot] [PATCH 2/2] EXYNOS: draw 32bpp bitmap TIZEN logo

2012-04-23 Thread Wolfgang Denk
Dear Donghwa Lee, In message <4f94b49e.5020...@samsung.com> you wrote: > This patches support drawing 32bpp bitmap TIZEN logo in exynos fb. > asm/arch/trats_logo.h data is compressed by zip and decomressed at > the exynos fb driver. > > And vl_bpix of vidinfo_t is changed proper value for u-boot

Re: [U-Boot] [PATCH 2/2] EXYNOS: draw 32bpp bitmap TIZEN logo

2012-04-23 Thread Minkyu Kang
On 23 April 2012 10:47, Donghwa Lee wrote: > This patches support drawing 32bpp bitmap TIZEN logo in exynos fb. > asm/arch/trats_logo.h data is compressed by zip and decomressed at > the exynos fb driver. > > And vl_bpix of vidinfo_t is changed proper value for u-boot. > > Signed-off-by: Donghwa L