From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 3.mo2.mail-out.ovh.net ([46.105.58.226] helo=mo2.mail-out.ovh.net) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TzQ6E-0001MJ-5v for barebox@lists.infradead.org; Sun, 27 Jan 2013 11:08:35 +0000 Received: from mail195.ha.ovh.net (b6.ovh.net [213.186.33.56]) by mo2.mail-out.ovh.net (Postfix) with SMTP id 9162FDC0D8A for ; Sun, 27 Jan 2013 12:18:24 +0100 (CET) Date: Sun, 27 Jan 2013 12:07:14 +0100 From: Jean-Christophe PLAGNIOL-VILLARD Message-ID: <20130127110714.GL26329@game.jcrosoft.org> MIME-Version: 1.0 Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [For-nex PATCH 0/8 v2] at91: add atmel lcdc framebuffer support To: barebox@lists.infradead.org HI, this patch serie add the lcdc framebuffer support v2: - drop board splash.png (we need to create a sub repo for theme) - add sam9261ek - add sam9263ek - add sam9m10ihd The following changes since commit cd1c289b2a4949e8acb235d4847419bde784a9d6: Merge branch 'for-next/misc' into next (2013-01-25 19:51:11 +0100) are available in the git repository at: git://git.jcrosoft.org/barebox.git delivery/atmel_fb for you to fetch changes up to 4e93093ab5465fdb72526d353e0e05ddad27d38e: at91sam9263ek: add lcd support (2013-01-23 13:39:04 +0800) ---------------------------------------------------------------- Jean-Christophe PLAGNIOL-VILLARD (8): video: add atmel lcdc frambuffer support at91sam9263: add atmel lcdc frambuffer support at91sam9261: add atmel lcdc frambuffer support at91sam9g45: add atmel lcdc frambuffer support at91sam9m10g45ek: add lcdc support at91sam9m10ihd: add lcd support at91sam9261ek: add lcd support at91sam9263ek: add lcd support arch/arm/boards/at91sam9261ek/env/bin/init_board | 7 ++ arch/arm/boards/at91sam9261ek/init.c | 83 ++++++++++++++++- arch/arm/boards/at91sam9263ek/env/bin/init_board | 7 ++ arch/arm/boards/at91sam9263ek/init.c | 72 ++++++++++++++- arch/arm/boards/at91sam9m10g45ek/env/bin/boot_board | 7 ++ arch/arm/boards/at91sam9m10g45ek/init.c | 43 +++++++++ arch/arm/boards/at91sam9m10ihd/env/init/splash | 8 ++ arch/arm/boards/at91sam9m10ihd/init.c | 65 ++++++++++++++ arch/arm/configs/at91sam9261ek_defconfig | 4 + arch/arm/configs/at91sam9263ek_defconfig | 4 + arch/arm/configs/at91sam9m10g45ek_defconfig | 11 ++- arch/arm/configs/at91sam9m10ihd_defconfig | 5 ++ arch/arm/mach-at91/at91sam9261_devices.c | 53 +++++++++++ arch/arm/mach-at91/at91sam9263.c | 1 + arch/arm/mach-at91/at91sam9263_devices.c | 42 +++++++++ arch/arm/mach-at91/at91sam9g45.c | 1 + arch/arm/mach-at91/at91sam9g45_devices.c | 49 ++++++++++ arch/arm/mach-at91/include/mach/board.h | 4 + drivers/video/Kconfig | 4 + drivers/video/Makefile | 1 + drivers/video/atmel_lcdfb.c | 507 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/video/atmel_lcdc.h | 206 ++++++++++++++++++++++++++++++++++++++++++ 22 files changed, 1179 insertions(+), 5 deletions(-) create mode 100644 arch/arm/boards/at91sam9m10ihd/env/init/splash create mode 100644 drivers/video/atmel_lcdfb.c create mode 100644 include/video/atmel_lcdc.h Best Regards, J, _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox