All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 01/37] bcp-lld-rtos: Added RTOS recipe for bcp-lld
@ 2017-07-18 23:03 Mahesh Radhakrishnan
  2017-07-18 23:03 ` [PATCH v2 02/37] tcp3d-lld-rtos: Added rtos recipe for tcp3d-lld Mahesh Radhakrishnan
                   ` (36 more replies)
  0 siblings, 37 replies; 64+ messages in thread
From: Mahesh Radhakrishnan @ 2017-07-18 23:03 UTC (permalink / raw)
  To: meta-ti

Upstreaming the RTOS recipe for Bit Coprocessor LLD drvier

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---

v2 - Renaming DESCRIPTION to SUMMARY

 recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb | 34 +++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb

diff --git a/recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb b/recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb
new file mode 100644
index 0000000..a2de77c
--- /dev/null
+++ b/recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb
@@ -0,0 +1,34 @@
+SUMMARY = "TI Bit Coprocessor (BCP) low level driver "
+
+inherit ti-pdk
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://bcp.h;beginline=1;endline=40;md5=4f6e6128dd075a89548c0287a39b8896"
+
+COMPATIBLE_MACHINE = "k2hk-evm|k2l-evm|c667x-evm"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+BCP_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/bcp-lld.git"
+BCP_LLD_GIT_PROTOCOL = "git"
+BCP_LLD_GIT_BRANCH = "master"
+BCP_LLD_GIT_DESTSUFFIX = "git/ti/drv/bcp"
+
+# Below commit ID corresponds to "DEV.BCP_LLD.02.01.00.06"
+BCP_LLD_SRCREV = "44e2ffcb6fd236c41f7ea8f9a1684833f5361daa"
+
+BRANCH = "${BCP_LLD_GIT_BRANCH}"
+SRC_URI = "${BCP_LLD_GIT_URI};destsuffix=${BCP_LLD_GIT_DESTSUFFIX};protocol=${BCP_LLD_GIT_PROTOCOL};branch=${BRANCH}"
+
+SRCREV = "${BCP_LLD_SRCREV}"
+PV = "02.01.00.06"
+PR = "r0"
+
+S = "${WORKDIR}/${BCP_LLD_GIT_DESTSUFFIX}"
+
+DEPENDS_append = " qmss-lld-rtos \
+                   cppi-lld-rtos \
+"
+
+# HTML doc link params
+PDK_COMP_LINK_TEXT = "BCP LLD"
+
-- 
1.9.1



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

end of thread, other threads:[~2017-09-26 18:31 UTC | newest]

