All of lore.kernel.org
 help / color / mirror / Atom feed
* [for master 0/6] GFX/MM patches from meta-glsdk layer
@ 2014-09-23 16:00 Karthik Ramanan
  2014-09-23 16:00 ` [for master 1/6] omapdrm-pvr: recipe update for SGX KM compatible with Kernel 3.12 Karthik Ramanan
                   ` (5 more replies)
  0 siblings, 6 replies; 23+ messages in thread
From: Karthik Ramanan @ 2014-09-23 16:00 UTC (permalink / raw)
  To: meta-ti

This patch set contains the first set of patches upstreamed to
meta-ti from meta-glsdk.

Each of these patches can be independently applied in any order.

Karthik Ramanan (6):
  omapdrm-pvr: recipe update for SGX KM compatible with Kernel 3.12
  dspdce-fw: Updated dspdce firmware for latest IPC version
  ipumm-fw: Updated ipumm firmware for latest IPC version
  bltsville: Updated SRCREV to the latest
  omap5-sgx-ddk-um-linux: Updated SRCREV to include bugfixes
  libdrm: do_install_append added for modetest

 recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.04.bb      |   26 ++++++++++++++
 recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb        |   36 ++++++++++++++++++++
 .../powervr-drivers/omapdrm-pvr_1.9.2253347.bb     |    8 ++---
 recipes-graphics/bltsville/bltsville_git.bb        |    4 +--
 recipes-graphics/drm/libdrm_2.4.41.bb              |    8 ++++-
 .../libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb     |    4 +--
 6 files changed, 77 insertions(+), 9 deletions(-)
 create mode 100644 recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.04.bb
 create mode 100644 recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 23+ messages in thread

* [for master 1/6] omapdrm-pvr: recipe update for SGX KM compatible with Kernel 3.12
  2014-09-23 16:00 [for master 0/6] GFX/MM patches from meta-glsdk layer Karthik Ramanan
@ 2014-09-23 16:00 ` Karthik Ramanan
  2014-09-23 16:18   ` Denys Dmytriyenko
  2014-09-23 16:00 ` [for master 2/6] dspdce-fw: Updated dspdce firmware for latest IPC version Karthik Ramanan
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 23+ messages in thread
From: Karthik Ramanan @ 2014-09-23 16:00 UTC (permalink / raw)
  To: meta-ti

* Also adapted recipe to directory restructuring

Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
 .../powervr-drivers/omapdrm-pvr_1.9.2253347.bb     |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb
index a129e60..bd78b36 100644
--- a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb
+++ b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb
@@ -1,22 +1,22 @@
 DESCRIPTION =  "Kernel drivers for the PowerVR SGX chipset found in the omap5 SoCs"
 HOMEPAGE = "http://git.ti.com"
 LICENSE = "MIT | GPLv2"
-LIC_FILES_CHKSUM = "file://README;beginline=13;endline=22;md5=74506d9b8e5edbce66c2747c50fcef12"
+LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=74506d9b8e5edbce66c2747c50fcef12"
 
 inherit module
 
-MACHINE_KERNEL_PR_append = "a"
+MACHINE_KERNEL_PR_append = "b"
 PR = "${MACHINE_KERNEL_PR}"
 
 SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git"
 S = "${WORKDIR}/git"
 
-SRCREV = "86a4ffae3458c51f0a58e44b17b7a4fd92d2b8c6"
+SRCREV = "bf8997b894f216261f914f64d33e6e588770da5a"
 
 EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"'
 
 do_compile_prepend() {
-    cd ${S}/eurasiacon/build/linux2/omap5430_linux
+    cd ${S}/eurasia_km/eurasiacon/build/linux2/omap5430_linux
 }
 
 do_install() {
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [for master 2/6] dspdce-fw: Updated dspdce firmware for latest IPC version
  2014-09-23 16:00 [for master 0/6] GFX/MM patches from meta-glsdk layer Karthik Ramanan
  2014-09-23 16:00 ` [for master 1/6] omapdrm-pvr: recipe update for SGX KM compatible with Kernel 3.12 Karthik Ramanan
@ 2014-09-23 16:00 ` Karthik Ramanan
  2014-09-23 16:15   ` Denys Dmytriyenko
  2014-09-23 16:00 ` [for master 3/6] ipumm-fw: Updated ipumm " Karthik Ramanan
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 23+ messages in thread
From: Karthik Ramanan @ 2014-09-23 16:00 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
 recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.04.bb |   26 +++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.04.bb

diff --git a/recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.04.bb b/recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.04.bb
new file mode 100644
index 0000000..20cd7c8
--- /dev/null
+++ b/recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.04.bb
@@ -0,0 +1,26 @@
+DESCRIPTION = "Firmware for DSP "
+LICENSE = "TI-TSPA"
+LIC_FILES_CHKSUM = "file://DSPDCE-${PV}-Manifest.doc;md5=b8feda5a3ed8197d05993c0d0ff5590e"
+
+COMPATIBLE_MACHINE = "dra7xx-evm"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+SRC_URI = " http://downloads.ti.com/dsps/dsps_public_sw/glsdk/dspdce/1_00_00_04/exports/dspdce-${MACHINE}-1.00.00.04.tar.gz;protocol=ftp"
+
+S = "${WORKDIR}/dspdce-${MACHINE}-${PV}"
+
+SRC_URI[md5sum] = "72722b12e90c26a85f7f1b56d749cad0"
+SRC_URI[sha256sum] = "64057db41dbee5a992db88129a9154f27c67cfbba8efdc0f09b7de38df4d58eb"
+
+TARGET = "dra7-dsp1-fw.xe66"
+
+do_install() {
+        mkdir -p ${D}${base_libdir}/firmware
+        cp ${S}/firmware/${TARGET} ${D}${base_libdir}/firmware/${TARGET}
+}
+
+FILES_${PN} += "${base_libdir}/firmware/${TARGET}"
+
+INSANE_SKIP_${PN} = "arch"
+
+PR = "r2"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [for master 3/6] ipumm-fw: Updated ipumm firmware for latest IPC version
  2014-09-23 16:00 [for master 0/6] GFX/MM patches from meta-glsdk layer Karthik Ramanan
  2014-09-23 16:00 ` [for master 1/6] omapdrm-pvr: recipe update for SGX KM compatible with Kernel 3.12 Karthik Ramanan
  2014-09-23 16:00 ` [for master 2/6] dspdce-fw: Updated dspdce firmware for latest IPC version Karthik Ramanan
@ 2014-09-23 16:00 ` Karthik Ramanan
  2014-09-23 16:21   ` Denys Dmytriyenko
  2014-09-23 16:00 ` [for master 4/6] bltsville: Updated SRCREV to the latest Karthik Ramanan
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 23+ messages in thread
From: Karthik Ramanan @ 2014-09-23 16:00 UTC (permalink / raw)
  To: meta-ti

* This includes the error handling support.
* Minor bug fixes

Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
 recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb |   36 +++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb

diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb
new file mode 100644
index 0000000..f32d228
--- /dev/null
+++ b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb
@@ -0,0 +1,36 @@
+DESCRIPTION = "Firmware for IPU "
+LICENSE = "TI-TSPA"
+
+
+LIC_FILES_CHKSUM_dra7xx-evm = "file://MMIP-${PV}-Manifest.doc;md5=8206ccaf28c2932afb5afd9c9575287c"
+LIC_FILES_CHKSUM_omap5-evm = "file://MMIP-${PV}-Manifest.doc;md5=39a593dd8fc2a9654c74f679ed329c45"
+
+COMPATIBLE_MACHINE = "omap-a15"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+SRC_URI = ""
+SRC_URI_append_dra7xx-evm = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/ipumm/3_00_06_00/exports/ipumm-${MACHINE}-3.00.06.00.tar.gz;protocol=ftp;name=${MACHINE}"
+
+SRC_URI_append_omap5-evm  = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/ipumm/3_00_04_02/exports/ipumm-${MACHINE}-3.00.04.02.tar.gz;protocol=http;name=${MACHINE}"
+
+# DRA7xx checksums
+SRC_URI[dra7xx-evm.md5sum] = "8e1ae40eb10d631318d001463fa11d79"
+SRC_URI[dra7xx-evm.sha256sum] = "30c275146c34d11dbc2dfd568f0bbc3098a13cd981eee8a7a9766cb07d2f1ca5"
+
+# OMAP5 checksums
+SRC_URI[omap5-evm.md5sum] = "1572073ebd4f6d127c4e8cf47d270b6a"
+SRC_URI[omap5-evm.sha256sum] = "2fdb469f19e3c9984854f5bc82444fca4d7da869f5e645da22ec0d5beaa5cc65"
+
+S = "${WORKDIR}/ipumm-${MACHINE}-${PV}"
+
+TARGET_dra7xx-evm = "dra7-ipu2-fw.xem4"
+TARGET_omap5-evm = "ducati-m3-core0.xem3"
+
+do_install() {
+        mkdir -p ${D}${base_libdir}/firmware
+        cp ${S}/firmware/${TARGET} ${D}${base_libdir}/firmware/${TARGET}
+}
+
+FILES_${PN} += "${base_libdir}/firmware/${TARGET}"
+
+PR = "r2"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [for master 4/6] bltsville: Updated SRCREV to the latest
  2014-09-23 16:00 [for master 0/6] GFX/MM patches from meta-glsdk layer Karthik Ramanan
                   ` (2 preceding siblings ...)
  2014-09-23 16:00 ` [for master 3/6] ipumm-fw: Updated ipumm " Karthik Ramanan
@ 2014-09-23 16:00 ` Karthik Ramanan
  2014-09-23 16:22   ` Denys Dmytriyenko
  2014-09-23 16:00 ` [for master 5/6] omap5-sgx-ddk-um-linux: Updated SRCREV to include bugfixes Karthik Ramanan
  2014-09-23 16:00 ` [for master 6/6] libdrm: do_install_append added for modetest Karthik Ramanan
  5 siblings, 1 reply; 23+ messages in thread
From: Karthik Ramanan @ 2014-09-23 16:00 UTC (permalink / raw)
  To: meta-ti

* Contains incremental updates and bug fixes

Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
 recipes-graphics/bltsville/bltsville_git.bb |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-graphics/bltsville/bltsville_git.bb b/recipes-graphics/bltsville/bltsville_git.bb
index 158d189..7a05b4d 100644
--- a/recipes-graphics/bltsville/bltsville_git.bb
+++ b/recipes-graphics/bltsville/bltsville_git.bb
@@ -4,9 +4,9 @@ LICENSE = "BSD-3-Clause & TI-TSPA"
 LIC_FILES_CHKSUM = "file://COPYING;md5=10a9abb9c5bb19edd83a8cf66eef7148 \
                     file://ticpu/license;md5=0bb831850a0de80e32a63772d89c6562"
 
-PR = "r2"
+PR = "r3"
 
-SRCREV = "016586280ecdae201fd6e340ec8c4f8a9605cc94"
+SRCREV = "a759bde8a5a6e518dfb8a6e633736a360005498e"
 
 inherit autotools pkgconfig
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [for master 5/6] omap5-sgx-ddk-um-linux: Updated SRCREV to include bugfixes
  2014-09-23 16:00 [for master 0/6] GFX/MM patches from meta-glsdk layer Karthik Ramanan
                   ` (3 preceding siblings ...)
  2014-09-23 16:00 ` [for master 4/6] bltsville: Updated SRCREV to the latest Karthik Ramanan
@ 2014-09-23 16:00 ` Karthik Ramanan
  2014-09-23 16:19   ` Denys Dmytriyenko
  2014-09-23 18:07   ` Cooper Jr., Franklin
  2014-09-23 16:00 ` [for master 6/6] libdrm: do_install_append added for modetest Karthik Ramanan
  5 siblings, 2 replies; 23+ messages in thread
From: Karthik Ramanan @ 2014-09-23 16:00 UTC (permalink / raw)
  To: meta-ti

* This version is compatible with version Kernel 3.12

Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
 .../libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb     |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
index b875328..37ea088 100644
--- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
+++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
@@ -4,9 +4,9 @@ LICENSE = "TI-TSPA"
 LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=360d293df455e4f2d363bb4014a49603"
 
 SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git"
-SRCREV = "994922a5655c63b05343a9238cb30e6ef61744be"
+SRCREV = "0af11b676900de5a3e5550728fe18acd88c29848"
 
-PR = "r2"
+PR = "r3"
 PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
 
 RREPLACES_${PN} = "libegl libgles1 libgles2"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [for master 6/6] libdrm: do_install_append added for modetest
  2014-09-23 16:00 [for master 0/6] GFX/MM patches from meta-glsdk layer Karthik Ramanan
                   ` (4 preceding siblings ...)
  2014-09-23 16:00 ` [for master 5/6] omap5-sgx-ddk-um-linux: Updated SRCREV to include bugfixes Karthik Ramanan
@ 2014-09-23 16:00 ` Karthik Ramanan
  2014-09-23 16:22   ` Denys Dmytriyenko
  5 siblings, 1 reply; 23+ messages in thread
From: Karthik Ramanan @ 2014-09-23 16:00 UTC (permalink / raw)
  To: meta-ti

* modetest is a very important application to test the drm
  interface, this is not installed by the default make install.

* It is desirable to have this binary on the target because it
  allows all kinds of basic debugging.

Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
 recipes-graphics/drm/libdrm_2.4.41.bb |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/recipes-graphics/drm/libdrm_2.4.41.bb b/recipes-graphics/drm/libdrm_2.4.41.bb
index 0150632..d94dca1 100644
--- a/recipes-graphics/drm/libdrm_2.4.41.bb
+++ b/recipes-graphics/drm/libdrm_2.4.41.bb
@@ -15,6 +15,12 @@ SRC_URI += "file://installtests-ti.patch \
             file://GNU_SOURCE_definition.patch \
            "
 
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
 
 S = "${WORKDIR}/git"
+
+do_install_append() {
+        mkdir -p ${D}/usr/bin/
+        cp ${S}/tests/modetest/.libs/modetest ${D}/usr/bin
+}
+
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 23+ messages in thread

