From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id DB9CEE0080C; Wed, 27 Aug 2014 12:23:09 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, SPF_HELO_PASS autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [207.46.163.240 listed in list.dnswl.org] * -0.0 SPF_HELO_PASS SPF: HELO matches SPF record * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from na01-by2-obe.outbound.protection.outlook.com (mail-by2lp0240.outbound.protection.outlook.com [207.46.163.240]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B55AEE007DB for ; Wed, 27 Aug 2014 12:23:06 -0700 (PDT) Received: from BY2PR03CA041.namprd03.prod.outlook.com (10.141.249.14) by BN1PR0301MB0691.namprd03.prod.outlook.com (25.160.171.28) with Microsoft SMTP Server (TLS) id 15.0.1005.10; Wed, 27 Aug 2014 19:23:01 +0000 Received: from BY2FFO11FD045.protection.gbl (2a01:111:f400:7c0c::158) by BY2PR03CA041.outlook.office365.com (2a01:111:e400:2c5d::14) with Microsoft SMTP Server (TLS) id 15.0.1015.19 via Frontend Transport; Wed, 27 Aug 2014 19:23:00 +0000 Received: from az84smr01.freescale.net (192.88.158.2) by BY2FFO11FD045.mail.protection.outlook.com (10.1.15.177) with Microsoft SMTP Server (TLS) id 15.0.1010.11 via Frontend Transport; Wed, 27 Aug 2014 19:23:00 +0000 Received: from neo.am.freescale.net (neo.am.freescale.net [10.81.16.89]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id s7RJMwjQ007880; Wed, 27 Aug 2014 12:23:00 -0700 From: Lauren Post To: Date: Wed, 27 Aug 2014 14:07:06 -0500 Message-ID: <1409166432-9582-9-git-send-email-lauren.post@freescale.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1409166432-9582-1-git-send-email-lauren.post@freescale.com> References: <1409166432-9582-1-git-send-email-lauren.post@freescale.com> X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:192.88.158.2; CTRY:US; IPV:CAL; IPV:NLI; EFV:NLI; SFV:NSPM; SFS:(6009001)(189002)(199003)(4396001)(26826002)(33646002)(6806004)(50226001)(90102001)(44976005)(50466002)(19580405001)(69596002)(48376002)(83322001)(68736004)(19580395003)(87286001)(20776003)(62966002)(575784001)(93916002)(102836001)(86362001)(21056001)(107046002)(77982001)(104016003)(88136002)(47776003)(2351001)(46102001)(99396002)(87936001)(97736001)(229853001)(81342001)(76482001)(89996001)(104166001)(81542001)(85306004)(92726001)(83072002)(85852003)(79102001)(64706001)(36756003)(84676001)(92566001)(230783001)(105606002)(50986999)(77156001)(80022001)(76176999)(74662001)(110136001)(106466001)(74502001)(95666004)(31966008)(81156004); DIR:OUT; SFP:; SCL:1; SRVR:BN1PR0301MB0691; H:az84smr01.freescale.net; FPR:; MLV:ovrnspm; PTR:InfoDomainNonexistent; MX:1; A:1; LANG:en; MIME-Version: 1.0 X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;UriScan:; X-Forefront-PRVS: 0316567485 Received-SPF: Fail (protection.outlook.com: domain of freescale.com does not designate 192.88.158.2 as permitted sender) receiver=protection.outlook.com; client-ip=192.88.158.2; helo=az84smr01.freescale.net; Authentication-Results: spf=fail (sender IP is 192.88.158.2) smtp.mailfrom=Lauren.Post@freescale.com; X-OriginatorOrg: freescale.com Subject: [meta-fsl-arm][PATCH 08/14] u-boot-imx: Upgrade to 2014.04 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 19:23:09 -0000 Content-Type: text/plain - Add mx6sx support - General fixes for mx6slevk and other mx6 - Support to use zImage Signed-off-by: Lauren Post --- ...ol_2013.04.bb => u-boot-imx-mfgtool_2014.04.bb} | 0 ...u-boot-imx_2013.04.bb => u-boot-imx_2014.04.bb} | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename recipes-bsp/u-boot/{u-boot-imx-mfgtool_2013.04.bb => u-boot-imx-mfgtool_2014.04.bb} (100%) rename recipes-bsp/u-boot/{u-boot-imx_2013.04.bb => u-boot-imx_2014.04.bb} (57%) diff --git a/recipes-bsp/u-boot/u-boot-imx-mfgtool_2013.04.bb b/recipes-bsp/u-boot/u-boot-imx-mfgtool_2014.04.bb similarity index 100% rename from recipes-bsp/u-boot/u-boot-imx-mfgtool_2013.04.bb rename to recipes-bsp/u-boot/u-boot-imx-mfgtool_2014.04.bb diff --git a/recipes-bsp/u-boot/u-boot-imx_2013.04.bb b/recipes-bsp/u-boot/u-boot-imx_2014.04.bb similarity index 57% rename from recipes-bsp/u-boot/u-boot-imx_2013.04.bb rename to recipes-bsp/u-boot/u-boot-imx_2014.04.bb index 1c0f828..8874dd1 100644 --- a/recipes-bsp/u-boot/u-boot-imx_2013.04.bb +++ b/recipes-bsp/u-boot/u-boot-imx_2014.04.bb @@ -1,16 +1,16 @@ # Copyright (C) 2013, 2014 Freescale Semiconductor -DESCRIPTION = "bootloader for imx platforms" +DESCRIPTION = "Bootloader for i.MX platforms" require recipes-bsp/u-boot/u-boot.inc PROVIDES += "u-boot" LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" +LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" -SRCBRANCH = "imx_v2013.04_3.10.17_1.0.0_ga" +SRCBRANCH = "imx_v2014.04_3.10.31_1.1.0_beta" SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}" -SRCREV = "ce0ea2507c492d43bbf88f8609482a171b2d2003" +SRCREV = "91cbd4d530f240042d112fc4166a143fa659524b" S = "${WORKDIR}/git" -- 1.7.9.5