From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 1EC10E007A0; Fri, 31 Oct 2014 14:21:39 -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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 52D29E00749 for ; Fri, 31 Oct 2014 14:21:28 -0700 (PDT) Received: from [192.168.1.10] (c-68-38-40-177.hsd1.nj.comcast.net [68.38.40.177]) by smtp.webfaction.com (Postfix) with ESMTP id 55E6059A166B for ; Fri, 31 Oct 2014 21:21:27 +0000 (UTC) Message-ID: <5453FD56.8040009@mindchasers.com> Date: Fri, 31 Oct 2014 17:21:26 -0400 From: Bob Cochran User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <1414789533-29004-1-git-send-email-yocto@mindchasers.com> In-Reply-To: <1414789533-29004-1-git-send-email-yocto@mindchasers.com> Subject: Re: [meta-fsl-ppc][PATCH] linux-qoriq: Remove Altivec from T1040 64-bit defconfig 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: Fri, 31 Oct 2014 21:21:39 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Note that I didn't address patching the meta-fsl-ppc metadata (e.g., adding patch to SRC_URI) since there is a meta-data patch from Zongchun still pending regarding the support of scc files. Unless I am directed otherwise, I'll just keep sending up the kernel patches by themselves. Bob On 10/31/2014 05:05 PM, Bob Cochran wrote: > T1040 uses an E5500 processor, and E5500 doesn't have an Altivec unit > > Signed-off-by: Bob Cochran > --- > arch/powerpc/configs/t1040_64bit_smp_defconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/powerpc/configs/t1040_64bit_smp_defconfig b/arch/powerpc/configs/t1040_64bit_smp_defconfig > index 1b987d9..c2005f2 100644 > --- a/arch/powerpc/configs/t1040_64bit_smp_defconfig > +++ b/arch/powerpc/configs/t1040_64bit_smp_defconfig > @@ -1,6 +1,6 @@ > CONFIG_PPC64=y > CONFIG_PPC_BOOK3E_64=y > -CONFIG_ALTIVEC=y > +# CONFIG_ALTIVEC is not set > CONFIG_SMP=y > CONFIG_NR_CPUS=24 > CONFIG_SYSVIPC=y >