* Re: [for master 2/6] dspdce-fw: Updated dspdce firmware for latest IPC version
  2014-09-23 16:00 ` [for master 2/6] dspdce-fw: Updated dspdce firmware for latest IPC version Karthik Ramanan
@ 2014-09-23 16:15   ` Denys Dmytriyenko
  2014-09-23 18:01     ` Cooper Jr., Franklin
  0 siblings, 1 reply; 23+ messages in thread
From: Denys Dmytriyenko @ 2014-09-23 16:15 UTC (permalink / raw)
  To: Karthik Ramanan; +Cc: meta-ti

On Tue, Sep 23, 2014 at 09:30:32PM +0530, Karthik Ramanan wrote:
> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
>  recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.04.bb |   26 +++++++++++++++++++++++++
>  1 file changed, 26 insertions(+)
>  create mode 100644 recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.04.bb
> 
> diff --git a/recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.04.bb b/recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.04.bb
> new file mode 100644
> index 0000000..20cd7c8
> --- /dev/null
> +++ b/recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.04.bb
> @@ -0,0 +1,26 @@
> +DESCRIPTION = "Firmware for DSP "

^^^ Do you want to clarify what kind of firmware for DSP this is?

Otherwise looks fine.


> +LICENSE = "TI-TSPA"
> +LIC_FILES_CHKSUM = "file://DSPDCE-${PV}-Manifest.doc;md5=b8feda5a3ed8197d05993c0d0ff5590e"
> +
> +COMPATIBLE_MACHINE = "dra7xx-evm"
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +SRC_URI = " http://downloads.ti.com/dsps/dsps_public_sw/glsdk/dspdce/1_00_00_04/exports/dspdce-${MACHINE}-1.00.00.04.tar.gz;protocol=ftp"
> +
> +S = "${WORKDIR}/dspdce-${MACHINE}-${PV}"
> +
> +SRC_URI[md5sum] = "72722b12e90c26a85f7f1b56d749cad0"
> +SRC_URI[sha256sum] = "64057db41dbee5a992db88129a9154f27c67cfbba8efdc0f09b7de38df4d58eb"
> +
> +TARGET = "dra7-dsp1-fw.xe66"
> +
> +do_install() {
> +        mkdir -p ${D}${base_libdir}/firmware
> +        cp ${S}/firmware/${TARGET} ${D}${base_libdir}/firmware/${TARGET}
> +}
> +
> +FILES_${PN} += "${base_libdir}/firmware/${TARGET}"
> +
> +INSANE_SKIP_${PN} = "arch"
> +
> +PR = "r2"
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [for master 1/6] omapdrm-pvr: recipe update for SGX KM compatible with Kernel 3.12
  2014-09-23 16:00 ` [for master 1/6] omapdrm-pvr: recipe update for SGX KM compatible with Kernel 3.12 Karthik Ramanan
@ 2014-09-23 16:18   ` Denys Dmytriyenko
  0 siblings, 0 replies; 23+ messages in thread
From: Denys Dmytriyenko @ 2014-09-23 16:18 UTC (permalink / raw)
  To: Karthik Ramanan; +Cc: meta-ti

Ack.

On Tue, Sep 23, 2014 at 09:30:31PM +0530, Karthik Ramanan wrote:
> * Also adapted recipe to directory restructuring
> 
> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
>  .../powervr-drivers/omapdrm-pvr_1.9.2253347.bb     |    8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb
> index a129e60..bd78b36 100644
> --- a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb
> +++ b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb
> @@ -1,22 +1,22 @@
>  DESCRIPTION =  "Kernel drivers for the PowerVR SGX chipset found in the omap5 SoCs"
>  HOMEPAGE = "http://git.ti.com"
>  LICENSE = "MIT | GPLv2"
> -LIC_FILES_CHKSUM = "file://README;beginline=13;endline=22;md5=74506d9b8e5edbce66c2747c50fcef12"
> +LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=74506d9b8e5edbce66c2747c50fcef12"
>  
>  inherit module
>  
> -MACHINE_KERNEL_PR_append = "a"
> +MACHINE_KERNEL_PR_append = "b"
>  PR = "${MACHINE_KERNEL_PR}"
>  
>  SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git"
>  S = "${WORKDIR}/git"
>  
> -SRCREV = "86a4ffae3458c51f0a58e44b17b7a4fd92d2b8c6"
> +SRCREV = "bf8997b894f216261f914f64d33e6e588770da5a"
>  
>  EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"'
>  
>  do_compile_prepend() {
> -    cd ${S}/eurasiacon/build/linux2/omap5430_linux
> +    cd ${S}/eurasia_km/eurasiacon/build/linux2/omap5430_linux
>  }
>  
>  do_install() {
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [for master 5/6] omap5-sgx-ddk-um-linux: Updated SRCREV to include bugfixes
  2014-09-23 16:00 ` [for master 5/6] omap5-sgx-ddk-um-linux: Updated SRCREV to include bugfixes Karthik Ramanan
@ 2014-09-23 16:19   ` Denys Dmytriyenko
  2014-09-23 18:06     ` Cooper Jr., Franklin
  2014-09-23 18:07   ` Cooper Jr., Franklin
  1 sibling, 1 reply; 23+ messages in thread
From: Denys Dmytriyenko @ 2014-09-23 16:19 UTC (permalink / raw)
  To: Karthik Ramanan; +Cc: meta-ti

Ack.

On Tue, Sep 23, 2014 at 09:30:35PM +0530, Karthik Ramanan wrote:
> * This version is compatible with version Kernel 3.12
> 
> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
>  .../libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb     |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> index b875328..37ea088 100644
> --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> @@ -4,9 +4,9 @@ LICENSE = "TI-TSPA"
>  LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=360d293df455e4f2d363bb4014a49603"
>  
>  SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git"
> -SRCREV = "994922a5655c63b05343a9238cb30e6ef61744be"
> +SRCREV = "0af11b676900de5a3e5550728fe18acd88c29848"
>  
> -PR = "r2"
> +PR = "r3"
>  PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
>  
>  RREPLACES_${PN} = "libegl libgles1 libgles2"
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [for master 3/6] ipumm-fw: Updated ipumm firmware for latest IPC version
  2014-09-23 16:00 ` [for master 3/6] ipumm-fw: Updated ipumm " Karthik Ramanan
@ 2014-09-23 16:21   ` Denys Dmytriyenko
  2014-09-23 18:05     ` Cooper Jr., Franklin
  0 siblings, 1 reply; 23+ messages in thread
From: Denys Dmytriyenko @ 2014-09-23 16:21 UTC (permalink / raw)
  To: Karthik Ramanan; +Cc: meta-ti

On Tue, Sep 23, 2014 at 09:30:33PM +0530, Karthik Ramanan wrote:
> * This includes the error handling support.
> * Minor bug fixes
> 
> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
>  recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb |   36 +++++++++++++++++++++++++++
>  1 file changed, 36 insertions(+)
>  create mode 100644 recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb
> 
> diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb
> new file mode 100644
> index 0000000..f32d228
> --- /dev/null
> +++ b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb
> @@ -0,0 +1,36 @@
> +DESCRIPTION = "Firmware for IPU "

