From patchwork Tue Nov 15 23:06:07 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anatolij Gustschin X-Patchwork-Id: 125883 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 2353DB6FA1 for ; Wed, 16 Nov 2011 10:06:39 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 084A3284A5; Wed, 16 Nov 2011 00:06:16 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ai1N799MPkGa; Wed, 16 Nov 2011 00:06:15 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1417228461; Wed, 16 Nov 2011 00:06:11 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 393CD28461 for ; Wed, 16 Nov 2011 00:06:07 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HqfiZE-BT6z6 for ; Wed, 16 Nov 2011 00:06:04 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by theia.denx.de (Postfix) with ESMTP id 7254E28451 for ; Wed, 16 Nov 2011 00:06:03 +0100 (CET) Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 27C381C02BB2; Wed, 16 Nov 2011 00:06:03 +0100 (CET) X-Auth-Info: qQFauW01D5ubGSpvIcgKqFE3QGOR5MxUQqt67hke3Dk= Received: from wker (p4FDE74FB.dip.t-dialin.net [79.222.116.251]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA id 095121C0006B; Wed, 16 Nov 2011 00:06:03 +0100 (CET) Date: Wed, 16 Nov 2011 00:06:07 +0100 From: Anatolij Gustschin To: Wolfgang Denk Message-ID: <20111116000607.43a91f9b@wker> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.22.0; x86_64-pc-linux-gnu) Mime-Version: 1.0 Cc: u-boot Subject: [U-Boot] Pull request: u-boot-video/master X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Hello Wolfgang, The following changes since commit 5721385b187b3154c7768e6c182501022f4e2e45: Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx (2011-11-08 07:44:52 +0100) are available in the git repository at: git://git.denx.de/u-boot-video.git master Che-Liang Chiou (4): lcd: add clear and draw bitmap declaration tools: logo: split bmp arrays from bmp_logo.h font: split font data from video_font.h api: export LCD device to external apps Jerry Huang (1): Powerpc/DIU: Fixed the 800x600 and 1024x768 resolution bug Stefano Babic (1): VIDEO: mx3fb: GCC4.6 fix build warnings Makefile | 1 + api/Makefile | 3 +- api/api.c | 47 + api/api_display.c | 74 + api/api_private.h | 4 + arch/powerpc/cpu/mpc8xx/video.c | 1 + board/mcc200/lcd.c | 4 +- common/cmd_bmp.c | 4 +- common/lcd.c | 18 +- drivers/video/cfb_console.c | 2 + drivers/video/fsl_diu_fb.c | 2 + drivers/video/mx3fb.c | 3 +- drivers/video/sed156x.c | 1 + examples/api/demo.c | 31 + examples/api/glue.c | 31 + examples/api/glue.h | 5 + include/.gitignore | 1 + include/api_public.h | 16 + include/lcd.h | 2 + include/video_font.h | 4614 +-------------------------------------- include/video_font_data.h | 4639 +++++++++++++++++++++++++++++++++++++++ tools/Makefile | 8 +- tools/bmp_logo.c | 80 +- 23 files changed, 4944 insertions(+), 4647 deletions(-) create mode 100644 api/api_display.c create mode 100644 include/video_font_data.h Please pull. Thanks! Anatolij