From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 40298E00862; Wed, 30 Jul 2014 11:44:12 -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=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [192.94.94.40 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4066EE00781 for ; Wed, 30 Jul 2014 11:43:59 -0700 (PDT) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id s6UIhxkk015191; Wed, 30 Jul 2014 13:43:59 -0500 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id s6UIhw7L018001; Wed, 30 Jul 2014 13:43:59 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.174.1; Wed, 30 Jul 2014 13:43:58 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id s6UIhwWI005870; Wed, 30 Jul 2014 13:43:58 -0500 Date: Wed, 30 Jul 2014 14:43:58 -0400 From: Denys Dmytriyenko To: "Maupin, Chase" Message-ID: <20140730184357.GY15788@edge> References: <1406684113-18232-1-git-send-email-denis@denix.org> <1406684113-18232-2-git-send-email-denis@denix.org> <8F29D6B095ED194EA1980491A5E029710C6EE5D4@DFLE08.ent.ti.com> <7D46E86EC0A8354091174257B2FED1015D1863C3@DLEE11.ent.ti.com> MIME-Version: 1.0 In-Reply-To: <7D46E86EC0A8354091174257B2FED1015D1863C3@DLEE11.ent.ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "meta-ti@yoctoproject.org" Subject: Re: [PATCH 2/2] omap3-sgx-modules 5.01.01.01: add Darren's patches to work with 3.14 kernel X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2014 18:44:12 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Wed, Jul 30, 2014 at 06:41:42PM +0000, Maupin, Chase wrote: > >-----Original Message----- > >From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti- > >bounces@yoctoproject.org] On Behalf Of Cooper Jr., Franklin > >Sent: Wednesday, July 30, 2014 1:38 PM > >To: Denys Dmytriyenko; meta-ti@yoctoproject.org > >Subject: Re: [meta-ti] [PATCH 2/2] omap3-sgx-modules 5.01.01.01: > >add Darren's patches to work with 3.14 kernel > > > >Acked-by: Franklin Cooper Jr. > > > >It might be a good idea to run sourceipk (meta-arago) on this so > >that the version of the Graphics SDK we bundle already have these > >patches included. > >Nothing we need to do here in meta-ti but just something to keep > >track of in meta-arago. > > Well, until the graphics SDK splits out into drivers and libraries this > would be everything. That may not be such a big deal overall if we then > drop the graphics SDK installer binary from the backend packaging. This is > something we have always wanted to do, but I was hoping that with a clean > split of libraries and drivers we could then package drivers in the > board-support directory and libraries elsewhere that makes more sense. +1 Any ETA on when that's coming? > >> -----Original Message----- > >> From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti- > >> bounces@yoctoproject.org] On Behalf Of Denys Dmytriyenko > >> Sent: Tuesday, July 29, 2014 8:35 PM > >> To: meta-ti@yoctoproject.org > >> Subject: [meta-ti] [PATCH 2/2] omap3-sgx-modules 5.01.01.01: add > >Darren's > >> patches to work with 3.14 kernel > >> > >> From: Denys Dmytriyenko > >> > >> Signed-off-by: Denys Dmytriyenko > >> --- > >> ...SDK-Make-5_01_01_01-work-against-3.14-LTS.patch | 52 > >+++++++ ...x-use- > >> platform-data-to-provide-reset-info.patch | 121 ++++++++++++++++ > >...class- > >> am335x-am437x-fix-mutex-deadlock-wa.patch | 153 > >+++++++++++++++++++++ > >> ...-make-it-building-against-ti-linux-3.14.y.patch | 44 ++++++ > >> .../omap3-sgx-modules_5.01.01.01.bb | 7 +- > >> 5 files changed, 376 insertions(+), 1 deletion(-) create mode > >100644 recipes- > >> bsp/powervr-drivers/omap3-sgx-modules-5.01.01.01/0001-PoC-GFX- > >SDK-Make- > >> 5_01_01_01-work-against-3.14-LTS.patch > >> create mode 100644 recipes-bsp/powervr-drivers/omap3-sgx- > >modules- > >> 5.01.01.01/0002-SGX-linux-use-platform-data-to-provide-reset- > >info.patch > >> create mode 100644 recipes-bsp/powervr-drivers/omap3-sgx- > >modules- > >> 5.01.01.01/0003-SGX-displayclass-am335x-am437x-fix-mutex- > >deadlock- > >> wa.patch > >> create mode 100644 recipes-bsp/powervr-drivers/omap3-sgx- > >modules- > >> 5.01.01.01/0004-SGX-linux-make-it-building-against-ti-linux- > >3.14.y.patch > >> > >> diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules- > >5.01.01.01/0001- > >> PoC-GFX-SDK-Make-5_01_01_01-work-against-3.14-LTS.patch > >b/recipes- > >> bsp/powervr-drivers/omap3-sgx-modules-5.01.01.01/0001-PoC-GFX- > >SDK-Make- > >> 5_01_01_01-work-against-3.14-LTS.patch > >> new file mode 100644 > >> index 0000000..e541079 > >> --- /dev/null > >> +++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules- > >5.01.01.01/0001-PoC- > >> +++ GFX-SDK-Make-5_01_01_01-work-against-3.14-LTS.patch > >> @@ -0,0 +1,52 @@ > >> +From e2db38959a70d1be604a297276a0b0c2ac219bf5 Mon Sep 17 > >00:00:00 > >> 2001 > >> +From: Darren Etheridge > >> +Date: Tue, 29 Jul 2014 16:06:17 -0500 > >> +Subject: [PATCH 1/4] PoC: GFX: SDK: Make 5_01_01_01 work > >against 3.14 > >> +LTS > >> + > >> +An API rename is the main change. Also hacked in some function > >> +prototypes for enabling use of the tilcdc DRM driver instead of > >the > >> +fbdev driver on AM335x. However this all really needs a good > >cleanup > >> +as it is hacky at the moment. > >> + > >> +Signed-off-by: Darren Etheridge > >> +--- > >> + > >GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.c | > >5 > >> +++++ > >> + GFX_Linux_KM/services4/srvkm/env/linux/mutils.h > >| 6 +++++- > >> + 2 files changed, 10 insertions(+), 1 deletion(-) > >> + > >> +diff --git > >> > >+a/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.c > >> > >+b/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.c > >> +index 5c3fc48..3857b95 100644 > >> +--- > >a/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.c > >> ++++ > >b/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.c > >> +@@ -93,6 +93,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR > >> OTHER DEALINGS IN THE SOFTWARE. > >> + #include > >> + > >> + #include