From patchwork Fri Nov 26 20:29:55 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfgang Denk X-Patchwork-Id: 73243 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 52F4FB70DE for ; Sat, 27 Nov 2010 07:30:12 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 35C4A28256; Fri, 26 Nov 2010 21:30:10 +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 kUy+TX2NKS0O; Fri, 26 Nov 2010 21:30:10 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0030E28264; Fri, 26 Nov 2010 21:30:06 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1120C28264 for ; Fri, 26 Nov 2010 21:30:00 +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 3PHpi6yIzNxK for ; Fri, 26 Nov 2010 21:29:58 +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 mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by theia.denx.de (Postfix) with ESMTP id 0884728256 for ; Fri, 26 Nov 2010 21:29:56 +0100 (CET) Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 287821C1DA0D for ; Fri, 26 Nov 2010 21:29:56 +0100 (CET) X-Auth-Info: MmjZj3wH3P3n9wZl5yKhJAqLYPYjT1LZ1cdmmI4eV2s= Received: from diddl.denx.de (ppp-93-104-37-180.dynamic.mnet-online.de [93.104.37.180]) by smtp-auth.mnet-online.de (Postfix) with ESMTPA id 0F14C1C00632 for ; Fri, 26 Nov 2010 21:29:56 +0100 (CET) Received: from gemini.denx.de (gemini.denx.de [10.0.0.2]) by diddl.denx.de (Postfix) with ESMTP id D33D43335217 for ; Fri, 26 Nov 2010 21:29:55 +0100 (CET) Received: from gemini.denx.de (localhost.localdomain [127.0.0.1]) by gemini.denx.de (Postfix) with ESMTP id B087D11D94F7 for ; Fri, 26 Nov 2010 21:29:55 +0100 (CET) To: u-boot@lists.denx.de From: Wolfgang Denk MIME-Version: 1.0 Date: Fri, 26 Nov 2010 21:29:55 +0100 Message-Id: <20101126202955.B087D11D94F7@gemini.denx.de> Subject: [U-Boot] Pull request: u-boot-arm 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 The following changes since commit 6163f5b4c8873848ed023054bc401727301ea537: malloc: Fix issue with calloc memory possibly being non-zero (2010-11-17 22:06:40 +0100) are available in the git repository at: git://git.denx.de/u-boot-arm.git master Albert Aribaud (2): arm: add ELF relocation support to rest of cpus arm1176: bugfix: fix start.S for ELF relocation Eric Cooper (1): Seagate FreeAgent DockStar support Grazvydas Ignotas (3): OMAP3: pandora: fix relocation and init memory OMAP3: remove unused config macros OMAP3: pandora: update config for production Matthias Weisser (1): Makefile: Fix build with USE_PRIVATE_LIBGCC Nick Thompson (1): da830: fixup ARM relocation support Nishanth Menon (2): mmc: omap: timeout counter fix omap4: board: change global data pointer to file scope Sekhar Nori (2): DA850 EVM: add information regarding DA850 in README.davinci DA850 EVM: passing maximum clock rate information to kernel Steve Sakoman (1): OMAP4: Panda: Disable CMD_NFS Wolfgang Denk (1): DaVinci: remove bogus DEF_BOOTM definition MAINTAINERS | 4 + Makefile | 2 +- arch/arm/cpu/arm1176/start.S | 47 +++------- arch/arm/cpu/arm720t/start.S | 119 ++++++++++++----------- arch/arm/cpu/arm720t/u-boot.lds | 39 +++++--- arch/arm/cpu/arm920t/start.S | 125 +++++++++++++------------ arch/arm/cpu/arm920t/u-boot.lds | 38 +++++--- arch/arm/cpu/arm925t/start.S | 127 +++++++++++++------------ arch/arm/cpu/arm925t/u-boot.lds | 38 +++++--- arch/arm/cpu/arm946es/start.S | 123 ++++++++++++----------- arch/arm/cpu/arm946es/u-boot.lds | 38 +++++--- arch/arm/cpu/arm_intcm/start.S | 127 +++++++++++++----------- arch/arm/cpu/arm_intcm/u-boot.lds | 38 +++++--- arch/arm/cpu/armv7/omap4/board.c | 3 +- arch/arm/cpu/ixp/start.S | 118 ++++++++++++----------- arch/arm/cpu/ixp/u-boot.lds | 38 +++++--- arch/arm/cpu/lh7a40x/start.S | 119 ++++++++++++----------- arch/arm/cpu/lh7a40x/u-boot.lds | 38 +++++--- arch/arm/cpu/s3c44b0/start.S | 131 ++++++++++++-------------- arch/arm/cpu/s3c44b0/u-boot.lds | 38 +++++--- arch/arm/cpu/sa1100/start.S | 119 ++++++++++++----------- arch/arm/cpu/sa1100/u-boot.lds | 38 +++++--- board/Seagate/dockstar/Makefile | 54 +++++++++++ board/Seagate/dockstar/dockstar.c | 181 +++++++++++++++++++++++++++++++++++ board/Seagate/dockstar/dockstar.h | 44 +++++++++ board/Seagate/dockstar/kwbimage.cfg | 165 +++++++++++++++++++++++++++++++ board/davinci/da8xxevm/da850evm.c | 33 +++++++ board/pandora/config.mk | 33 ------- boards.cfg | 1 + doc/README.davinci | 25 +++++ drivers/mmc/omap_hsmmc.c | 107 ++++++++++++++++----- include/configs/da830evm.h | 11 ++- include/configs/da850evm.h | 2 +- include/configs/davinci_dvevm.h | 1 - include/configs/davinci_sonata.h | 1 - include/configs/dockstar.h | 125 ++++++++++++++++++++++++ include/configs/omap3_beagle.h | 18 ---- include/configs/omap3_evm.h | 18 ---- include/configs/omap3_overo.h | 18 ---- include/configs/omap3_pandora.h | 117 ++++++++++------------- include/configs/omap3_sdp3430.h | 7 -- include/configs/omap3_zoom1.h | 18 ---- include/configs/omap3_zoom2.h | 10 -- include/configs/omap4_panda.h | 1 + include/configs/tnetv107x_evm.h | 1 - 45 files changed, 1577 insertions(+), 921 deletions(-) create mode 100644 board/Seagate/dockstar/Makefile create mode 100644 board/Seagate/dockstar/dockstar.c create mode 100644 board/Seagate/dockstar/dockstar.h create mode 100644 board/Seagate/dockstar/kwbimage.cfg delete mode 100644 board/pandora/config.mk create mode 100644 include/configs/dockstar.h Best regards, Wolfgang Denk