From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v5 2/3] create lib/tizen directory
Date: Thu, 24 May 2012 23:56:26 +0200 [thread overview]
Message-ID: <20120524235626.11a228f1@wker> (raw)
In-Reply-To: <4FAB50DC.9060007@samsung.com>
Hi,
On Thu, 10 May 2012 14:23:40 +0900
Donghwa Lee <dh09.lee@samsung.com> wrote:
> From 01bebda80c7cb128048e4c1c89f2b5b1cdbfd67d Mon Sep 17 00:00:00 2001
> From: Donghwa Lee <dh09.lee@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@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@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
next prev parent reply other threads:[~2012-05-24 21:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-10 5:23 [U-Boot] [PATCH v5 2/3] create lib/tizen directory Donghwa Lee
2012-05-10 14:12 ` Minkyu Kang
2012-05-14 5:31 ` Mike Frysinger
2012-05-14 5:37 ` Kyungmin Park
2012-05-14 5:45 ` Mike Frysinger
2012-05-14 7:27 ` Kyungmin Park
2012-05-15 5:14 ` Mike Frysinger
2012-05-24 21:56 ` Anatolij Gustschin [this message]
[not found] <0M4500GCQ6DX82K0@ms2.samsung.com>
2012-05-17 0:54 ` Donghwa Lee
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120524235626.11a228f1@wker \
--to=agust@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.