From patchwork Sat Jan 5 17:36:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefano Babic X-Patchwork-Id: 209688 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 0B4D92C0087 for ; Sun, 6 Jan 2013 04:37:11 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7F3D24A0B7; Sat, 5 Jan 2013 18:37:09 +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 reZplXsNWRmn; Sat, 5 Jan 2013 18:37:09 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5B2D84A09F; Sat, 5 Jan 2013 18:37:08 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 10FAF4A09F for ; Sat, 5 Jan 2013 18:37:06 +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 LCNRVMOENBRU for ; Sat, 5 Jan 2013 18:36:57 +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 ESMTPS id 168854A09C for ; Sat, 5 Jan 2013 18:36:55 +0100 (CET) Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3Ydqml3zwHz4KK4P; Sat, 5 Jan 2013 18:36:55 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3Ydqml2CCczbbg7; Sat, 5 Jan 2013 18:36:55 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.180]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id ZKKq9c8iJPva; Sat, 5 Jan 2013 18:36:32 +0100 (CET) X-Auth-Info: y37MJeWF1tkBSzmpgAalvuBYbQtbNzQGwpbsywmKdgc= Received: from [192.168.2.247] (88-149-182-160.v4.ngi.it [88.149.182.160]) by smtp-auth.mnet-online.de (Postfix) with ESMTPA; Sat, 5 Jan 2013 18:36:52 +0100 (CET) Message-ID: <50E864B2.2020706@denx.de> Date: Sat, 05 Jan 2013 18:36:50 +0100 From: Stefano Babic User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Albert ARIBAUD X-Enigmail-Version: 1.4.6 Cc: "U-Boot@lists.denx.de" Subject: [U-Boot] [PULL] : Please pull u-boot-imx 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 Hi Albert, please pull from u-boot-imx, thanks. The following changes since commit b874df74afc986b069738b180763f2464ac3f5f4: mx25pdk: Allow booting a device tree kernel (2012-12-13 09:23:59 +0100) are available in the git repository at: git://www.denx.de/git/u-boot-imx.git master for you to fetch changes up to 1411fb37b5a8d56bececc5e6ea09d2e0670b9810: tools: imximage: Load a size that is multiple of 512 (2013-01-05 18:09:00 +0100) ---------------------------------------------------------------- Ashok (1): mx35pdk:Use IMX_GPIO_NR macro Fabio Estevam (6): mx35pdk: Allow booting of a device tree kernel mx53loco: Call PMIC related functions from board_late_init() mx51evk: Remove unneeded comment mx53loco: Remove unneeded 'retval' variable mx53loco: Improve error handling on power_init() tools: imximage: Load a size that is multiple of 512 Marek Vasut (1): mxs: Add NAND fdt and ramdisk partition to m28evk Otavio Salvador (4): mx53loco: We shouldn't hardcode a rootfs filesystem type mx53loco: Change default loadaddr to 0x72000000 mx6qsabrelite: Change default loadaddr to 0x12000000 mx6qsabre_common: Change default loadaddr to 0x12000000 Shawn Guo (3): fsl_esdhc: add MMC_MODE_HC host_caps mx6qsabresd: add usdhc2 and usdhc4 support mx6qsabresd: use on-board eMMC to store environment board/freescale/mx35pdk/mx35pdk.c | 2 +- board/freescale/mx53loco/mx53loco.c | 84 ++++++++++++++++++++++------- board/freescale/mx6qsabresd/mx6qsabresd.c | 80 ++++++++++++++++++++++++--- drivers/mmc/fsl_esdhc.c | 2 +- include/configs/m28evk.h | 2 + include/configs/mx35pdk.h | 1 + include/configs/mx51evk.h | 4 -- include/configs/mx53loco.h | 10 ++-- include/configs/mx6qsabre_common.h | 4 +- include/configs/mx6qsabreauto.h | 5 ++ include/configs/mx6qsabrelite.h | 2 +- include/configs/mx6qsabresd.h | 6 +++ include/image.h | 3 ++ tools/imximage.c | 9 +++- 14 files changed, 172 insertions(+), 42 deletions(-)