From patchwork Mon Jul 9 17:49:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Warren X-Patchwork-Id: 169909 X-Patchwork-Delegate: albert.aribaud@free.fr 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 A83EB2C01D3 for ; Tue, 10 Jul 2012 03:49:47 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 99B94280E4; Mon, 9 Jul 2012 19:49:44 +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 6KMmH3okHT4p; Mon, 9 Jul 2012 19:49:44 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 54EC2280E8; Mon, 9 Jul 2012 19:49:42 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 82D7B280E8 for ; Mon, 9 Jul 2012 19:49:38 +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 NdsbxQdzwD4b for ; Mon, 9 Jul 2012 19:49:37 +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 mail-bk0-f44.google.com (mail-bk0-f44.google.com [209.85.214.44]) by theia.denx.de (Postfix) with ESMTPS id 6B0E6280E4 for ; Mon, 9 Jul 2012 19:49:36 +0200 (CEST) Received: by bkty7 with SMTP id y7so2919531bkt.3 for ; Mon, 09 Jul 2012 10:49:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=pZBSjFBKNCugzODKSVYAV7R2r+D/ZfGAy627y5zZ0t8=; b=uEUJ4jH9cMUy6PENUP1D6PsKEi0rZ/YTCIHacIDz6aKl/kAL6vj7lzMkR+kVP60fgd NLBHVlfiE2du1Dsa09QE2JveI3Ll+PKVytN8NQ6ldz+GAfdNPL4mHsDwRMfm4V1W2gv9 fP5BWtG/4j60f0eltRLeEBgGTDM4wFp363v16C/NlyizgPGa6TVXUzrZ8Fjo4OqXjInw Pf8U91c8XAfO7Vh/fxGP38+j0i2SDpuF5opSKlY70NbFoT7Cr30vJA/KY7RIejxy5XCM oXzcMMu+LhV3gZ/PewanPgEJQAZ4BlNiTuDnWbfwNv1YXYPppBeY/1kLoWIyvev+2LNh vUhw== MIME-Version: 1.0 Received: by 10.152.144.138 with SMTP id sm10mr37620143lab.22.1341856174348; Mon, 09 Jul 2012 10:49:34 -0700 (PDT) Received: by 10.114.24.138 with HTTP; Mon, 9 Jul 2012 10:49:34 -0700 (PDT) Date: Mon, 9 Jul 2012 10:49:34 -0700 Message-ID: From: Tom Warren To: Albert ARIBAUD Cc: Stephen Warren , u-boot@lists.denx.de, Tom Warren Subject: [U-Boot] pull request for u-boot-tegra/master X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 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 Albert, Please pull u-boot-tegra/master into ARM master. Thanks! The following changes since commit 58e22f8a15adec39d24d060180d76a4cbe86a04b: Stephen Warren (1): fdt: send all dtc output to stderr are available in the git repository at: git://git.denx.de/u-boot-tegra master Jim Lin (1): tegra: usb: Fix device enumeration problem of USB1 Lucas Stach (2): tegra: add ULPI on USB2 funcmux entry tegra: usb: fix wrong error check Stephen Warren (10): Add env vars describing U-Boot target board tegra: enable CONFIG_ENV_VARS_UBOOT_CONFIG tegra: add enterrcm command tegra: bootcmd enhancements tegra: bootcmd: start USB only when needed tegra: add GMC/GMD funcmux entry for SFLASH tegra: add pin_mux_spi() board initialization function tegra: trimslice: set up serial flash pinmux tegra: enable bootz command tegra: define fdt_load/fdt_high variables Thierry Reding (7): tegra: Rework Tamonten support tegra: medcom: Add device tree support tegra: plutux: Add device tree support tegra: Allow boards to perform early GPIO setup tegra: Implement gpio_early_init() on Tamonten tegra: Use SD write-protect GPIO on Tamonten tegra: Add Tamonten Evaluation Carrier support Tom Warren (1): tegra: fix leftover CONFIG_TEGRA2_MMC & _SPI build switches MAINTAINERS | 1 + README | 14 ++++ arch/arm/cpu/armv7/tegra2/Makefile | 1 + arch/arm/cpu/armv7/tegra2/cmd_enterrcm.c | 65 +++++++++++++++++++ arch/arm/cpu/armv7/tegra2/funcmux.c | 23 ++++++- arch/arm/cpu/armv7/tegra2/usb.c | 2 +- arch/arm/include/asm/arch-tegra2/funcmux.h | 6 ++ arch/arm/include/asm/arch-tegra2/tegra2.h | 1 + board/avionic-design/common/tamonten.c | 65 ++++++------------- board/avionic-design/common/tamonten.h | 32 --------- board/avionic-design/dts/tegra2-medcom.dts | 58 +++++++++++++++++ board/avionic-design/dts/tegra2-plutux.dts | 58 +++++++++++++++++ board/avionic-design/dts/tegra2-tec.dts | 58 +++++++++++++++++ board/avionic-design/medcom/Makefile | 6 +- board/avionic-design/medcom/medcom.c | 45 ------------- board/avionic-design/plutux/Makefile | 6 +- board/avionic-design/plutux/plutux.c | 45 ------------- board/avionic-design/tec/Makefile | 50 ++++++++++++++ board/compal/paz00/paz00.c | 4 +- board/compulab/trimslice/trimslice.c | 7 ++- board/nvidia/common/board.c | 16 ++++- board/nvidia/common/board.h | 1 + boards.cfg | 1 + common/env_common.c | 11 +++ common/env_embedded.c | 11 +++ drivers/usb/host/ehci-tegra.c | 18 +++++- include/configs/medcom.h | 21 ++++++- include/configs/plutux.h | 21 ++++++- include/configs/tec.h | 82 ++++++++++++++++++++++++ include/configs/tegra2-common-post.h | 96 ++++++++++++++++++--------- include/configs/tegra2-common.h | 3 + mkconfig | 8 ++ 32 files changed, 622 insertions(+), 214 deletions(-) create mode 100644 arch/arm/cpu/armv7/tegra2/cmd_enterrcm.c delete mode 100644 board/avionic-design/common/tamonten.h create mode 100644 board/avionic-design/dts/tegra2-medcom.dts create mode 100644 board/avionic-design/dts/tegra2-plutux.dts create mode 100644 board/avionic-design/dts/tegra2-tec.dts delete mode 100644 board/avionic-design/medcom/medcom.c delete mode 100644 board/avionic-design/plutux/plutux.c create mode 100644 board/avionic-design/tec/Makefile create mode 100644 include/configs/tec.h