From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 24 May 2012 23:56:26 +0200 Subject: [U-Boot] [PATCH v5 2/3] create lib/tizen directory In-Reply-To: <4FAB50DC.9060007@samsung.com> References: <4FAB50DC.9060007@samsung.com> Message-ID: <20120524235626.11a228f1@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Thu, 10 May 2012 14:23:40 +0900 Donghwa Lee wrote: > From 01bebda80c7cb128048e4c1c89f2b5b1cdbfd67d Mon Sep 17 00:00:00 2001 > From: Donghwa Lee > Date: Thu, 10 May 2012 12:02:55 +0900 > Subject: [PATCH] v5: create lib/tizen directory > > This directory includes tizen logo data, common tizen library and so on. > > Signed-off-by: Donghwa Lee > Signed-off-by: Kyungmin Park > --- > Changes for v4: > - remove get_tizen_hd_logo* functions and get data directly > - changes tizen hd logo data variables name > - get_tizen_logo_info() uses parameter that vidinfo_t *vid. > > Changes for v3: > - create common get logo infomation function. > - define logo resolution > > Changes for v2: > - create lib/tizen directory and moves logo data to lib/tizen. > - create common tizen library function. > - changes patch name from "LCD: add compressed 32bpp BMP image data" > to crete lib/tizen directory > > Changes for v1: > - moves to logo data from arch/arm to include/ > > Makefile | 1 + > include/libtizen.h | 30 + > lib/tizen/Makefile | 46 + > lib/tizen/tizen.c | 40 + > lib/tizen/tizen_hd_logo.h | 5071 ++++++++++++++++++++++++++++++++++++++++ > lib/tizen/tizen_hd_logo_data.h | 30 + > 6 files changed, 5218 insertions(+), 0 deletions(-) > create mode 100644 include/libtizen.h > create mode 100644 lib/tizen/Makefile > create mode 100644 lib/tizen/tizen.c > create mode 100644 lib/tizen/tizen_hd_logo.h > create mode 100644 lib/tizen/tizen_hd_logo_data.h Applied to u-boot-video/master after changing to conditionally build lib/tizen/ directory. Thanks. Anatolij