What kind of firmware for IPU this is? It doesn't need to be very detailed, 
but spelling out some generic "purpose" of the firmware would be nice.


> +LICENSE = "TI-TSPA"
> +
> +
> +LIC_FILES_CHKSUM_dra7xx-evm = "file://MMIP-${PV}-Manifest.doc;md5=8206ccaf28c2932afb5afd9c9575287c"
> +LIC_FILES_CHKSUM_omap5-evm = "file://MMIP-${PV}-Manifest.doc;md5=39a593dd8fc2a9654c74f679ed329c45"
> +
> +COMPATIBLE_MACHINE = "omap-a15"
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +SRC_URI = ""
> +SRC_URI_append_dra7xx-evm = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/ipumm/3_00_06_00/exports/ipumm-${MACHINE}-3.00.06.00.tar.gz;protocol=ftp;name=${MACHINE}"
> +
> +SRC_URI_append_omap5-evm  = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/ipumm/3_00_04_02/exports/ipumm-${MACHINE}-3.00.04.02.tar.gz;protocol=http;name=${MACHINE}"

Why not set SRC_URI_dra7xx-evm and SRC_URI_omap5-evm directly?


> +# DRA7xx checksums
> +SRC_URI[dra7xx-evm.md5sum] = "8e1ae40eb10d631318d001463fa11d79"
> +SRC_URI[dra7xx-evm.sha256sum] = "30c275146c34d11dbc2dfd568f0bbc3098a13cd981eee8a7a9766cb07d2f1ca5"
> +
> +# OMAP5 checksums
> +SRC_URI[omap5-evm.md5sum] = "1572073ebd4f6d127c4e8cf47d270b6a"
> +SRC_URI[omap5-evm.sha256sum] = "2fdb469f19e3c9984854f5bc82444fca4d7da869f5e645da22ec0d5beaa5cc65"
> +
> +S = "${WORKDIR}/ipumm-${MACHINE}-${PV}"
> +
> +TARGET_dra7xx-evm = "dra7-ipu2-fw.xem4"
> +TARGET_omap5-evm = "ducati-m3-core0.xem3"
> +
> +do_install() {
> +        mkdir -p ${D}${base_libdir}/firmware
> +        cp ${S}/firmware/${TARGET} ${D}${base_libdir}/firmware/${TARGET}
> +}
> +
> +FILES_${PN} += "${base_libdir}/firmware/${TARGET}"
> +
> +PR = "r2"
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [for master 4/6] bltsville: Updated SRCREV to the latest
  2014-09-23 16:00 ` [for master 4/6] bltsville: Updated SRCREV to the latest Karthik Ramanan
@ 2014-09-23 16:22   ` Denys Dmytriyenko
  2014-09-23 18:05     ` Cooper Jr., Franklin
  0 siblings, 1 reply; 23+ messages in thread
From: Denys Dmytriyenko @ 2014-09-23 16:22 UTC (permalink / raw)
  To: Karthik Ramanan; +Cc: meta-ti

Ack.

On Tue, Sep 23, 2014 at 09:30:34PM +0530, Karthik Ramanan wrote:
> * Contains incremental updates and bug fixes
> 
> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
>  recipes-graphics/bltsville/bltsville_git.bb |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-graphics/bltsville/bltsville_git.bb b/recipes-graphics/bltsville/bltsville_git.bb
> index 158d189..7a05b4d 100644
> --- a/recipes-graphics/bltsville/bltsville_git.bb
> +++ b/recipes-graphics/bltsville/bltsville_git.bb
> @@ -4,9 +4,9 @@ LICENSE = "BSD-3-Clause & TI-TSPA"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=10a9abb9c5bb19edd83a8cf66eef7148 \
>                      file://ticpu/license;md5=0bb831850a0de80e32a63772d89c6562"
>  
> -PR = "r2"
> +PR = "r3"
>  
> -SRCREV = "016586280ecdae201fd6e340ec8c4f8a9605cc94"
> +SRCREV = "a759bde8a5a6e518dfb8a6e633736a360005498e"
>  
>  inherit autotools pkgconfig
>  
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [for master 6/6] libdrm: do_install_append added for modetest
  2014-09-23 16:00 ` [for master 6/6] libdrm: do_install_append added for modetest Karthik Ramanan
@ 2014-09-23 16:22   ` Denys Dmytriyenko
  2014-09-23 18:05     ` Denys Dmytriyenko
  0 siblings, 1 reply; 23+ messages in thread
From: Denys Dmytriyenko @ 2014-09-23 16:22 UTC (permalink / raw)
  To: Karthik Ramanan; +Cc: meta-ti

I was pretty sure installtests-ti.patch was supposed to take care of that...


On Tue, Sep 23, 2014 at 09:30:36PM +0530, Karthik Ramanan wrote:
> * modetest is a very important application to test the drm
>   interface, this is not installed by the default make install.
> 
> * It is desirable to have this binary on the target because it
>   allows all kinds of basic debugging.
> 
> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
>  recipes-graphics/drm/libdrm_2.4.41.bb |    8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
> 
> diff --git a/recipes-graphics/drm/libdrm_2.4.41.bb b/recipes-graphics/drm/libdrm_2.4.41.bb
> index 0150632..d94dca1 100644
> --- a/recipes-graphics/drm/libdrm_2.4.41.bb
> +++ b/recipes-graphics/drm/libdrm_2.4.41.bb
> @@ -15,6 +15,12 @@ SRC_URI += "file://installtests-ti.patch \
>              file://GNU_SOURCE_definition.patch \
>             "
>  
> -PR = "${INC_PR}.1"
> +PR = "${INC_PR}.2"
>  
>  S = "${WORKDIR}/git"
> +
> +do_install_append() {
> +        mkdir -p ${D}/usr/bin/
> +        cp ${S}/tests/modetest/.libs/modetest ${D}/usr/bin
> +}
> +
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [for master 2/6] dspdce-fw: Updated dspdce firmware for latest IPC version
  2014-09-23 16:15   ` Denys Dmytriyenko
@ 2014-09-23 18:01     ` Cooper Jr., Franklin
  0 siblings, 0 replies; 23+ messages in thread
From: Cooper Jr., Franklin @ 2014-09-23 18:01 UTC (permalink / raw)
  To: Dmytriyenko, Denys, R, Karthik; +Cc: meta-ti@yoctoproject.org



