From patchwork Wed Jul 13 14:25:51 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefano Babic X-Patchwork-Id: 104510 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 6B496B6F70 for ; Thu, 14 Jul 2011 00:26:09 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 40690280F2; Wed, 13 Jul 2011 16:26:05 +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 nTILnwoD+h6e; Wed, 13 Jul 2011 16:26:05 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B58FB280E1; Wed, 13 Jul 2011 16:26:02 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E4B73280E1 for ; Wed, 13 Jul 2011 16:25:58 +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 NV4fGo-pl36w for ; Wed, 13 Jul 2011 16:25:55 +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-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by theia.denx.de (Postfix) with ESMTP id 7B506280DC for ; Wed, 13 Jul 2011 16:25:53 +0200 (CEST) Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id D3E39188B58F; Wed, 13 Jul 2011 16:25:52 +0200 (CEST) X-Auth-Info: 3SwnXkVqPA/NiCk/8y9DhV7a+sJkQXwvCJBMATmGHmM= Received: from [192.168.2.105] (unknown [88.149.182.160]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA id 81D291C00062; Wed, 13 Jul 2011 16:25:52 +0200 (CEST) Message-ID: <4E1DAAEF.5070204@denx.de> Date: Wed, 13 Jul 2011 16:25:51 +0200 From: Stefano Babic User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: Albert ARIBAUD X-Enigmail-Version: 1.1.2 Cc: U-Boot@lists.denx.de Subject: [U-Boot] [GIT PULL] Pull request: u-boot-imx 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 Hi Albert, please pull from u-boot-imx. The following changes since commit 79642098a8345e2506ab0ff02e8c7ac4da405d0c: Add support for Network Space v2 and parents (2011-07-04 10:55:28 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-imx.git master Fabio Estevam (2): mx31pdk: cosmetic: Fix line over 80 characters mx27: Make the UART port number explicit Jana Rapava (2): EfikaMX: Use correct imximage.cfg EfikaMX: Add missing CONFIG_SYS_TEXT_BASE Marek Vasut (1): EfikaMX: Enable EXT2 booting Matthias Weisser (7): build: Add targets for auto gen of asm-offsets.h and use it in imx35 imx: Add get_tbclk() function for imx25 imx: Use correct imx25 reset.c imx: Add support for USB EHCI on imx25 imx: Add auto generation of asm-offsets.h for imx25 imx: Make imx25 compatible to mxc_gpio driver and fix in tx25 imx: Add support for zmx25 board Stefano Babic (2): MX5: Update to autogenerated asm-offsets.h MX27: Update to autogenerated asm-offsets.h Torsten Koschorrek (1): ARM: Update maintainer of board scb9328 MAINTAINERS | 7 +- arch/arm/cpu/arm1136/mx35/Makefile | 11 -- arch/arm/cpu/arm926ejs/mx25/Makefile | 8 +- arch/arm/cpu/arm926ejs/mx25/asm-offsets.c | 60 ++++++++ arch/arm/cpu/arm926ejs/mx25/timer.c | 12 ++ arch/arm/cpu/arm926ejs/mx27/Makefile | 2 + arch/arm/cpu/arm926ejs/mx27/asm-offsets.c | 45 ++++++ arch/arm/cpu/arm926ejs/mx27/generic.c | 2 +- arch/arm/cpu/armv7/mx5/Makefile | 2 + arch/arm/cpu/armv7/mx5/asm-offsets.c | 76 ++++++++++ arch/arm/include/asm/arch-mx25/imx-regs.h | 49 ++++++- arch/arm/include/asm/arch-mx25/macro.h | 64 ++++++++ arch/arm/include/asm/arch-mx27/asm-offsets.h | 16 -- arch/arm/include/asm/arch-mx27/imx-regs.h | 2 +- arch/arm/include/asm/arch-mx31/imx-regs.h | 2 +- arch/arm/include/asm/arch-mx5/asm-offsets.h | 55 ------- arch/arm/include/asm/arch-mx5/imx-regs.h | 18 +++ board/karo/tx25/tx25.c | 26 ++-- board/logicpd/imx27lite/imx27lite.c | 2 +- board/syteco/zmx25/Makefile | 51 +++++++ board/syteco/zmx25/lowlevel_init.S | 110 ++++++++++++++ board/syteco/zmx25/zmx25.c | 203 ++++++++++++++++++++++++++ boards.cfg | 3 +- drivers/usb/host/ehci-mxc.c | 33 +++- include/configs/efikamx.h | 3 + include/configs/mx31pdk.h | 6 +- include/configs/zmx25.h | 180 +++++++++++++++++++++++ include/mxc_gpio.h | 5 + rules.mk | 10 ++ 29 files changed, 944 insertions(+), 119 deletions(-) create mode 100644 arch/arm/cpu/arm926ejs/mx25/asm-offsets.c create mode 100644 arch/arm/cpu/arm926ejs/mx27/asm-offsets.c create mode 100644 arch/arm/cpu/armv7/mx5/asm-offsets.c create mode 100644 arch/arm/include/asm/arch-mx25/macro.h delete mode 100644 arch/arm/include/asm/arch-mx27/asm-offsets.h delete mode 100644 arch/arm/include/asm/arch-mx5/asm-offsets.h create mode 100644 board/syteco/zmx25/Makefile create mode 100644 board/syteco/zmx25/lowlevel_init.S create mode 100644 board/syteco/zmx25/zmx25.c create mode 100644 include/configs/zmx25.h Best regards, Stefano Babic