From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 1394FE01415 for ; Mon, 12 Aug 2013 07:05:11 -0700 (PDT) Received: by mail-pa0-f44.google.com with SMTP id fz6so4756522pac.3 for ; Mon, 12 Aug 2013 07:05:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=gfQ0V90+G15qLITbNUFEXqwdWaBQIS7UToJJypStWmM=; b=SKsbwiDSTDcmVgTIgHqqkBnRkhuvjfpy3KBXzDcMDke21aLmWOMKbuRnTYjINtiNK/ W0vRx0dn51TjanPKc6CHK+zNUlWoabEWPupO+om7oaFJU1b7L14rhmTS1+Xwn1lCAPXl BTiVesdQFYiTKzQdj/zvygtvDj/XdrROPfPOpWlPTdZcTSxp7xKMpqgfG9boyROmk7Rb EllHOTY8RzKpxvW1EZg2Ny79R9W/WIqihp3W3NoP2JknghDsXwdQ+lv8KBOUN9kJ5qDm H08yCV1YybZNqeLXlFH/RBXLB/geBkxUK6uJr1WCcRdls3N+0ufpyavsdNxXmsPuT7fr cKFQ== X-Gm-Message-State: ALoCoQnd8LDZ2F4LGxOezoF/bcYYJq0eW4VULTdGpsg530wcBL8eDy7JOshANdj0estrIB4tSzPB X-Received: by 10.68.139.201 with SMTP id ra9mr18176039pbb.46.1376316310500; Mon, 12 Aug 2013 07:05:10 -0700 (PDT) Received: from [192.168.1.8] (ip98-167-230-131.ph.ph.cox.net. [98.167.230.131]) by mx.google.com with ESMTPSA id mz5sm6727875pbc.18.2013.08.12.07.05.08 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 12 Aug 2013 07:05:09 -0700 (PDT) Message-ID: <5208EB92.3010108@boundarydevices.com> Date: Mon, 12 Aug 2013 07:05:06 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Otavio Salvador References: <1374605958-21049-1-git-send-email-otavio@ossystems.com.br> <1374605958-21049-2-git-send-email-otavio@ossystems.com.br> <5206821C.3030903@boundarydevices.com> <5206BADC.9090702@boundarydevices.com> In-Reply-To: Cc: meta-freescale Mailing List Subject: Re: [meta-fsl-arm-extra PATCH 2/2] linux-boundary: Add support to Vivante 4.6.9p12 GPU code 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, 12 Aug 2013 14:05:12 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Thanks Otavio, On 08/12/2013 05:50 AM, Otavio Salvador wrote: > On Sat, Aug 10, 2013 at 7:12 PM, Eric Nelson > wrote: >> On 08/10/2013 12:25 PM, Otavio Salvador wrote: >>> On Sat, Aug 10, 2013 at 3:10 PM, Eric Nelson >> Oops. I grabbed this from the first patch file in the series. >> I renamed the branch in case it's helpful: >> boundary-imx_3.0.35_4.0.0-plus-vivante-4.6.9p11.1 > > Fine. Thanks. > >>>> Does anybody know if there are ABI changes in the corresponding >>>> userspace bits? >>> >>> >>> It has. >>> >> >> If so, then we'll want them segregated into separate branches or the >> patch files conditionally applied, right? >> >> Right now, gpu-viv-bin-mx6q-3.5.7-1.0.0-hfp.bin only supports hard >> float. Will the EABI (4.0.0) binaries continue to be supported or >> will there be a corresponding package of EABI binaries? > > There's also a gpu-viv-bin-mx6q-3.5.7-1.0.0-sfp.bin and it is taken in > case you're building for Soft Float-Point. It should 'Just Work'. > If that's the case, we can just push the patches onto our main branch and not deal with the old/new GPU package question. > So far, all worked fine for me. Can you give it a try? > Absolutely. I'll give this a spin.