> -----Original Message-----
> From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> bounces@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
> Sent: Tuesday, September 23, 2014 11:16 AM
> To: R, Karthik
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [for master 2/6] dspdce-fw: Updated dspdce firmware
> for latest IPC version
> 
> On Tue, Sep 23, 2014 at 09:30:32PM +0530, Karthik Ramanan wrote:
> > Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> > ---
> >  recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.04.bb |   26
> +++++++++++++++++++++++++
> >  1 file changed, 26 insertions(+)
> >  create mode 100644 recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.04.bb
> >
> > diff --git a/recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.04.bb b/recipes-
> bsp/dspdce-fw/dspdce-fw_1.00.00.04.bb
> > new file mode 100644
> > index 0000000..20cd7c8
> > --- /dev/null
> > +++ b/recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.04.bb
> > @@ -0,0 +1,26 @@
> > +DESCRIPTION = "Firmware for DSP "
> 
> ^^^ Do you want to clarify what kind of firmware for DSP this is?
> 
> Otherwise looks fine.
> 
> 
> > +LICENSE = "TI-TSPA"
> > +LIC_FILES_CHKSUM = "file://DSPDCE-${PV}-
> Manifest.doc;md5=b8feda5a3ed8197d05993c0d0ff5590e"
> > +
> > +COMPATIBLE_MACHINE = "dra7xx-evm"
> > +PACKAGE_ARCH = "${MACHINE_ARCH}"
> > +
> > +SRC_URI = "
> http://downloads.ti.com/dsps/dsps_public_sw/glsdk/dspdce/1_00_00_04/ex
> ports/dspdce-${MACHINE}-1.00.00.04.tar.gz;protocol=ftp"
> > +
> > +S = "${WORKDIR}/dspdce-${MACHINE}-${PV}"
> > +
> > +SRC_URI[md5sum] = "72722b12e90c26a85f7f1b56d749cad0"
> > +SRC_URI[sha256sum] =
> "64057db41dbee5a992db88129a9154f27c67cfbba8efdc0f09b7de38df4d58e
> b"
> > +
> > +TARGET = "dra7-dsp1-fw.xe66"
> > +
> > +do_install() {
> > +        mkdir -p ${D}${base_libdir}/firmware
> > +        cp ${S}/firmware/${TARGET} ${D}${base_libdir}/firmware/${TARGET}
> > +}
> > +
> > +FILES_${PN} += "${base_libdir}/firmware/${TARGET}"
> > +
> > +INSANE_SKIP_${PN} = "arch"
> > +
> > +PR = "r2"
[Franklin] Can you also move this PR up? Usually it goes somewhere below the Description and above the SRC_URI. Also setting it to r0 would be good since this is the first time this recipe has existed.
> > --
> > 1.7.9.5
> >
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [for master 3/6] ipumm-fw: Updated ipumm firmware for latest IPC version
  2014-09-23 16:21   ` Denys Dmytriyenko
@ 2014-09-23 18:05     ` Cooper Jr., Franklin
  2014-09-23 18:09       ` Denys Dmytriyenko
  0 siblings, 1 reply; 23+ messages in thread
From: Cooper Jr., Franklin @ 2014-09-23 18:05 UTC (permalink / raw)
  To: Dmytriyenko, Denys, R, Karthik; +Cc: meta-ti@yoctoproject.org

This looks like it really needs to be two separate recipes.  Maybe split out the few common pieces in a .inc file and have machine specific stuff in separate recipe files.

Currently everything is compatible with omap-a15 (SOC) but this build will fail unless you are building for dra7xx or omap5-evm. So it probably will make sense for the COMPATIBLE_MACHINE in the new recipes to depend on the actual machine and not the SOC family.

> -----Original Message-----
> From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> bounces@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
> Sent: Tuesday, September 23, 2014 11:22 AM
> To: R, Karthik
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [for master 3/6] ipumm-fw: Updated ipumm firmware
> for latest IPC version
> 
> On Tue, Sep 23, 2014 at 09:30:33PM +0530, Karthik Ramanan wrote:
> > * This includes the error handling support.
> > * Minor bug fixes
> >
> > Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> > ---
> >  recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb |   36
> +++++++++++++++++++++++++++
> >  1 file changed, 36 insertions(+)
> >  create mode 100644 recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb
> >
> > diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb
> > b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb
> > new file mode 100644
> > index 0000000..f32d228
> > --- /dev/null
> > +++ b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb
> > @@ -0,0 +1,36 @@
> > +DESCRIPTION = "Firmware for IPU "
> 
> What kind of firmware for IPU this is? It doesn't need to be very detailed, but
> spelling out some generic "purpose" of the firmware would be nice.
> 
> 
> > +LICENSE = "TI-TSPA"
> > +
> > +
> > +LIC_FILES_CHKSUM_dra7xx-evm = "file://MMIP-${PV}-
> Manifest.doc;md5=8206ccaf28c2932afb5afd9c9575287c"
> > +LIC_FILES_CHKSUM_omap5-evm = "file://MMIP-${PV}-
> Manifest.doc;md5=39a593dd8fc2a9654c74f679ed329c45"
> > +
> > +COMPATIBLE_MACHINE = "omap-a15"
> > +PACKAGE_ARCH = "${MACHINE_ARCH}"
> > +
> > +SRC_URI = ""
> > +SRC_URI_append_dra7xx-evm =
> "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/ipumm/3_00_06_00/e
> xports/ipumm-${MACHINE}-
> 3.00.06.00.tar.gz;protocol=ftp;name=${MACHINE}"
> > +
> > +SRC_URI_append_omap5-evm  =
> "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/ipumm/3_00_04_02/e
> xports/ipumm-${MACHINE}-
> 3.00.04.02.tar.gz;protocol=http;name=${MACHINE}"
> 
> Why not set SRC_URI_dra7xx-evm and SRC_URI_omap5-evm directly?
> 
> 
> > +# DRA7xx checksums
> > +SRC_URI[dra7xx-evm.md5sum] =
> "8e1ae40eb10d631318d001463fa11d79"
> > +SRC_URI[dra7xx-evm.sha256sum] =
> "30c275146c34d11dbc2dfd568f0bbc3098a13cd981eee8a7a9766cb07d2f1ca
> 5"
> > +
> > +# OMAP5 checksums
> > +SRC_URI[omap5-evm.md5sum] =
> "1572073ebd4f6d127c4e8cf47d270b6a"
> > +SRC_URI[omap5-evm.sha256sum] =
> "2fdb469f19e3c9984854f5bc82444fca4d7da869f5e645da22ec0d5beaa5cc65
> "
> > +
> > +S = "${WORKDIR}/ipumm-${MACHINE}-${PV}"
> > +
> > +TARGET_dra7xx-evm = "dra7-ipu2-fw.xem4"
> > +TARGET_omap5-evm = "ducati-m3-core0.xem3"
> > +
> > +do_install() {
> > +        mkdir -p ${D}${base_libdir}/firmware
> > +        cp ${S}/firmware/${TARGET} ${D}${base_libdir}/firmware/${TARGET}
> > +}
> > +
> > +FILES_${PN} += "${base_libdir}/firmware/${TARGET}"
> > +
> > +PR = "r2"
> > --
> > 1.7.9.5
> >
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [for master 4/6] bltsville: Updated SRCREV to the latest
  2014-09-23 16:22   ` Denys Dmytriyenko
