From patchwork Mon Dec 6 09:43:39 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Reinhard Meyer X-Patchwork-Id: 74327 X-Patchwork-Delegate: wd@denx.de 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 B30B6B70A3 for ; Mon, 6 Dec 2010 20:43:48 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C6B48280EB; Mon, 6 Dec 2010 10:43:46 +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 R9slyNX-pttW; Mon, 6 Dec 2010 10:43:46 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 34F1D280F9; Mon, 6 Dec 2010 10:43:45 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 11FB7280F9 for ; Mon, 6 Dec 2010 10:43:44 +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 xDm9CJvmfLNG for ; Mon, 6 Dec 2010 10:43:42 +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 moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.9]) by theia.denx.de (Postfix) with ESMTP id 0591F280EB for ; Mon, 6 Dec 2010 10:43:40 +0100 (CET) Received: from [127.0.0.1] (p5B202964.dip0.t-ipconnect.de [91.32.41.100]) by mrelayeu.kundenserver.de (node=mreu0) with ESMTP (Nemesis) id 0LtRzc-1OOkM33WEO-010xei; Mon, 06 Dec 2010 10:43:40 +0100 Message-ID: <4CFCB04B.10406@emk-elektronik.de> Date: Mon, 06 Dec 2010 10:43:39 +0100 From: Reinhard Meyer User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: u-boot , Wolfgang Denk , Albert ARIBAUD X-Provags-ID: V02:K0:IHiNvT8OjFeHYBMwi0XkD30wPCXyGH5COMZx4BoiS+l +LQEOIjrA/cbw1hHV+G9jS1SGQwv+2WBtvoYFo10Ccs4dlSLqB ppiEtvFK21SnX3qGU2Pw5sqs1Uwja6ME4U/pDATdw83lI1YfzE uH8VIuqG2MHBYjl+hNumZ3rqbsmtUK/mZ8fmVE96qDUeoLuLl1 KBAHY/Y62nlHcOg/sfI+mHX/ZI7fwXV6AOVVbr4WAw= Subject: [U-Boot] Please pull u-boot-atmel/for2010.12 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 Dear Wolfgang, Albert, The following changes since commit 49733aa0b9d29803384ad4bce74985f4bbe7e9aa: Wolfgang Denk (1): Merge branch 'master' of /home/wd/git/u-boot/custodians are available in the git repository at: git://git.denx.de/u-boot-atmel.git for2010.12 Andreas Bießmann (1): arm920t/at91/reset: board_reset: define weak symbol Reinhard Meyer (3): AT91: gen_atmel_mci.c: fix bug when Slot B is used AT91: fix EMAC gpio init in at91sam9260_devices.c AT91: add TOP9000 support andreas.devel@googlemail.com (4): at91rm9200ek: add configure target for RAM boot MAKEALL: fix AT91 arm920t/at91/timer: replace bss variables by gd at91rm9200ek: fix SDRAM initialistation values MAINTAINERS | 3 +- MAKEALL | 18 +- arch/arm/cpu/arm920t/at91/reset.c | 8 +- arch/arm/cpu/arm920t/at91/timer.c | 29 +- arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 5 + arch/arm/include/asm/global_data.h | 1 + board/atmel/at91rm9200ek/config.mk | 2 - board/emk/top9000/Makefile | 54 ++++ board/emk/top9000/spi.c | 61 ++++ board/emk/top9000/top9000.c | 290 +++++++++++++++++++ boards.cfg | 5 +- drivers/mmc/gen_atmel_mci.c | 1 + include/configs/at91rm9200ek.h | 18 ++- include/configs/top9000.h | 314 +++++++++++++++++++++ 14 files changed, 771 insertions(+), 38 deletions(-) delete mode 100644 board/atmel/at91rm9200ek/config.mk create mode 100644 board/emk/top9000/Makefile create mode 100644 board/emk/top9000/spi.c create mode 100644 board/emk/top9000/top9000.c create mode 100644 include/configs/top9000.h I think this time, it's still Wolfgang doing the pull to ARM, right? Best Regards, Reinhard