]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
lib: tizen: change Tizen logo with the new one.
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Fri, 29 Nov 2013 17:30:43 +0000 (18:30 +0100)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 3 Feb 2014 06:36:14 +0000 (15:36 +0900)
commit903afe18bb272d6d5c12e0be22b0f8fd35fa6f1b
tree2018de2b62b273dec17860d58fc60370f4a988fc
parentdca2a1c18576116b33c31ea4d1cd7a3812e3bf95
lib: tizen: change Tizen logo with the new one.

Changes:
- check image bpp instead of resolution when returns logo address
- remove 32bpp logo
- add 16bpp logo in two formats: bmp and gzipped bmp
- init logo address with "0" for unsupported bpp mode
- update boards configs with proper image size for gunzip
- extend structure vidinfo by two fields: logo_x_offset and logo_y_offset.

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Tested-by: Hyungwon Hwang <human.hwang@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
board/samsung/common/misc.c
include/configs/s5pc210_universal.h
include/configs/trats.h
include/configs/trats2.h
include/lcd.h
lib/tizen/tizen.c
lib/tizen/tizen_hd_logo.h [deleted file]
lib/tizen/tizen_hd_logo_data.h [deleted file]
lib/tizen/tizen_logo_16bpp.h [new file with mode: 0644]
lib/tizen/tizen_logo_16bpp_gzip.h [new file with mode: 0644]