@ 2014-09-23 18:05     ` Cooper Jr., Franklin
  0 siblings, 0 replies; 23+ messages in thread
From: Cooper Jr., Franklin @ 2014-09-23 18:05 UTC (permalink / raw)
  To: Dmytriyenko, Denys, R, Karthik; +Cc: meta-ti@yoctoproject.org

Acked-by: Franklin Cooper Jr. <fcooper@ti.com>

> -----Original Message-----
> From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> bounces@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
> Sent: Tuesday, September 23, 2014 11:22 AM
> To: R, Karthik
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [for master 4/6] bltsville: Updated SRCREV to the latest
> 
> Ack.
> 
> On Tue, Sep 23, 2014 at 09:30:34PM +0530, Karthik Ramanan wrote:
> > * Contains incremental updates and bug fixes
> >
> > Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> > ---
> >  recipes-graphics/bltsville/bltsville_git.bb |    4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/recipes-graphics/bltsville/bltsville_git.bb b/recipes-
> graphics/bltsville/bltsville_git.bb
> > index 158d189..7a05b4d 100644
> > --- a/recipes-graphics/bltsville/bltsville_git.bb
> > +++ b/recipes-graphics/bltsville/bltsville_git.bb
> > @@ -4,9 +4,9 @@ LICENSE = "BSD-3-Clause & TI-TSPA"
> >  LIC_FILES_CHKSUM =
> "file://COPYING;md5=10a9abb9c5bb19edd83a8cf66eef7148 \
> >
> file://ticpu/license;md5=0bb831850a0de80e32a63772d89c6562"
> >
> > -PR = "r2"
> > +PR = "r3"
> >
> > -SRCREV = "016586280ecdae201fd6e340ec8c4f8a9605cc94"
> > +SRCREV = "a759bde8a5a6e518dfb8a6e633736a360005498e"
> >
> >  inherit autotools pkgconfig
> >
> > --
> > 1.7.9.5
> >
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [for master 6/6] libdrm: do_install_append added for modetest
  2014-09-23 16:22   ` Denys Dmytriyenko
@ 2014-09-23 18:05     ` Denys Dmytriyenko
  2014-09-24  9:37       ` Karthik Ramanan
  0 siblings, 1 reply; 23+ messages in thread
From: Denys Dmytriyenko @ 2014-09-23 18:05 UTC (permalink / raw)
  To: Karthik Ramanan; +Cc: meta-ti

Doesn't this work?

http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/tree/recipes-graphics/drm/libdrm-2.4.41/installtests-ti.patch#n43


On Tue, Sep 23, 2014 at 12:22:54PM -0400, Denys Dmytriyenko wrote:
> I was pretty sure installtests-ti.patch was supposed to take care of that...
> 
> 
> On Tue, Sep 23, 2014 at 09:30:36PM +0530, Karthik Ramanan wrote:
> > * modetest is a very important application to test the drm
> >   interface, this is not installed by the default make install.
> > 
> > * It is desirable to have this binary on the target because it
> >   allows all kinds of basic debugging.
> > 
> > Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> > ---
> >  recipes-graphics/drm/libdrm_2.4.41.bb |    8 +++++++-
> >  1 file changed, 7 insertions(+), 1 deletion(-)
> > 
> > diff --git a/recipes-graphics/drm/libdrm_2.4.41.bb b/recipes-graphics/drm/libdrm_2.4.41.bb
> > index 0150632..d94dca1 100644
> > --- a/recipes-graphics/drm/libdrm_2.4.41.bb
> > +++ b/recipes-graphics/drm/libdrm_2.4.41.bb
> > @@ -15,6 +15,12 @@ SRC_URI += "file://installtests-ti.patch \
> >              file://GNU_SOURCE_definition.patch \
> >             "
> >  
> > -PR = "${INC_PR}.1"
> > +PR = "${INC_PR}.2"
> >  
> >  S = "${WORKDIR}/git"
> > +
> > +do_install_append() {
> > +        mkdir -p ${D}/usr/bin/
> > +        cp ${S}/tests/modetest/.libs/modetest ${D}/usr/bin
> > +}
> > +
> > -- 
> > 1.7.9.5
> > 
> > -- 
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [for master 5/6] omap5-sgx-ddk-um-linux: Updated SRCREV to include bugfixes
  2014-09-23 16:19   ` Denys Dmytriyenko
@ 2014-09-23 18:06     ` Cooper Jr., Franklin
  0 siblings, 0 replies; 23+ messages in thread
From: Cooper Jr., Franklin @ 2014-09-23 18:06 UTC (permalink / raw)
  To: Dmytriyenko, Denys, R, Karthik; +Cc: meta-ti@yoctoproject.org

Acked-by: Franklin Cooper Jr. <fcooper@ti.com>

> -----Original Message-----
> From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> bounces@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
> Sent: Tuesday, September 23, 2014 11:19 AM
> To: R, Karthik
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [for master 5/6] omap5-sgx-ddk-um-linux: Updated
> SRCREV to include bugfixes
> 
> Ack.
> 
> On Tue, Sep 23, 2014 at 09:30:35PM +0530, Karthik Ramanan wrote:
> > * This version is compatible with version Kernel 3.12
> >
> > Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> > ---
> >  .../libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb     |    4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> > index b875328..37ea088 100644
> > --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> > +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> > @@ -4,9 +4,9 @@ LICENSE = "TI-TSPA"
> >  LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-
> Manifest.doc;md5=360d293df455e4f2d363bb4014a49603"
> >
> >  SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-
> linux.git;protocol=git"
> > -SRCREV = "994922a5655c63b05343a9238cb30e6ef61744be"
> > +SRCREV = "0af11b676900de5a3e5550728fe18acd88c29848"
> >
> > -PR = "r2"
> > +PR = "r3"
> >  PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
> >
> >  RREPLACES_${PN} = "libegl libgles1 libgles2"
> > --
> > 1.7.9.5
> >
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [for master 5/6] omap5-sgx-ddk-um-linux: Updated SRCREV to include bugfixes
  2014-09-23 16:00 ` [for master 5/6] omap5-sgx-ddk-um-linux: Updated SRCREV to include bugfixes Karthik Ramanan
  2014-09-23 16:19   ` Denys Dmytriyenko
@ 2014-09-23 18:07   ` Cooper Jr., Franklin
  2014-09-23 18:11     ` Denys Dmytriyenko
  1 sibling, 1 reply; 23+ messages in thread
From: Cooper Jr., Franklin @ 2014-09-23 18:07 UTC (permalink / raw)
  To: R, Karthik, meta-ti@yoctoproject.org

Acked-by: Franklin Cooper Jr. <fcooper@ti.com>

> -----Original Message-----
> From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> bounces@yoctoproject.org] On Behalf Of R, Karthik
> Sent: Tuesday, September 23, 2014 11:01 AM
> To: meta-ti@yoctoproject.org
> Subject: [meta-ti] [for master 5/6] omap5-sgx-ddk-um-linux: Updated
> SRCREV to include bugfixes
> 
> * This version is compatible with version Kernel 3.12
> 
> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
>  .../libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb     |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> index b875328..37ea088 100644
> --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> @@ -4,9 +4,9 @@ LICENSE = "TI-TSPA"
>  LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-
> Manifest.doc;md5=360d293df455e4f2d363bb4014a49603"
> 
>  SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-
> linux.git;protocol=git"
> -SRCREV = "994922a5655c63b05343a9238cb30e6ef61744be"
> +SRCREV = "0af11b676900de5a3e5550728fe18acd88c29848"
> 
> -PR = "r2"
> +PR = "r3"
>  PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
> 
>  RREPLACES_${PN} = "libegl libgles1 libgles2"
> --
> 1.7.9.5
> 
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [for master 3/6] ipumm-fw: Updated ipumm firmware for latest IPC version
  2014-09-23 18:05     ` Cooper Jr., Franklin
@ 2014-09-23 18:09       ` Denys Dmytriyenko
  0 siblings, 0 replies; 23+ messages in thread
