All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
To: <meta-ti@yoctoproject.org>
Subject: [rocko/master][PATCH 20/30] pcie-lld-rtos: Update to version 02.03.00.01 and added k3 support
Date: Thu, 27 Sep 2018 11:22:34 -0400	[thread overview]
Message-ID: <1538061764-54977-21-git-send-email-m-radhakrishnan2@ti.com> (raw)
In-Reply-To: <1538061764-54977-1-git-send-email-m-radhakrishnan2@ti.com>

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
 recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb b/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb
index 1b7218a..35a0cbc 100644
--- a/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb
+++ b/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb
@@ -3,9 +3,9 @@ SUMMARY = "TI RTOS low lever driver for Peripheral Interconnect Express (PCIE)"
 inherit ti-pdk
 
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://pcie.h;beginline=1;endline=34;md5=c094db055596498ba803933936611eb2"
+LIC_FILES_CHKSUM = "file://pcie.h;beginline=1;endline=34;md5=566a784d78790a716d641764d5d60b74"
 
-COMPATIBLE_MACHINE = "omap-a15|keystone|c66x"
+COMPATIBLE_MACHINE = "omap-a15|keystone|c66x|k3"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 PCIE_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/pcie-lld.git"
@@ -13,16 +13,19 @@ PCIE_LLD_GIT_PROTOCOL = "git"
 PCIE_LLD_GIT_BRANCH = "master"
 PCIE_LLD_GIT_DESTSUFFIX = "git/ti/drv/pcie"
 
-# Below commit ID corresponds to "DEV.PCIE_LLD.02.02.00.13"
-PCIE_LLD_SRCREV = "bf8d3a22c03a5f273321c284fa1737072eca3f77"
+# Below commit ID corresponds to "DEV.PCIE_LLD.02.03.00.01"
+PCIE_LLD_SRCREV = "61759fc238600e3d5506ce86db1f6b604334edf8"
 
 BRANCH = "${PCIE_LLD_GIT_BRANCH}"
 SRC_URI = "${PCIE_LLD_GIT_URI};destsuffix=${PCIE_LLD_GIT_DESTSUFFIX};protocol=${PCIE_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${PCIE_LLD_SRCREV}"
-PV = "02.02.00.13"
+PV = "02.03.00.01"
 PR = "r0"
 
+DEPENDS_append_k3 = " udma-lld-rtos \
+"
+
 S = "${WORKDIR}/${PCIE_LLD_GIT_DESTSUFFIX}"
 
 export PDK_PCIE_ROOT_PATH ="${WORKDIR}/build"
