From mboxrd@z Thu Jan 1 00:00:00 1970 From: Przemyslaw Marczak Date: Tue, 03 Dec 2013 19:03:16 +0100 Subject: [U-Boot] [PATCH 00/10] Introduce Samsung misc file and LCD menu. Message-ID: <1386093806-2948-1-git-send-email-p.marczak@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 Przemyslaw Marczak (10): s5p: gpio: change gpio coding method for s5p gpio. trats2: Code cleanup. samsung: common: Add misc file and common function misc_init_r(). samsung: misc: move display logo function to misc.c file. lib: tizen: add Tizen 16bpp logo support. video: exynos: fimd: always use 16bpp display 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/keys.h | 78 + board/samsung/common/misc.c | 409 ++ board/samsung/trats/trats.c | 5 +- board/samsung/trats2/trats2.c | 25 +- board/samsung/universal_c210/universal.c | 6 +- drivers/gpio/s5p_gpio.c | 15 +- drivers/power/battery/bat_trats2.c | 2 +- drivers/video/exynos_fb.c | 28 - drivers/video/exynos_fimd.c | 10 +- include/configs/s5p_goni.h | 4 +- include/configs/s5pc210_universal.h | 27 +- include/configs/trats.h | 23 +- include/configs/trats2.h | 29 +- lib/tizen/tizen.c | 16 +- lib/tizen/tizen_hd_logo_16bpp.h | 7518 ++++++++++++++++++++++++++++++ 18 files changed, 8190 insertions(+), 222 deletions(-) create mode 100644 board/samsung/common/keys.h create mode 100644 board/samsung/common/misc.c create mode 100644 lib/tizen/tizen_hd_logo_16bpp.h -- 1.7.9.5