From: Denys Dmytriyenko @ 2014-09-23 18:09 UTC (permalink / raw)
  To: Cooper Jr., Franklin; +Cc: meta-ti@yoctoproject.org, R, Karthik

On Tue, Sep 23, 2014 at 02:05:30PM -0400, Cooper Jr., Franklin wrote:
> This looks like it really needs to be two separate recipes.  Maybe split out 
> the few common pieces in a .inc file and have machine specific stuff in 
> separate recipe files.
> 
> Currently everything is compatible with omap-a15 (SOC) but this build will 
> fail unless you are building for dra7xx or omap5-evm. So it probably will 
> make sense for the COMPATIBLE_MACHINE in the new recipes to depend on the 
> actual machine and not the SOC family.

Took me a bit to understand what you mean here. So, let me translate - the 
recipe is marked as compatible with entire omap-a15 SOC, but only handles 
cases for dra7xx-evm and omap5-evm machines. There are and will be more 
machines in this family, so either the recipe has to handle those machines 
too, or the compatibility setting should be stricter and list 2 machines 
instead of entire SOC family.


> > -----Original Message-----
> > From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> > bounces@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
> > Sent: Tuesday, September 23, 2014 11:22 AM
> > To: R, Karthik
> > Cc: meta-ti@yoctoproject.org
> > Subject: Re: [meta-ti] [for master 3/6] ipumm-fw: Updated ipumm firmware
> > for latest IPC version
> > 
> > On Tue, Sep 23, 2014 at 09:30:33PM +0530, Karthik Ramanan wrote:
> > > * This includes the error handling support.
> > > * Minor bug fixes
> > >
> > > Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> > > ---
> > >  recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb |   36
> > +++++++++++++++++++++++++++
> > >  1 file changed, 36 insertions(+)
> > >  create mode 100644 recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb
> > >
> > > diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb
> > > b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb
> > > new file mode 100644
> > > index 0000000..f32d228
> > > --- /dev/null
> > > +++ b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.06.00.bb
> > > @@ -0,0 +1,36 @@
> > > +DESCRIPTION = "Firmware for IPU "
> > 
> > What kind of firmware for IPU this is? It doesn't need to be very detailed, but
> > spelling out some generic "purpose" of the firmware would be nice.
> > 
> > 
> > > +LICENSE = "TI-TSPA"
> > > +
> > > +
> > > +LIC_FILES_CHKSUM_dra7xx-evm = "file://MMIP-${PV}-
> > Manifest.doc;md5=8206ccaf28c2932afb5afd9c9575287c"
> > > +LIC_FILES_CHKSUM_omap5-evm = "file://MMIP-${PV}-
> > Manifest.doc;md5=39a593dd8fc2a9654c74f679ed329c45"
> > > +
> > > +COMPATIBLE_MACHINE = "omap-a15"
> > > +PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > +
> > > +SRC_URI = ""
> > > +SRC_URI_append_dra7xx-evm =
> > "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/ipumm/3_00_06_00/e
> > xports/ipumm-${MACHINE}-
> > 3.00.06.00.tar.gz;protocol=ftp;name=${MACHINE}"
> > > +
> > > +SRC_URI_append_omap5-evm  =
> > "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/ipumm/3_00_04_02/e
> > xports/ipumm-${MACHINE}-
> > 3.00.04.02.tar.gz;protocol=http;name=${MACHINE}"
> > 
> > Why not set SRC_URI_dra7xx-evm and SRC_URI_omap5-evm directly?
> > 
> > 
> > > +# DRA7xx checksums
> > > +SRC_URI[dra7xx-evm.md5sum] =
> > "8e1ae40eb10d631318d001463fa11d79"
> > > +SRC_URI[dra7xx-evm.sha256sum] =
> > "30c275146c34d11dbc2dfd568f0bbc3098a13cd981eee8a7a9766cb07d2f1ca
> > 5"
> > > +
> > > +# OMAP5 checksums
> > > +SRC_URI[omap5-evm.md5sum] =
> > "1572073ebd4f6d127c4e8cf47d270b6a"
> > > +SRC_URI[omap5-evm.sha256sum] =
> > "2fdb469f19e3c9984854f5bc82444fca4d7da869f5e645da22ec0d5beaa5cc65
> > "
> > > +
> > > +S = "${WORKDIR}/ipumm-${MACHINE}-${PV}"
> > > +
> > > +TARGET_dra7xx-evm = "dra7-ipu2-fw.xem4"
> > > +TARGET_omap5-evm = "ducati-m3-core0.xem3"
> > > +
> > > +do_install() {
> > > +        mkdir -p ${D}${base_libdir}/firmware
> > > +        cp ${S}/firmware/${TARGET} ${D}${base_libdir}/firmware/${TARGET}
> > > +}
> > > +
> > > +FILES_${PN} += "${base_libdir}/firmware/${TARGET}"
> > > +
> > > +PR = "r2"
> > > --
> > > 1.7.9.5
> > >
> > > --
> > > _______________________________________________
> > > meta-ti mailing list
> > > meta-ti@yoctoproject.org
> > > https://lists.yoctoproject.org/listinfo/meta-ti
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [for master 5/6] omap5-sgx-ddk-um-linux: Updated SRCREV to include bugfixes
  2014-09-23 18:07   ` Cooper Jr., Franklin
@ 2014-09-23 18:11     ` Denys Dmytriyenko
  2014-09-23 18:19       ` Cooper Jr., Franklin
  0 siblings, 1 reply; 23+ messages in thread
From: Denys Dmytriyenko @ 2014-09-23 18:11 UTC (permalink / raw)
  To: Cooper Jr., Franklin; +Cc: meta-ti@yoctoproject.org, R, Karthik

Is this a double-ack?

On Tue, Sep 23, 2014 at 06:07:22PM +0000, Cooper Jr., Franklin wrote:
> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
> 
> > -----Original Message-----
> > From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> > bounces@yoctoproject.org] On Behalf Of R, Karthik
> > Sent: Tuesday, September 23, 2014 11:01 AM
> > To: meta-ti@yoctoproject.org
> > Subject: [meta-ti] [for master 5/6] omap5-sgx-ddk-um-linux: Updated
> > SRCREV to include bugfixes
> > 
> > * This version is compatible with version Kernel 3.12
> > 
> > Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> > ---
> >  .../libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb     |    4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> > b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> > index b875328..37ea088 100644
> > --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> > +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> > @@ -4,9 +4,9 @@ LICENSE = "TI-TSPA"
> >  LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-
> > Manifest.doc;md5=360d293df455e4f2d363bb4014a49603"
> > 
> >  SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-
> > linux.git;protocol=git"
> > -SRCREV = "994922a5655c63b05343a9238cb30e6ef61744be"
> > +SRCREV = "0af11b676900de5a3e5550728fe18acd88c29848"
> > 
> > -PR = "r2"
> > +PR = "r3"
> >  PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
> > 
> >  RREPLACES_${PN} = "libegl libgles1 libgles2"
> > --
> > 1.7.9.5
> > 
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [for master 5/6] omap5-sgx-ddk-um-linux: Updated SRCREV to include bugfixes
  2014-09-23 18:11     ` Denys Dmytriyenko
