| Submitter | Albert ARIBAUD |
|---|---|
| Date | May 23, 2011, 7:06 a.m. |
| Message ID | <4DDA0761.6080406@aribaud.net> |
| Download | mbox |
| Permalink | /patch/96830/ |
| State | Superseded |
| Headers | show
Return-Path: <u-boot-bounces@lists.denx.de> 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 69E4CB6FB2 for <incoming@patchwork.ozlabs.org>; Mon, 23 May 2011 17:06:20 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 149F2280D8; Mon, 23 May 2011 09:06:18 +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 29Y95dBDdzqt; Mon, 23 May 2011 09:06:17 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C1B84280C8; Mon, 23 May 2011 09:06:14 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0CE12280C8 for <u-boot@lists.denx.de>; Mon, 23 May 2011 09:06:13 +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 YK1g3nU6dWOi for <u-boot@lists.denx.de>; Mon, 23 May 2011 09:06:12 +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 smtpauth.online.net (smtpauth.online.net [88.191.253.43]) by theia.denx.de (Postfix) with ESMTPS id 0492C280AE for <u-boot@lists.denx.de>; Mon, 23 May 2011 09:06:10 +0200 (CEST) Received: from [127.0.0.1] (helo=[192.168.128.3]) by smtpauth.online.net with esmtpa (Exim 4.69) (envelope-from <albert.u.boot@aribaud.net>) id 1QOPDO-00056d-7Z; Mon, 23 May 2011 09:06:10 +0200 Message-ID: <4DDA0761.6080406@aribaud.net> Date: Mon, 23 May 2011 09:06:09 +0200 From: Albert ARIBAUD <albert.u.boot@aribaud.net> User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 MIME-Version: 1.0 To: Wolfgang Denk <wd@denx.de> X-Virus-Scanned: ClamAV using ClamSMTP X-auth-smtp-user: albert.u.boot@aribaud.net Cc: "u-boot@lists.denx.de" <u-boot@lists.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 <u-boot.lists.denx.de> List-Unsubscribe: <http://lists.denx.de/mailman/listinfo/u-boot>, <mailto:u-boot-request@lists.denx.de?subject=unsubscribe> List-Archive: <http://lists.denx.de/pipermail/u-boot> List-Post: <mailto:u-boot@lists.denx.de> List-Help: <mailto:u-boot-request@lists.denx.de?subject=help> List-Subscribe: <http://lists.denx.de/mailman/listinfo/u-boot>, <mailto:u-boot-request@lists.denx.de?subject=subscribe> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de |
Hi Wolfgang, The following changes since commit 5d1ee00b1fe1180503f6dfc10e87a6c6e74778f3: .gitignore: update list of u-boot.* files and add *.bin (2011-05-22 23:46:26 +0200) are available in the git repository at: git://git.denx.de/u-boot-arm master David Müller (ELSOFT AG) (1): VCMA9: use ARM relocation feature to fix build error Fabio Estevam (6): mx31pdk: Clean up mx31pdk.h file MX53: Add initial support for MX53SMD board. MX51: vision: Let video mode struct be independant of watchdog. MX51: vision2: Fix build for vision2 board. MX53: Handle silicon revision 2.1 case MX53: Remove CONFIG_SYS_BOOTMAPSZ from mx53 config files. Jason Kridner (1): BeagleBoard: fixed typo in typecast Jason Liu (2): MX53: support for freescale MX53LOCO board mx5: board: code clean up for checkboard code Michael Walle (1): mvsata: issue hard reset on initialization Shawn Guo (2): mx5: Remove unnecessary CONFIG_SYS_BOOTMAPSZ definition mx5: Fix CONFIG_OF_LIBFDT redefined warning Stefano Babic (3): MX31: Make get_reset_cause() static and drop unreachable code MX5: drop config.mk from efikamx board MX31: drop warnings due to missing prototype for mxc_watchdog_reset() MAINTAINERS | 2 + arch/arm/cpu/arm1136/mx31/generic.c | 6 +- arch/arm/cpu/armv7/mx5/soc.c | 10 +- arch/arm/include/asm/arch-mx31/clock.h | 1 + board/efikamx/efikamx.c | 42 +--- board/freescale/mx51evk/mx51evk.c | 36 +--- board/freescale/mx53evk/mx53evk.c | 21 +-- .../config.mk => freescale/mx53loco/Makefile} | 36 ++- board/freescale/mx53loco/imximage.cfg | 96 ++++++ board/freescale/mx53loco/mx53loco.c | 302 ++++++++++++++++++++ .../config.mk => freescale/mx53smd/Makefile} | 35 ++- board/freescale/mx53smd/imximage.cfg | 96 ++++++ board/freescale/mx53smd/mx53smd.c | 229 +++++++++++++++ board/ti/beagle/beagle.c | 2 +- board/ttcontrol/vision2/vision2.c | 47 +--- boards.cfg | 6 +- drivers/block/mvsata_ide.c | 10 +- include/configs/VCMA9.h | 5 + include/configs/mx31pdk.h | 32 +- include/configs/mx51evk.h | 3 - include/configs/mx53evk.h | 3 - include/configs/mx53loco.h | 185 ++++++++++++ include/configs/mx53smd.h | 191 ++++++++++++ include/configs/vision2.h | 1 + 24 files changed, 1206 insertions(+), 191 deletions(-) rename board/{efikamx/config.mk => freescale/mx53loco/Makefile} (51%) create mode 100644 board/freescale/mx53loco/imximage.cfg create mode 100644 board/freescale/mx53loco/mx53loco.c rename board/{ttcontrol/vision2/config.mk => freescale/mx53smd/Makefile} (50%) create mode 100644 board/freescale/mx53smd/imximage.cfg create mode 100644 board/freescale/mx53smd/mx53smd.c create mode 100644 include/configs/mx53loco.h create mode 100644 include/configs/mx53smd.h Amicalement,