From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id BA0E9E006C6; Mon, 13 Jul 2015 02:35:08 -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.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (max.oss.09[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.192.43 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-qg0-f43.google.com (mail-qg0-f43.google.com [209.85.192.43]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 2611AE00306 for ; Mon, 13 Jul 2015 02:35:07 -0700 (PDT) Received: by qgef3 with SMTP id f3so103777689qge.0 for ; Mon, 13 Jul 2015 02:35:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=w5buipn/ys2QK0Y2H3T1XZJEFmjnQadfSzuPJPvWDeI=; b=ksQoNEXhEM1IoDIu+R1JyoLM67wvjinWw0vVnYMMXfPg6UZ0hLsLHdY30F4gL41JjE W07ZIMqfk/kK2Is7xJz3ZObD1VpB/YYG8fLIBniPwreL4Z0RrUhLx8giJ9MTKwthob4e irczTq0T2ZVM3FCnrhHz/p47mfKdn4hYklz8v1NDKRjK3zzslCl9w7vXK0RcLvyFXe2p 0v4NsZ5DQkOzzEWOl5BCbCxzlWBfwvhCo4Sh3ZSfRJXT76YsVEV/iw9WrGUfV2g4vd+T A8540238hFU33sy7MmWZoEuJ5DSbhozd6wY1SlFwQK+qS/lg4Imf+CfpQsXlquplceVy T9QA== MIME-Version: 1.0 X-Received: by 10.55.31.6 with SMTP id f6mr10670336qkf.57.1436780106832; Mon, 13 Jul 2015 02:35:06 -0700 (PDT) Received: by 10.140.22.213 with HTTP; Mon, 13 Jul 2015 02:35:06 -0700 (PDT) In-Reply-To: References: <1436625995-7127-1-git-send-email-lauren.post@freescale.com> <1436625995-7127-9-git-send-email-lauren.post@freescale.com> <1436696607.2312.25.camel@Saturn.local.all> Date: Mon, 13 Jul 2015 11:35:06 +0200 Message-ID: From: Max Krummenacher To: Lauren Post Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm][PATCH 08/33] imx-base: Add mx7 support to U-Boot, MACHINE filter and DEFAULT_TUNE 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: Mon, 13 Jul 2015 09:35:08 -0000 Content-Type: text/plain; charset=UTF-8 Hi Lauren 2015-07-12 19:25 GMT+02:00 Lauren Post : > This is the tune feature we tested with for mx7. I can investigate changing it going forward but it will not align to what was tested in this release (and in the upcoming beta for 7d). I prefer to change it once we have a test cycle with the change. > > Lauren > Whatever fits your QS process best. I don't think the change is intrusive as long as no package is actually built using thumb but on never knows until one actually did the build. Regards Max > -----Original Message----- > From: Max Krummenacher [mailto:max.oss.09@gmail.com] > Sent: Sunday, July 12, 2015 5:23 AM > To: Post Lauren-RAA013 > Cc: meta-freescale@yoctoproject.org > Subject: Re: [meta-freescale] [meta-fsl-arm][PATCH 08/33] imx-base: Add mx7 support to U-Boot, MACHINE filter and DEFAULT_TUNE > > Hi Lauren > > Am Samstag, den 11.07.2015, 09:46 -0500 schrieb Lauren Post: >> Add the mx7 settings for U-boot, MACHINE and DEFAULT_TUNE. >> >> MX7 is a new i.MX SoC Family created with the 3.14.28-7D_alpha release >> and upstreamed with the 3.14.38-6QP_beta release. >> >> i.MX 7Dual is a CortexA7 ARM core so requires different DEFAULT_TUNE >> however it does build with the cortexa9 but not as optimized as it is >> with the cortexa7 toolchain. >> >> Signed-off-by: Lauren Post >> --- >> conf/machine/include/imx-base.inc | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git a/conf/machine/include/imx-base.inc >> b/conf/machine/include/imx-base.inc >> index f64ba6b..83b771b 100644 >> --- a/conf/machine/include/imx-base.inc >> +++ b/conf/machine/include/imx-base.inc >> @@ -40,6 +41,7 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" >> # DEFAULTTUNE_mx6 ?= "cortexa9t-neon" >> # handled by hardware >> DEFAULTTUNE_mx6 ?= "cortexa9thf-neon" >> +DEFAULTTUNE_mx7 ?= "cortexa7hf-neon" >> > > Is there a reason to disallow thumb? > the t in "cortexa9thf-neon" has recently be added. > https://lists.yoctoproject.org/pipermail/meta-freescale/2015-May/014042.html > > > Regards > Max >