@ 2014-09-23 18:19       ` Cooper Jr., Franklin
  0 siblings, 0 replies; 23+ messages in thread
From: Cooper Jr., Franklin @ 2014-09-23 18:19 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org, R, Karthik

Nope just a single ack. Some reason I looked at this patch twice.

> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Tuesday, September 23, 2014 1:11 PM
> To: Cooper Jr., Franklin
> Cc: R, Karthik; meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [for master 5/6] omap5-sgx-ddk-um-linux: Updated
> SRCREV to include bugfixes
> 
> Is this a double-ack?
> 
> On Tue, Sep 23, 2014 at 06:07:22PM +0000, Cooper Jr., Franklin wrote:
> > Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
> >
> > > -----Original Message-----
> > > From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> > > bounces@yoctoproject.org] On Behalf Of R, Karthik
> > > Sent: Tuesday, September 23, 2014 11:01 AM
> > > To: meta-ti@yoctoproject.org
> > > Subject: [meta-ti] [for master 5/6] omap5-sgx-ddk-um-linux: Updated
> > > SRCREV to include bugfixes
> > >
> > > * This version is compatible with version Kernel 3.12
> > >
> > > Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> > > ---
> > >  .../libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb     |    4 ++--
> > >  1 file changed, 2 insertions(+), 2 deletions(-)
> > >
> > > diff --git
> > > a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> > > b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> > > index b875328..37ea088 100644
> > > --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> > > +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
> > > @@ -4,9 +4,9 @@ LICENSE = "TI-TSPA"
> > >  LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-
> > > Manifest.doc;md5=360d293df455e4f2d363bb4014a49603"
> > >
> > >  SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-
> > > linux.git;protocol=git"
> > > -SRCREV = "994922a5655c63b05343a9238cb30e6ef61744be"
> > > +SRCREV = "0af11b676900de5a3e5550728fe18acd88c29848"
> > >
> > > -PR = "r2"
> > > +PR = "r3"
> > >  PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
> > >
> > >  RREPLACES_${PN} = "libegl libgles1 libgles2"
> > > --
> > > 1.7.9.5
> > >
> > > --
> > > _______________________________________________
> > > meta-ti mailing list
> > > meta-ti@yoctoproject.org
> > > https://lists.yoctoproject.org/listinfo/meta-ti
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [for master 6/6] libdrm: do_install_append added for modetest
  2014-09-23 18:05     ` Denys Dmytriyenko
@ 2014-09-24  9:37       ` Karthik Ramanan
  0 siblings, 0 replies; 23+ messages in thread
From: Karthik Ramanan @ 2014-09-24  9:37 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti

Denys,

On 23-Sep-14 11:35 PM, Denys Dmytriyenko wrote:
> Doesn't this work?
>
> http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/tree/recipes-graphics/drm/libdrm-2.4.41/installtests-ti.patch#n43


Yes, it works. The patch that I submitted was not required.
I had not looked at this patch earlier.

Thanks for pointing me to this.

>
>
> On Tue, Sep 23, 2014 at 12:22:54PM -0400, Denys Dmytriyenko wrote:
>> I was pretty sure installtests-ti.patch was supposed to take care of that...
>>
>>
>> On Tue, Sep 23, 2014 at 09:30:36PM +0530, Karthik Ramanan wrote:
>>> * modetest is a very important application to test the drm
>>>    interface, this is not installed by the default make install.
>>>
>>> * It is desirable to have this binary on the target because it
>>>    allows all kinds of basic debugging.
>>>
>>> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
>>> ---
>>>   recipes-graphics/drm/libdrm_2.4.41.bb |    8 +++++++-
>>>   1 file changed, 7 insertions(+), 1 deletion(-)
>>>
>>> diff --git a/recipes-graphics/drm/libdrm_2.4.41.bb b/recipes-graphics/drm/libdrm_2.4.41.bb
>>> index 0150632..d94dca1 100644
>>> --- a/recipes-graphics/drm/libdrm_2.4.41.bb
>>> +++ b/recipes-graphics/drm/libdrm_2.4.41.bb
>>> @@ -15,6 +15,12 @@ SRC_URI += "file://installtests-ti.patch \
>>>               file://GNU_SOURCE_definition.patch \
>>>              "
>>>
>>> -PR = "${INC_PR}.1"
>>> +PR = "${INC_PR}.2"
>>>
>>>   S = "${WORKDIR}/git"
>>> +
>>> +do_install_append() {
>>> +        mkdir -p ${D}/usr/bin/
>>> +        cp ${S}/tests/modetest/.libs/modetest ${D}/usr/bin
>>> +}
>>> +
>>> --
>>> 1.7.9.5
>>>
>>> --
>>> _______________________________________________
>>> meta-ti mailing list
>>> meta-ti@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/meta-ti
>> --
>> _______________________________________________
>> meta-ti mailing list
>> meta-ti@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-ti



^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2014-09-24  9:37 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-23 16:00 [for master 0/6] GFX/MM patches from meta-glsdk layer Karthik Ramanan
2014-09-23 16:00 ` [for master 1/6] omapdrm-pvr: recipe update for SGX KM compatible with Kernel 3.12 Karthik Ramanan
2014-09-23 16:18   ` Denys Dmytriyenko
2014-09-23 16:00 ` [for master 2/6] dspdce-fw: Updated dspdce firmware for latest IPC version Karthik Ramanan
2014-09-23 16:15   ` Denys Dmytriyenko
2014-09-23 18:01     ` Cooper Jr., Franklin
2014-09-23 16:00 ` [for master 3/6] ipumm-fw: Updated ipumm " Karthik Ramanan
2014-09-23 16:21   ` Denys Dmytriyenko
2014-09-23 18:05     ` Cooper Jr., Franklin
2014-09-23 18:09       ` Denys Dmytriyenko
2014-09-23 16:00 ` [for master 4/6] bltsville: Updated SRCREV to the latest Karthik Ramanan
2014-09-23 16:22   ` Denys Dmytriyenko
2014-09-23 18:05     ` Cooper Jr., Franklin
2014-09-23 16:00 ` [for master 5/6] omap5-sgx-ddk-um-linux: Updated SRCREV to include bugfixes Karthik Ramanan
2014-09-23 16:19   ` Denys Dmytriyenko
2014-09-23 18:06     ` Cooper Jr., Franklin
2014-09-23 18:07   ` Cooper Jr., Franklin
2014-09-23 18:11     ` Denys Dmytriyenko
2014-09-23 18:19       ` Cooper Jr., Franklin
2014-09-23 16:00 ` [for master 6/6] libdrm: do_install_append added for modetest Karthik Ramanan
2014-09-23 16:22   ` Denys Dmytriyenko
2014-09-23 18:05     ` Denys Dmytriyenko
2014-09-24  9:37       ` Karthik Ramanan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.