[U-Boot] [PATCH v2 00/13] Introduce Samsung misc file and LCD menu.
Przemyslaw Marczak
p.marczak at samsung.com
Wed Dec 18 19:31:25 CET 2013
This patch set includes changes required to:
- properly use of all gpios
- introduce common file for Samsung misc code
- keys support (PWR, VOL:UP,DOWN)
- console support on LCD
- 16bpp logo support
- introduce LCD menu on Samsung devices
Changes v2 are described in each patch commit msg.
Przemyslaw Marczak (13):
s5p: gpio: change gpio coding method for s5p gpio.
trats: add optional cflags to board object file.
trats2: Code cleanup.
samsung: common: Add misc file and common function misc_init_r().
samsung: misc: move display logo function to misc.c file.
common: makefile: Add optional cflags to object: common/lcd.o
lib: tizen: change Tizen logo with the new one.
video: exynos: fimd: add support for various display color modes
samsung: boards: update display configs with 16bpp mode.
samsung: misc: Add LCD download menu.
Trats: add LCD download menu support
trats2: add LCD download menu support
universal: add LCD download menu support
arch/arm/include/asm/arch-exynos/gpio.h | 169 +-
arch/arm/include/asm/arch-s5pc1xx/gpio.h | 47 +-
board/samsung/common/Makefile | 1 +
board/samsung/common/misc.c | 396 ++
board/samsung/common/misc.h | 18 +
board/samsung/trats/Makefile | 2 +
board/samsung/trats/trats.c | 5 +-
board/samsung/trats2/trats2.c | 25 +-
board/samsung/universal_c210/universal.c | 6 +-
common/Makefile | 1 +
drivers/gpio/s5p_gpio.c | 15 +-
drivers/power/battery/bat_trats2.c | 2 +-
drivers/video/exynos_fb.c | 28 -
drivers/video/exynos_fimd.c | 15 +-
include/configs/s5p_goni.h | 4 +-
include/configs/s5pc210_universal.h | 42 +-
include/configs/trats.h | 38 +-
include/configs/trats2.h | 47 +-
lib/tizen/tizen.c | 20 +-
lib/tizen/tizen_hd_logo.h | 5057 ---------------
lib/tizen/tizen_hd_logo_data.h | 15 -
lib/tizen/tizen_logo_16bpp.h |10021 ++++++++++++++++++++++++++++++
lib/tizen/tizen_logo_16bpp_gzip.h | 571 ++
23 files changed, 11250 insertions(+), 5295 deletions(-)
create mode 100644 board/samsung/common/misc.c
create mode 100644 board/samsung/common/misc.h
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
--
1.7.9.5
More information about the U-Boot
mailing list