-- 
1.9.1



  parent reply	other threads:[~2018-09-27 15:23 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-27 15:22 [rocko/master][PATCH 00/30] RTOS patches for Procsdk 5.1 release Mahesh Radhakrishnan
2018-09-27 15:22 ` [rocko/master][PATCH 01/30] ti-pdk-bbclass: Checking for doxygen support in the correct manner Mahesh Radhakrishnan
2018-09-27 15:22 ` [rocko/master][PATCH 02/30] common-csl-ip: Update to version 03.03.00.12 Mahesh Radhakrishnan
2018-09-27 16:16   ` [EXTERNAL] " Jacob Stiffler
2018-09-27 16:52     ` Radhakrishnan, Mahesh
2018-09-27 15:22 ` [rocko/master][PATCH 03/30] osal: SRCREV update to 01.00.00.12.r1 Mahesh Radhakrishnan
2018-09-27 15:22 ` [rocko/master][PATCH 04/30] ti-pdk-build: Update to version 01.00.00.10A Mahesh Radhakrishnan
2018-09-27 15:22 ` [rocko/master][PATCH 05/30] uart-lld-rtos: Update to version 01.00.00.12 Mahesh Radhakrishnan
2018-09-27 15:22 ` [rocko/master][PATCH 06/30] board-rtos: Update to version 01.00.10.02 and added support to k3 Mahesh Radhakrishnan
2018-09-27 15:22 ` [rocko/master][PATCH 07/30] i2c-lld-rtos: Update to version 01.00.00.02 " Mahesh Radhakrishnan
2018-09-27 15:22 ` [rocko/master][PATCH 08/30] gpio-lld-rtos: Update to version 01.00.00.12 " Mahesh Radhakrishnan
2018-09-27 15:22 ` [rocko/master][PATCH 09/30] icss-emac-lld: Update to version 01.00.00.13 Mahesh Radhakrishnan
2018-09-27 15:22 ` [rocko/master][PATCH 10/30] emac-lld-rtos:Update to version 01.00.03.12A and added support to k3 Mahesh Radhakrishnan
2018-09-27 15:22 ` [rocko/master][PATCH 11/30] starterware: Update to version 02.01.01.08 Mahesh Radhakrishnan
2018-09-27 15:22 ` [rocko/master][PATCH 12/30] mmcsd-lld-rtos: Update to version 01.00.00.13 and added k3 support Mahesh Radhakrishnan
2018-09-27 15:22 ` [rocko/master][PATCH 13/30] mcasp-lld-rtos: Update to 01.00.00.11A Mahesh Radhakrishnan
2018-09-27 15:22 ` [rocko/master][PATCH 14/30] fatfs-rtos: Update to version 01.00.00.11 & added k3 support Mahesh Radhakrishnan
2018-09-27 15:22 ` [rocko/master][PATCH 15/30] mcbsp-lld-rtos: Update to version 01.00.00.11A Mahesh Radhakrishnan
2018-09-27 15:22 ` [rocko/master][PATCH 16/30] pa-lld: Update to version 03.00.02.07 Mahesh Radhakrishnan
2018-09-27 15:22 ` [rocko/master][PATCH 17/30] pm-lld-rtos: Update to version 01.04.00.05B and k3 support Mahesh Radhakrishnan
2018-09-27 16:32   ` [EXTERNAL] " Jacob Stiffler
2018-09-27 16:40     ` Denys Dmytriyenko
2018-09-27 15:22 ` [rocko/master][PATCH 18/30] udma-lld-rtos: Added support for udma-lld on rtos (initial version) Mahesh Radhakrishnan
2018-09-27 16:34   ` [EXTERNAL] " Jacob Stiffler
2018-09-27 19:11     ` Radhakrishnan, Mahesh
2018-09-27 19:15       ` Denys Dmytriyenko
2018-09-27 15:22 ` [rocko/master][PATCH 19/30] spi-lld-rtos: Update to version 01.00.00.12A and added k3 support Mahesh Radhakrishnan
2018-09-27 15:22 ` Mahesh Radhakrishnan [this message]
2018-09-27 15:22 ` [rocko/master][PATCH 21/30] pruss-lld: pruss-lld-rtos: Update to version 01.00.00.11 and added k3 support for rtos Mahesh Radhakrishnan
2018-09-27 15:22 ` [rocko/master][PATCH 22/30] sa-lld: sa-lld-rtos: Updated to version 04.00.00.00A, added k3 support and makefile build for k3 Mahesh Radhakrishnan
2018-09-27 15:22 ` [rocko/master][PATCH 23/30] transport-rtos: nimu-rtos: Updated to version 01.00.00.13 & added k3 support Mahesh Radhakrishnan
2018-09-27 15:22 ` [rocko/master][PATCH 24/30] sciclient-rtos: SRCREV update Mahesh Radhakrishnan
2018-09-27 15:22 ` [rocko/master][PATCH 25/30] usb-lld-rtos: update to versin 01.00.00.15A and added k3 support Mahesh Radhakrishnan
2018-09-27 15:22 ` [rocko/master][PATCH 26/30] profiling-rtos: Update to version 01.00.00.07 " Mahesh Radhakrishnan
2018-09-27 15:22 ` [rocko/master][PATCH 27/30] vps-lld-rtos: Updated to version 01.00.01.13 Mahesh Radhakrishnan
2018-09-27 15:22 ` [rocko/master][PATCH 28/30] ti-ndk: Upgrading to 3.40.01.01 Mahesh Radhakrishnan
2018-09-27 15:22 ` [rocko/master][PATCH 29/30] ti-ns: Adding support for TI network services Mahesh Radhakrishnan
2018-09-27 15:22 ` [rocko/master][PATCH 30/30] cmb-addon: Update to version 01.01.00.02 Mahesh Radhakrishnan
2018-09-27 19:59 ` [EXTERNAL] [rocko/master][PATCH 00/30] RTOS patches for Procsdk 5.1 release Jacob Stiffler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1538061764-54977-21-git-send-email-m-radhakrishnan2@ti.com \
    --to=m-radhakrishnan2@ti.com \
    --cc=meta-ti@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.