From patchwork Tue Nov 8 14:05:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Sandeep Paulraj X-Patchwork-Id: 124366 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 D666CB6F88 for ; Wed, 9 Nov 2011 01:05:28 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id ED1B029A25; Tue, 8 Nov 2011 15:05:25 +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 BkZMEQjYWPpM; Tue, 8 Nov 2011 15:05:25 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 14AED29A37; Tue, 8 Nov 2011 15:05:23 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6F1FD29A38 for ; Tue, 8 Nov 2011 15:05:21 +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 1CSkiYIWD2dI for ; Tue, 8 Nov 2011 15:05:20 +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 arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by theia.denx.de (Postfix) with ESMTPS id 784CD29A25 for ; Tue, 8 Nov 2011 15:05:19 +0100 (CET) Received: from dlep33.itg.ti.com ([157.170.170.112]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id pA8E5AD3013614 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 8 Nov 2011 08:05:10 -0600 Received: from dlep26.itg.ti.com (smtp-le.itg.ti.com [157.170.170.27]) by dlep33.itg.ti.com (8.13.7/8.13.8) with ESMTP id pA8E5ALV010985; Tue, 8 Nov 2011 08:05:10 -0600 (CST) Received: from DFLE71.ent.ti.com (localhost [127.0.0.1]) by dlep26.itg.ti.com (8.13.8/8.13.8) with ESMTP id pA8E5AEY010927; Tue, 8 Nov 2011 08:05:10 -0600 (CST) Received: from dlelxv22.itg.ti.com (172.17.1.197) by dfle71.ent.ti.com (128.247.5.62) with Microsoft SMTP Server id 14.1.323.3; Tue, 8 Nov 2011 08:05:10 -0600 Received: from a0866907ubuntu-desktop (a0866907ubuntu-desktop.am.dhcp.ti.com [158.218.100.251]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id pA8E59i4024324; Tue, 8 Nov 2011 08:05:09 -0600 Received: from a0866907 by a0866907ubuntu-desktop with local (Exim 4.71) (envelope-from ) id 1RNmIX-000682-EM; Tue, 08 Nov 2011 09:05:09 -0500 From: To: , Date: Tue, 8 Nov 2011 09:05:09 -0500 Message-ID: <1320761109-23531-1-git-send-email-s-paulraj@ti.com> X-Mailer: git-send-email 1.7.0.4 MIME-Version: 1.0 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 c686537f34268ffd6d87e3b8b14d1118b221a995: David Müller (ELSOFT AG) (1): ARM: re-add MACH_TYPE_XXXXXX for VCMA9 board and add CONFIG_MACH_TYPE are available in the git repository at: git://git.denx.de/u-boot-ti.git master Christian Riesch (3): arm, davinci: Rename AM1808 lowlevel functions to DA850 arm, davinci: Remove the duplication of LPSC functions arm, davinci: Fix setting of the SDRAM configuration register Manjunath Hadli (2): dm646x: add new configuration for dm6467T dm646x: pass board revision info to kernel Prabhakar Lad (1): da8xxevm: fix build error arch/arm/cpu/arm926ejs/davinci/Makefile | 2 +- .../{am1808_lowlevel.c => da850_lowlevel.c} | 223 +++++++------------- .../{am1808_lowlevel.h => da850_lowlevel.h} | 26 ++-- arch/arm/include/asm/arch-davinci/hardware.h | 1 + board/davinci/dm6467evm/dm6467evm.c | 20 ++ boards.cfg | 1 + include/configs/davinci_dm6467Tevm.h | 163 ++++++++++++++ include/configs/davinci_dm6467evm.h | 1 + 8 files changed, 274 insertions(+), 163 deletions(-) rename arch/arm/cpu/arm926ejs/davinci/{am1808_lowlevel.c => da850_lowlevel.c} (56%) rename arch/arm/include/asm/arch-davinci/{am1808_lowlevel.h => da850_lowlevel.h} (63%) create mode 100644 include/configs/davinci_dm6467Tevm.h