All of lore.kernel.org
 help / color / mirror / Atom feed
* Anand Balagopalakrishnan : omapdrm_pvr: SGX kernel mode driver v1. 14 for all TI SoCs
@ 2016-02-15 22:27 Arago Project git
  0 siblings, 0 replies; 2+ messages in thread
From: Arago Project git @ 2016-02-15 22:27 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: master
Commit: 13b3ec3e241b4f0545cac7f51e6578f2e81b4489
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=13b3ec3e241b4f0545cac7f51e6578f2e81b4489

Author: Anand Balagopalakrishnan <anandb@ti.com>
Date:   Sat Feb 13 20:30:36 2016 +0000

omapdrm_pvr: SGX kernel mode driver v1.14 for all TI SoCs

Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 .../powervr-drivers/omapdrm-pvr_1.14.3699939.bb    |   34 ++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.14.3699939.bb b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.14.3699939.bb
new file mode 100644
index 0000000..e6e4e5d
--- /dev/null
+++ b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.14.3699939.bb
@@ -0,0 +1,34 @@
+DESCRIPTION =  "Kernel drivers for the PowerVR SGX chipset found in the TI SoCs"
+HOMEPAGE = "https://git.ti.com/graphics/omap5-sgx-ddk-linux"
+LICENSE = "MIT | GPLv2"
+LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=74506d9b8e5edbce66c2747c50fcef12"
+
+inherit module
+
+COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15"
+
+MACHINE_KERNEL_PR_append = "i"
+PR = "${MACHINE_KERNEL_PR}"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+BRANCH = "ti-img-sgx/${PV}/k4.1"
+
+SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}"
+S = "${WORKDIR}/git"
+
+SRCREV = "fed0756f1b8b9d526da2821635c7d742989d47c3"
+
+TARGET_PRODUCT_omap-a15 = "jacinto6evm"
+TARGET_PRODUCT_ti33x = "ti335x"
+TARGET_PRODUCT_ti43x = "ti437x"
+
+EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" TARGET_PRODUCT=${TARGET_PRODUCT}'
+
+do_compile_prepend() {
+    cd ${S}/eurasia_km/eurasiacon/build/linux2/omap_linux
+}
+
+do_install() {
+    make -C ${STAGING_KERNEL_DIR} SUBDIRS=${B}/eurasia_km/eurasiacon/binary2_omap_linux_release/target/kbuild INSTALL_MOD_PATH=${D} PREFIX=${STAGING_DIR_HOST} modules_install
+}



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

* Anand Balagopalakrishnan : omapdrm_pvr: SGX kernel mode driver v1. 14 for all TI SoCs
@ 2016-02-15 22:27 Arago Project git
  0 siblings, 0 replies; 2+ messages in thread
From: Arago Project git @ 2016-02-15 22:27 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: fido
Commit: e64d04812d46afaef60483a2c97bb708fff7c42e
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=e64d04812d46afaef60483a2c97bb708fff7c42e

Author: Anand Balagopalakrishnan <anandb@ti.com>
Date:   Sat Feb 13 20:30:36 2016 +0000

omapdrm_pvr: SGX kernel mode driver v1.14 for all TI SoCs

Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 .../powervr-drivers/omapdrm-pvr_1.14.3699939.bb    |   34 ++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.14.3699939.bb b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.14.3699939.bb
new file mode 100644
index 0000000..e6e4e5d
--- /dev/null
+++ b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.14.3699939.bb
@@ -0,0 +1,34 @@
+DESCRIPTION =  "Kernel drivers for the PowerVR SGX chipset found in the TI SoCs"
+HOMEPAGE = "https://git.ti.com/graphics/omap5-sgx-ddk-linux"
+LICENSE = "MIT | GPLv2"
+LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=74506d9b8e5edbce66c2747c50fcef12"
+
+inherit module
+
+COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15"
+
+MACHINE_KERNEL_PR_append = "i"
+PR = "${MACHINE_KERNEL_PR}"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+BRANCH = "ti-img-sgx/${PV}/k4.1"
+
+SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}"
+S = "${WORKDIR}/git"
+
+SRCREV = "fed0756f1b8b9d526da2821635c7d742989d47c3"
+
+TARGET_PRODUCT_omap-a15 = "jacinto6evm"
+TARGET_PRODUCT_ti33x = "ti335x"
+TARGET_PRODUCT_ti43x = "ti437x"
+
+EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" TARGET_PRODUCT=${TARGET_PRODUCT}'
+
+do_compile_prepend() {
+    cd ${S}/eurasia_km/eurasiacon/build/linux2/omap_linux
+}
+
+do_install() {
+    make -C ${STAGING_KERNEL_DIR} SUBDIRS=${B}/eurasia_km/eurasiacon/binary2_omap_linux_release/target/kbuild INSTALL_MOD_PATH=${D} PREFIX=${STAGING_DIR_HOST} modules_install
+}



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

end of thread, other threads:[~2016-02-15 22:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-15 22:27 Anand Balagopalakrishnan : omapdrm_pvr: SGX kernel mode driver v1. 14 for all TI SoCs Arago Project git
  -- strict thread matches above, loose matches on Subject: below --
2016-02-15 22:27 Arago Project git

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.