From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 5D2C1E0141C for ; Tue, 20 Nov 2012 07:20:30 -0800 (PST) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id C97C8F81230; Tue, 20 Nov 2012 08:20:29 -0700 (MST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on hermes.chez-thomas.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=4.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM, NML_ADSP_CUSTOM_MED, T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.2 Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id F0B87F811FA; Tue, 20 Nov 2012 08:20:28 -0700 (MST) Message-ID: <50AB9FD7.7020009@gmail.com> Date: Tue, 20 Nov 2012 08:20:55 -0700 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <1353424272-1562-1-git-send-email-otavio@ossystems.com.br> In-Reply-To: <1353424272-1562-1-git-send-email-otavio@ossystems.com.br> Subject: Re: [meta-fsl-arm][PATCH 00/10] iMX6 Yocto Support based on 12.09.01 BSP 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: Tue, 20 Nov 2012 15:20:30 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2012-11-20 08:11, Otavio Salvador wrote: > Hello, > > We've been working on this patchset for sometime. We are glad to be > able to sure it among you all and I'd like to ask you to test and > comment on them. I'll be glad to test this :-) Any guidance on what/how to build so the test coverage is maximised? I have a SabreLight with LCD+touch and would love to see a full-up X running on it. Thanks > > The only missing part is the GStreamer codec support that are still > being finished and we'll make it available as soon as it is working > properly. > > Adrian Alonso (2): > xf86-dri-vivante: Add Vivant DRI driver for Xorg > xf86-video-imxfb-vivante: Add Vivant Xorg driver for iMX SoCs > > Otavio Salvador (8): > firmware-imx: Add 12.09.01 version > imx-base.inc: Add iMX6 firmware information > imx-lib: Add 12.09.01 version > imx-test: Add 12.09.01 version > gpu-viv-bin-mx6q: Add Vivant GPU libraries > mesa-dri: Change provided set of libraries when building for iMX6 > imx-base: Use xf86-video-imxfb-vivant for iMX6 targets > xserver-xf86-config: Use Vivant accelerated driver for iMX6 > > conf/machine/include/imx-base.inc | 3 + > recipes-bsp/firmware-imx/firmware-imx_12.09.01.bb | 8 ++ > recipes-bsp/imx-test/imx-test.inc | 1 + > recipes-bsp/imx-test/imx-test_12.09.01.bb | 8 ++ > .../gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc | 125 ++++++++++++++++++++ > .../gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_12.09.01.bb | 9 ++ > recipes-graphics/mesa/mesa-dri_8.0.4.bbappend | 4 +- > recipes-graphics/mesa/mesa-dri_git.bbappend | 4 +- > .../xorg-driver/xf86-dri-vivante_12.09.01.bb | 31 +++++ > .../Makefile.am-remove-prefixed-include-path.patch | 29 +++++ > .../xf86-video-imxfb-vivante_12.09.01.bb | 27 +++++ > .../xorg-xserver/xserver-xf86-config/mx6/xorg.conf | 8 +- > .../xorg-xserver/xserver-xf86-config_0.1.bbappend | 2 +- > recipes-multimedia/imx-lib/imx-lib.inc | 1 + > recipes-multimedia/imx-lib/imx-lib_12.09.01.bb | 8 ++ > 15 files changed, 262 insertions(+), 6 deletions(-) > create mode 100644 recipes-bsp/firmware-imx/firmware-imx_12.09.01.bb > create mode 100644 recipes-bsp/imx-test/imx-test_12.09.01.bb > create mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc > create mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_12.09.01.bb > create mode 100644 recipes-graphics/xorg-driver/xf86-dri-vivante_12.09.01.bb > create mode 100644 recipes-graphics/xorg-driver/xf86-video-imxfb-vivante/Makefile.am-remove-prefixed-include-path.patch > create mode 100644 recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_12.09.01.bb > create mode 100644 recipes-multimedia/imx-lib/imx-lib_12.09.01.bb >