From patchwork Wed Apr 20 15:16:39 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sandeep Paulraj X-Patchwork-Id: 92221 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 0BCA31007D9 for ; Thu, 21 Apr 2011 01:17:03 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E64A2280AD; Wed, 20 Apr 2011 17:16:59 +0200 (CEST) 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 YG10pzAxwVnj; Wed, 20 Apr 2011 17:16:59 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 89ABC280A5; Wed, 20 Apr 2011 17:16:57 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 98CF8280A5 for ; Wed, 20 Apr 2011 17:16:54 +0200 (CEST) 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 r1qytSY7XcOp for ; Wed, 20 Apr 2011 17:16:52 +0200 (CEST) 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 bear.ext.ti.com (bear.ext.ti.com [192.94.94.41]) by theia.denx.de (Postfix) with ESMTPS id 0C843280A4 for ; Wed, 20 Apr 2011 17:16:50 +0200 (CEST) Received: from dlep34.itg.ti.com ([157.170.170.115]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id p3KFGfX9000445 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 20 Apr 2011 10:16:41 -0500 Received: from legion.dal.design.ti.com (localhost [127.0.0.1]) by dlep34.itg.ti.com (8.13.7/8.13.7) with ESMTP id p3KFGfC7010120; Wed, 20 Apr 2011 10:16:41 -0500 (CDT) Received: from gt5d9d821.telogy.design.ti.com (gt5d9d821.telogy.design.ti.com [158.218.100.23]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id p3KFGef03108; Wed, 20 Apr 2011 10:16:40 -0500 (CDT) Received: from gt5d9d821.telogy.design.ti.com (localhost [127.0.0.1] (may be forged)) by gt5d9d821.telogy.design.ti.com (8.13.1/8.13.1) with ESMTP id p3KFGeEH018637; Wed, 20 Apr 2011 11:16:40 -0400 Received: (from a0866907@localhost) by gt5d9d821.telogy.design.ti.com (8.13.1/8.13.1/Submit) id p3KFGdKj018634; Wed, 20 Apr 2011 11:16:39 -0400 From: s-paulraj@ti.com To: s-paulraj@ti.com, u-boot@lists.denx.de, albert.u.boot@aribaud.net Date: Wed, 20 Apr 2011 11:16:39 -0400 Message-Id: <1303312599-18600-1-git-send-email-s-paulraj@ti.com> X-Mailer: git-send-email 1.6.0.4 Subject: [U-Boot] Please pull u-boot-ti/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: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de The following changes since commit 104d04ed57d5de5d11fcd5b2242dadd325e9ce8f: Albert Aribaud (1): Merge remote-tracking branch 'u-boot-ti/master' are available in the git repository at: git://git.denx.de/u-boot-ti.git master Luca Ceresoli (2): ARMV7: OMAP3: Cleanup extern variables in mem.c ARMV7: OMAP3: Add support for Comelit DIG297 board MAINTAINERS | 4 + MAKEALL | 1 + arch/arm/cpu/armv7/omap3/mem.c | 32 ---- board/comelit/dig297/Makefile | 49 +++++ board/comelit/dig297/dig297.c | 187 +++++++++++++++++++ board/comelit/dig297/dig297.h | 383 +++++++++++++++++++++++++++++++++++++++ boards.cfg | 1 + include/configs/am3517_crane.h | 16 +-- include/configs/am3517_evm.h | 18 +-- include/configs/cm_t35.h | 16 +- include/configs/devkit8000.h | 10 +- include/configs/dig297.h | 311 +++++++++++++++++++++++++++++++ include/configs/omap3_beagle.h | 16 +- include/configs/omap3_evm.h | 26 ++-- include/configs/omap3_overo.h | 16 +- include/configs/omap3_pandora.h | 16 +- include/configs/omap3_sdp3430.h | 10 - include/configs/omap3_zoom1.h | 16 +- include/configs/omap3_zoom2.h | 16 +- 19 files changed, 989 insertions(+), 155 deletions(-) create mode 100644 board/comelit/dig297/Makefile create mode 100644 board/comelit/dig297/dig297.c create mode 100644 board/comelit/dig297/dig297.h create mode 100644 include/configs/dig297.h