Thread overview: 64+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-18 23:03 [PATCH v2 01/37] bcp-lld-rtos: Added RTOS recipe for bcp-lld Mahesh Radhakrishnan
2017-07-18 23:03 ` [PATCH v2 02/37] tcp3d-lld-rtos: Added rtos recipe for tcp3d-lld Mahesh Radhakrishnan
2017-07-27 23:38   ` Denys Dmytriyenko
2017-07-18 23:03 ` [PATCH v2 03/37] fftc-lld-rtos: Added rtos recipe for fftc-lld Mahesh Radhakrishnan
2017-07-18 23:03 ` [PATCH v2 04/37] faultmanagement-rtos: Added rtos recipe for faultmanagement Mahesh Radhakrishnan
2017-07-18 23:03 ` [PATCH v2 05/37] mmcsd-lld-rtos: Add rtos recipe for mmcsd-lld Mahesh Radhakrishnan
2017-07-18 23:03 ` [PATCH v2 06/37] fatfs-rtos: Added fatfs recipe for rtos Mahesh Radhakrishnan
2017-07-18 23:03 ` [PATCH v2 07/37] gpio-lld-rtos: Added rtos recipe for gpio lld Mahesh Radhakrishnan
2017-07-18 23:03 ` [PATCH v2 08/37] gpmc-lld-rtos: Added rtos recipe for gpmc-lld Mahesh Radhakrishnan
2017-07-18 23:03 ` [PATCH v2 09/37] i2c-lld-rtos: Add rtos recipe for i2c-lld Mahesh Radhakrishnan
2017-07-18 23:03 ` [PATCH v2 10/37] uart-lld-rtos: Added rtos recipe for uart-lld Mahesh Radhakrishnan
2017-07-28 17:14   ` Denys Dmytriyenko
2017-07-18 23:03 ` [PATCH v2 11/37] mcbsp-lld-rtos: Added rtos recipe for mcbsp-lld Mahesh Radhakrishnan
2017-07-18 23:03 ` [PATCH v2 12/37] mcasp-lld-rtos: Added rtos recipe for mcasp-lld Mahesh Radhakrishnan
2017-07-18 23:03 ` [PATCH v2 13/37] pcie-lld-rtos: Added rtos recipe for pcie-lld Mahesh Radhakrishnan
2017-07-18 23:03 ` [PATCH v2 14/37] profiling-rtos: Add rtos recipe for profiling Mahesh Radhakrishnan
2017-07-18 23:03 ` [PATCH v2 15/37] tsip-lld-rtos: Add rtos recipe for tsip-lld Mahesh Radhakrishnan
2017-07-18 23:03 ` [PATCH v2 16/37] srio-lld-rtos:Add rtos recipe for srio-lld Mahesh Radhakrishnan
2017-07-18 23:03 ` [PATCH v2 17/37] hyplnk-lld-rtos: Add rtos recipe for hyplnk-lld Mahesh Radhakrishnan
2017-07-18 23:03 ` [PATCH v2 18/37] spi-lld-rtos: Add rtos recipe for spi-lld Mahesh Radhakrishnan
2017-07-18 23:03 ` [PATCH v2 19/37] pa-lld-rtos: Added rtos recipe for pa-lld Mahesh Radhakrishnan
2017-07-18 23:03 ` [PATCH v2 20/37] sa-lld-rtos: Added rtos recipe for sa-lld Mahesh Radhakrishnan
2017-07-18 23:03 ` [PATCH v2 21/37] aif2-lld-rtos: Added RTOS recipe for aif2-lld Mahesh Radhakrishnan
2017-07-18 23:03 ` [PATCH v2 22/37] dfe-lld-rtos: Added RTOS recipe for dfe-lld Mahesh Radhakrishnan
2017-07-18 23:03 ` [PATCH v2 23/37] iqn2-lld-rtos: Adding rtos recipe for iqn2-lld Mahesh Radhakrishnan
2017-07-18 23:03 ` [PATCH v2 24/37] usb-lld-rtos: Added rtos recipe for usb-lld Mahesh Radhakrishnan
2017-07-18 23:03 ` [PATCH v2 25/37] pm-lld-rtos: Adding rtos recipe for pm-lld Mahesh Radhakrishnan
2017-08-24 19:51   ` Denys Dmytriyenko
2017-08-31 20:24     ` Radhakrishnan, Mahesh
2017-09-18 18:03     ` Radhakrishnan, Mahesh
2017-09-26 18:15       ` Denys Dmytriyenko
2017-07-18 23:03 ` [PATCH v2 26/37] ti-pdk-setup: Add ti-pdk-setup recipe Mahesh Radhakrishnan
2017-08-24 19:53   ` Denys Dmytriyenko
2017-07-18 23:03 ` [PATCH v2 27/37] pruss-lld: Add rtos recipe & update the version to 1.0.0.7 Mahesh Radhakrishnan
2017-08-24 19:55   ` Denys Dmytriyenko
2017-09-18 20:25     ` Radhakrishnan, Mahesh
2017-07-18 23:03 ` [PATCH v2 28/37] nwal-lld-rtos: Add rtos recipe for nwal Mahesh Radhakrishnan
2017-07-18 23:03 ` [PATCH v2 29/37] serdes-diag-rtos: Add rtos recipe for serdes-diag Mahesh Radhakrishnan
2017-07-18 23:03 ` [PATCH v2 30/37] icss-emac-lld-rtos: Added rtos recipe for icss-emac-lld Mahesh Radhakrishnan
2017-08-24 21:50   ` Denys Dmytriyenko
2017-09-18 21:08     ` Radhakrishnan, Mahesh
2017-07-18 23:03 ` [PATCH v2 31/37] board-rtos: Added board-rtos recipe Mahesh Radhakrishnan
2017-08-24 20:02   ` Denys Dmytriyenko
2017-09-18 20:54     ` Radhakrishnan, Mahesh
2017-07-18 23:03 ` [PATCH v2 32/37] emac-lld-rtos: Added emac-lld-rtos recipe Mahesh Radhakrishnan
2017-08-24 20:04   ` Denys Dmytriyenko
2017-07-18 23:03 ` [PATCH v2 33/37] vps-lld-rtos: Added rtos recipe for vps-lld Mahesh Radhakrishnan
2017-08-24 20:06   ` Denys Dmytriyenko
2017-09-18 20:46     ` Radhakrishnan, Mahesh
2017-07-18 23:03 ` [PATCH v2 34/37] ti-ndk: Adding recipe for ti-ndk Mahesh Radhakrishnan
2017-07-27 13:49   ` Jacob Stiffler
2017-08-24 20:08   ` Denys Dmytriyenko
2017-09-18 20:30     ` Radhakrishnan, Mahesh
2017-07-18 23:03 ` [PATCH v2 35/37] transport-rtos: Added transport recipes(bmet, nimu, nimu-icss) for rtos Mahesh Radhakrishnan
2017-08-24 20:11   ` Denys Dmytriyenko
2017-09-18 20:40     ` Radhakrishnan, Mahesh
2017-09-26 18:31       ` Denys Dmytriyenko
2017-07-18 23:03 ` [PATCH v2 36/37] cmb-addon-rtos: Adding CMB rtos recipe Mahesh Radhakrishnan
2017-08-24 20:13   ` Denys Dmytriyenko
2017-09-18 20:57     ` Radhakrishnan, Mahesh
2017-07-18 23:03 ` [PATCH v2 37/37] audk2g-addon-rtos: Adding rtos recipe for audio addons for k2g Mahesh Radhakrishnan
2017-08-24 20:13   ` Denys Dmytriyenko
2017-09-18 21:05     ` Radhakrishnan, Mahesh
2017-07-27 13:56 ` [PATCH v2 01/37] bcp-lld-rtos: Added RTOS recipe for bcp-lld Jacob Stiffler

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.