[U-Boot] [PATCH v3 06/12] lib: tizen: change Tizen logo with the new one.

Przemyslaw Marczak p.marczak at samsung.com
Fri Jan 3 17:43:07 CET 2014


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 at samsung.com>

---
Changes v2:
- assign 0 value to logo address for unsupported logo bpp mode.
- remove old tizen 32bpp logo
- add new tizen 16bpp logo in two formats: bmp and gzipped bmp
- lib/tizen.c - code cleanup
- update boards configs with proper image size for gunzip

Changes v3:
- fix logo quality issue
- add two fields to struct vidinfo: logo_x_offset and logo_y_offset
  to simplify center logo alignment

 board/samsung/common/misc.c         |    2 +
 include/configs/s5pc210_universal.h |    2 +-
 include/configs/trats.h             |    2 +-
 include/configs/trats2.h            |    2 +-
 include/lcd.h                       |    2 +
 lib/tizen/tizen.c                   |   21 +-
 lib/tizen/tizen_hd_logo.h           | 5057 ------------------
 lib/tizen/tizen_hd_logo_data.h      |   15 -
 lib/tizen/tizen_logo_16bpp.h        |10025 +++++++++++++++++++++++++++++++++++
 lib/tizen/tizen_logo_16bpp_gzip.h   |  727 +++
 10 files changed, 10773 insertions(+), 5082 deletions(-)
 delete mode 100644 lib/tizen/tizen_hd_logo.h
 delete mode 100644 lib/tizen/tizen_hd_logo_data.h
 create mode 100644 lib/tizen/tizen_logo_16bpp.h
 create mode 100644 lib/tizen/tizen_logo_16bpp_gzip.h

This is big size patch. PLease follow the link:

http://www.denx.de/wiki/pub/U-Boot/TooBigPatches/0006-lib-tizen-change-Tizen-logo-with-the-new-one.patch

--
1.7.9.5


More information about the U-Boot mailing list