[U-Boot] [PATCH v5 2/3] create lib/tizen directory

Anatolij Gustschin agust at denx.de
Thu May 24 23:56:26 CEST 2012


Hi,

On Thu, 10 May 2012 14:23:40 +0900
Donghwa Lee <dh09.lee at samsung.com> wrote:

> From 01bebda80c7cb128048e4c1c89f2b5b1cdbfd67d Mon Sep 17 00:00:00 2001
> From: Donghwa Lee <dh09.lee at samsung.com>
> 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 <dh09.lee at samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
> ---
> 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


More information about the U-Boot mailing list