All of lore.kernel.org
 help / color / mirror / Atom feed
* [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release
@ 2019-03-21 13:15 Mahesh Radhakrishnan
  2019-03-21 13:15 ` [rocko/master][PATCH 01/29] board-rtos: SRCREV bump to 01.00.10.04, added dependency on osal-rtos for all targets Mahesh Radhakrishnan
                   ` (29 more replies)
  0 siblings, 30 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:15 UTC (permalink / raw)
  To: meta-ti

RTOS driver patches for 5.3 release

Mahesh Radhakrishnan (29):
  board-rtos: SRCREV bump to 01.00.10.04, added dependency on osal-rtos
    for all targets
  common-csl-rtos:SRCREV bump to 03.03.00.14B
  emac-lld-rtos: SRCREV bump to 01.00.03.14A
  fatfs-rtos: SRCREV update to 01.00.00.13, added osal-rtos dependency
  gpio-lld-rtos: SRCREV updater to 01.00.00.14
  gpmc-lld-rtos:SRCREV udpate to 01.00.00.03A
  i2c-lld-rtos: SRCREV update to 01.00.00.14
  icss-emac-lld: SRCREV update to 01.00.00.15
  mcasp-lld-rtos: SRCREV update to 01.01.00.13
  mcbsp-lld-rtos: SRCREV update to 01.00.00.12
  mmcsd-lld-rtos: SRCREV update to 01.00.00.15
  osal: SRCREV update to 01.00.00.14A
  pcie-lld-rtos: SRCREV update to 02.03.00.03
  pm-lld-rtos: SRCREV update to 01.08.00.21 & 01.04.00.05C (for
    ti33x,ti43x,k2g)
  pruss-lld:SRCREV update to 01.00.00.13
  sa-lld: SRCREV update to 04.00.00.02, added osal-rtos dependency for
    rtos
  sciclient-rtos: SRCREV update to 01.00.00.02A
  spi-lld-rtos: SRCREV update to 01.00.00.14A
  starterware:SRCREV update to 02.01.01.10, added dependency to
    ti-xdctools-native
  transport: SRCREV update to 01.00.00.15
  uart-lld-rtos: SRCREV update to 01.00.00.14
  udma-lld-rtos: SRCREV update to 01.00.00.02
  usb-lld-rtos: SRCREV update to 01.00.00.17
  profiling-rtos: SRCREV update to 01.00.00.08
  vps-lld-rtos: SRCREV update to 01.00.01.13A
  dsplib: Recipe enhancements to facilitate AUTOREV
  mathlib: Enhancements to facilitate AUTOREV
  swtools: Enhancements to facilitate AUTOREV
  ti-pdk-build-rtos: SRCREV update to 01.00.00.12

 recipes-bsp/board-rtos/board-rtos_git.bb         | 12 +++++-------
 recipes-bsp/common-csl-ip/common-csl-ip.inc      |  6 +++---
 recipes-bsp/emac-lld/emac-lld-rtos_git.bb        |  6 +++---
 recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb         | 10 ++++++----
 recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb        |  6 +++---
 recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb        |  6 +++---
 recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb          |  9 ++++++---
 recipes-bsp/icss-emac-lld/icss-emac-lld.inc      |  6 +++---
 recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb      |  6 +++---
 recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb      |  6 +++---
 recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb      |  6 +++---
 recipes-bsp/osal/osal.inc                        |  6 +++---
 recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb        |  6 +++---
 recipes-bsp/pm-lld/pm-lld-rtos_git.bb            | 14 +++++++-------
 recipes-bsp/pruss-lld/pruss-lld.inc              |  6 +++---
 recipes-bsp/sa-lld/sa-lld-rtos_git.bb            |  2 +-
 recipes-bsp/sa-lld/sa-lld.inc                    |  6 +++---
 recipes-bsp/sciclient/sciclient-rtos_git.bb      |  6 +++---
 recipes-bsp/spi-lld/spi-lld-rtos_git.bb          |  6 +++---
 recipes-bsp/starterware/starterware-rtos_git.bb  |  2 +-
 recipes-bsp/starterware/starterware.inc          |  6 +++---
 recipes-bsp/transport-rtos/transport.inc         |  6 +++---
 recipes-bsp/uart-lld/uart-lld-rtos_git.bb        |  8 ++++----
 recipes-bsp/udma-lld/udma-lld-rtos_git.bb        |  6 +++---
 recipes-bsp/usb-lld/usb-lld-rtos_git.bb          |  6 +++---
 recipes-bsp/utils-rtos/profiling-rtos_git.bb     |  6 +++---
 recipes-bsp/vps-lld/vps-lld-rtos_git.bb          |  6 +++---
 recipes-ti/dsplib/dsplib.inc                     | 12 +++++++++---
 recipes-ti/mathlib/mathlib.inc                   | 12 +++++++++---
 recipes-ti/swtools/swtools_git.bb                | 15 +++++++++++----
 recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb |  6 +++---
 31 files changed, 122 insertions(+), 100 deletions(-)

-- 
1.9.1



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

* [rocko/master][PATCH 01/29] board-rtos: SRCREV bump to 01.00.10.04, added dependency on osal-rtos for all targets
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
@ 2019-03-21 13:15 ` Mahesh Radhakrishnan
  2019-03-21 13:15 ` [rocko/master][PATCH 02/29] common-csl-rtos:SRCREV bump to 03.03.00.14B Mahesh Radhakrishnan
                   ` (28 subsequent siblings)
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:15 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
 recipes-bsp/board-rtos/board-rtos_git.bb | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/recipes-bsp/board-rtos/board-rtos_git.bb b/recipes-bsp/board-rtos/board-rtos_git.bb
index d6b5ddc..75d8cc3 100644
--- a/recipes-bsp/board-rtos/board-rtos_git.bb
+++ b/recipes-bsp/board-rtos/board-rtos_git.bb
@@ -12,23 +12,23 @@ BOARD_GIT_URI = "git://git.ti.com/keystone-rtos/board.git"
 BOARD_GIT_PROTOCOL = "git"
 BOARD_GIT_BRANCH = "master"
 
-# Below commit ID corresponds to "DEV.BOARD.01.00.10.03A"
-BOARD_SRCREV = "ad6c58a9026e8ae91d438d07883fc07a7e80186d"
+# Below commit ID corresponds to "DEV.BOARD.01.00.10.04"
+BOARD_SRCREV = "ebad99b91a1b6bee0eac29a3bfd9e81b1d05dfdc"
 
 BRANCH ="${BOARD_GIT_BRANCH}"
 SRC_URI = "${BOARD_GIT_URI};protocol=${BOARD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${BOARD_SRCREV}"
-PV = "01.00.10.03A"
+PV = "01.00.10.04"
 PR = "r0"
 
 DEPENDS_append = " i2c-lld-rtos \
                    spi-lld-rtos \
                    uart-lld-rtos \
+                   osal-rtos \
 "
 
-DEPENDS_append_omap-a15 = " osal-rtos \
-                            ti-ndk \
+DEPENDS_append_omap-a15 = " ti-ndk \
                             mmcsd-lld-rtos \
                             pm-lld-rtos \
 "
@@ -43,7 +43,6 @@ DEPENDS_append_ti33x = " gpio-lld-rtos \
                          gpmc-lld-rtos \
                          icss-emac-lld-rtos \
                          mmcsd-lld-rtos \
-                         osal-rtos \
                          pruss-lld-rtos \
                          starterware-rtos \
                          ti-ndk \
@@ -53,7 +52,6 @@ DEPENDS_append_ti43x = " gpio-lld-rtos \
                          gpmc-lld-rtos \
                          icss-emac-lld-rtos \
                          mmcsd-lld-rtos \
-                         osal-rtos \
                          pruss-lld-rtos \
                          starterware-rtos \
                          ti-ndk \
-- 
1.9.1



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

* [rocko/master][PATCH 02/29] common-csl-rtos:SRCREV bump to 03.03.00.14B
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
  2019-03-21 13:15 ` [rocko/master][PATCH 01/29] board-rtos: SRCREV bump to 01.00.10.04, added dependency on osal-rtos for all targets Mahesh Radhakrishnan
@ 2019-03-21 13:15 ` Mahesh Radhakrishnan
  2019-03-21 13:15 ` [rocko/master][PATCH 03/29] emac-lld-rtos: SRCREV bump to 01.00.03.14A Mahesh Radhakrishnan
                   ` (27 subsequent siblings)
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:15 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
 recipes-bsp/common-csl-ip/common-csl-ip.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc
index 5d84d41..20c89b6 100644
--- a/recipes-bsp/common-csl-ip/common-csl-ip.inc
+++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
 
 COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1"
 
-PV = "03.03.00.14"
+PV = "03.03.00.14B"
 INC_PR = "r0"
 PE = "1"
 
@@ -13,8 +13,8 @@ CSL_GIT_PROTOCOL ="git"
 CSL_GIT_BRANCH = "release"
 CSL_GIT_DESTSUFFIX = "git"
 
-# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.14"
-CSL_SRCREV = "9112e708c40f7d8772492f9deb71f6448985bcb1"
+# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.14B"
+CSL_SRCREV = "93a5bf5f9708d4654ba70df1b13d920b4782d71e"
 
 BRANCH="${CSL_GIT_BRANCH}"
 SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}"
-- 
1.9.1



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

* [rocko/master][PATCH 03/29] emac-lld-rtos: SRCREV bump to 01.00.03.14A
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
  2019-03-21 13:15 ` [rocko/master][PATCH 01/29] board-rtos: SRCREV bump to 01.00.10.04, added dependency on osal-rtos for all targets Mahesh Radhakrishnan
  2019-03-21 13:15 ` [rocko/master][PATCH 02/29] common-csl-rtos:SRCREV bump to 03.03.00.14B Mahesh Radhakrishnan
@ 2019-03-21 13:15 ` Mahesh Radhakrishnan
  2019-03-21 13:15 ` [rocko/master][PATCH 04/29] fatfs-rtos: SRCREV update to 01.00.00.13, added osal-rtos dependency Mahesh Radhakrishnan
                   ` (26 subsequent siblings)
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:15 UTC (permalink / raw)
  To: meta-ti

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

diff --git a/recipes-bsp/emac-lld/emac-lld-rtos_git.bb b/recipes-bsp/emac-lld/emac-lld-rtos_git.bb
index f7a2e80..9a54acb 100644
--- a/recipes-bsp/emac-lld/emac-lld-rtos_git.bb
+++ b/recipes-bsp/emac-lld/emac-lld-rtos_git.bb
@@ -12,14 +12,14 @@ EMAC_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/emac-lld.git"
 EMAC_LLD_GIT_PROTOCOL = "git"
 EMAC_LLD_GIT_BRANCH = "master"
 
-# Below commit ID corresponds to "DEV.EMAC_LLD.01.00.03.13C"
-EMAC_LLD_SRCREV = "e37ab39f3fa7ed7c9266e220e584c1097c32fcff"
+# Below commit ID corresponds to "DEV.EMAC_LLD.01.00.03.14A"
+EMAC_LLD_SRCREV = "8e0692ea7c72da27e137d91711abee98f107a936"
 
 BRANCH ="${EMAC_LLD_GIT_BRANCH}"
 SRC_URI = "${EMAC_LLD_GIT_URI};protocol=${EMAC_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${EMAC_LLD_SRCREV}"
-PV = "01.00.03.13C"
+PV = "01.00.03.14"
 PR = "r0"
 
 DEPENDS_append = " board-rtos osal-rtos"
-- 
1.9.1



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

* [rocko/master][PATCH 04/29] fatfs-rtos: SRCREV update to 01.00.00.13, added osal-rtos dependency
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (2 preceding siblings ...)
  2019-03-21 13:15 ` [rocko/master][PATCH 03/29] emac-lld-rtos: SRCREV bump to 01.00.03.14A Mahesh Radhakrishnan
@ 2019-03-21 13:15 ` Mahesh Radhakrishnan
  2019-03-21 13:15 ` [rocko/master][PATCH 05/29] gpio-lld-rtos: SRCREV updater to 01.00.00.14 Mahesh Radhakrishnan
                   ` (25 subsequent siblings)
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:15 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
 recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb b/recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb
index 2628ad0..353d9a1 100644
--- a/recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb
+++ b/recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb
@@ -12,17 +12,19 @@ FATFS_GIT_URI = "git://git.ti.com/keystone-rtos/fatfs.git"
 FATFS_GIT_PROTOCOL = "git"
 FATFS_GIT_BRANCH = "master"
 
-# Below commit ID corresponds to "DEV.FATFS_LLD.01.00.00.12A"
-FATFS_SRCREV = "0eef7635311646b74b84375e50c7e2dfdb33ed5e"
+# Below commit ID corresponds to "DEV.FATFS_LLD.01.00.00.13"
+FATFS_SRCREV = "33735fe2575b433bbe6495839f3a69ccef66ce2f"
 
 BRANCH = "${FATFS_GIT_BRANCH}"
 SRC_URI = "${FATFS_GIT_URI};protocol=${FATFS_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${FATFS_SRCREV}"
-PV = "01.00.00.12A"
+PV = "01.00.00.13"
 PR = "r0"
 
-DEPENDS_append = " mmcsd-lld-rtos"
+DEPENDS_append = " mmcsd-lld-rtos \
+                   osal-rtos \
+"
 
 # Build with make instead of XDC
 TI_PDK_XDCMAKE = "0"
-- 
1.9.1



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

* [rocko/master][PATCH 05/29] gpio-lld-rtos: SRCREV updater to 01.00.00.14
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (3 preceding siblings ...)
  2019-03-21 13:15 ` [rocko/master][PATCH 04/29] fatfs-rtos: SRCREV update to 01.00.00.13, added osal-rtos dependency Mahesh Radhakrishnan
@ 2019-03-21 13:15 ` Mahesh Radhakrishnan
  2019-03-21 13:15 ` [rocko/master][PATCH 06/29] gpmc-lld-rtos:SRCREV udpate to 01.00.00.03A Mahesh Radhakrishnan
                   ` (24 subsequent siblings)
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:15 UTC (permalink / raw)
  To: meta-ti

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

diff --git a/recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb b/recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb
index 508cca9..d37583f 100644
--- a/recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb
+++ b/recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb
@@ -13,14 +13,14 @@ GPIO_LLD_GIT_PROTOCOL = "git"
 GPIO_LLD_GIT_BRANCH = "master"
 GPIO_LLD_GIT_DESTSUFFIX = "git/ti/drv/gpio"
 
-# Below commit ID corresponds to "DEV.GPIO_LLD.01.00.00.13A"
-GPIO_LLD_SRCREV = "74c3b87c0cd6e25e3f830c74e20264f5eb776bce"
+# Below commit ID corresponds to "DEV.GPIO_LLD.01.00.00.14"
+GPIO_LLD_SRCREV = "44d3cfcd49bfffe4d02d61c541398db3ffac7ef3"
 
 BRANCH = "${GPIO_LLD_GIT_BRANCH}"
 SRC_URI = "${GPIO_LLD_GIT_URI};destsuffix=${GPIO_LLD_GIT_DESTSUFFIX};protocol=${GPIO_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${GPIO_LLD_SRCREV}"
-PV = "01.00.00.13A"
+PV = "01.00.00.14"
 PR = "r0"
 
 S = "${WORKDIR}/${GPIO_LLD_GIT_DESTSUFFIX}"
-- 
1.9.1



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

* [rocko/master][PATCH 06/29] gpmc-lld-rtos:SRCREV udpate to 01.00.00.03A
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (4 preceding siblings ...)
  2019-03-21 13:15 ` [rocko/master][PATCH 05/29] gpio-lld-rtos: SRCREV updater to 01.00.00.14 Mahesh Radhakrishnan
@ 2019-03-21 13:15 ` Mahesh Radhakrishnan
  2019-03-21 13:15 ` [rocko/master][PATCH 07/29] i2c-lld-rtos: SRCREV update to 01.00.00.14 Mahesh Radhakrishnan
                   ` (23 subsequent siblings)
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:15 UTC (permalink / raw)
  To: meta-ti

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

diff --git a/recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb b/recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb
index 912a797..b9f0088 100644
--- a/recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb
+++ b/recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb
@@ -12,14 +12,14 @@ GPMC_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/gpmc-lld.git"
 GPMC_LLD_GIT_PROTOCOL = "git"
 GPMC_LLD_GIT_BRANCH = "master"
 
-# Below commit ID corresponds to "DEV.GPMC_LLD.01.00.00.02"
-GPMC_LLD_SRCREV = "320b18c703f70e01ea1b487c7bf9c4e08e7ae2df"
+# Below commit ID corresponds to "DEV.GPMC_LLD.01.00.00.03A"
+GPMC_LLD_SRCREV = "9169c04d80fae0a50734527e54ec4f4f53c3a1ef"
 
 BRANCH = "${GPMC_LLD_GIT_BRANCH}"
 SRC_URI = "${GPMC_LLD_GIT_URI};protocol=${GPMC_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${GPMC_LLD_SRCREV}"
-PV = "01.00.00.02"
+PV = "01.00.00.03A"
 PR = "r0"
 
 DEPENDS_append = " osal-rtos \
-- 
1.9.1



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

* [rocko/master][PATCH 07/29] i2c-lld-rtos: SRCREV update to 01.00.00.14
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (5 preceding siblings ...)
  2019-03-21 13:15 ` [rocko/master][PATCH 06/29] gpmc-lld-rtos:SRCREV udpate to 01.00.00.03A Mahesh Radhakrishnan
@ 2019-03-21 13:15 ` Mahesh Radhakrishnan
  2019-03-21 13:15 ` [rocko/master][PATCH 08/29] icss-emac-lld: SRCREV update to 01.00.00.15 Mahesh Radhakrishnan
                   ` (22 subsequent siblings)
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:15 UTC (permalink / raw)
  To: meta-ti

Also added pruss-lld-rtos dependency for k2g

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
 recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb b/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb
index df32cc6..2b3931e 100644
--- a/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb
+++ b/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb
@@ -13,14 +13,14 @@ I2C_LLD_GIT_PROTOCOL = "git"
 I2C_LLD_GIT_BRANCH = "master"
 I2C_LLD_GIT_DESTSUFFIX = "git/ti/drv/i2c"
 
-# Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.13"
-I2C_LLD_SRCREV = "b9e3347623b29c8c6709c69a26caf465ffef5b92"
+# Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.14"
+I2C_LLD_SRCREV = "639374a5f9d9cf01f0e922063c13b579f6b1b908"
 
 BRANCH = "${I2C_LLD_GIT_BRANCH}"
 SRC_URI = "${I2C_LLD_GIT_URI};destsuffix=${I2C_LLD_GIT_DESTSUFFIX};protocol=${I2C_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${I2C_LLD_SRCREV}"
-PV = "01.00.00.13"
+PV = "01.00.00.14"
 PR = "r0"
 
 DEPENDS_append = " osal-rtos \
@@ -34,6 +34,9 @@ DEPENDS_append_ti43x = " starterware-rtos \
 DEPENDS_append_am57xx-evm = " pruss-lld-rtos \
 "
 
+DEPENDS_append_k2g = " pruss-lld-rtos \
+"
+
 # Build with make instead of XDC
 TI_PDK_XDCMAKE = "0"
 
-- 
1.9.1



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

* [rocko/master][PATCH 08/29] icss-emac-lld: SRCREV update to 01.00.00.15
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (6 preceding siblings ...)
  2019-03-21 13:15 ` [rocko/master][PATCH 07/29] i2c-lld-rtos: SRCREV update to 01.00.00.14 Mahesh Radhakrishnan
@ 2019-03-21 13:15 ` Mahesh Radhakrishnan
  2019-03-21 13:15 ` [rocko/master][PATCH 09/29] mcasp-lld-rtos: SRCREV update to 01.01.00.13 Mahesh Radhakrishnan
                   ` (21 subsequent siblings)
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:15 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
 recipes-bsp/icss-emac-lld/icss-emac-lld.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/icss-emac-lld/icss-emac-lld.inc b/recipes-bsp/icss-emac-lld/icss-emac-lld.inc
index 92b75a8..545ca61 100644
--- a/recipes-bsp/icss-emac-lld/icss-emac-lld.inc
+++ b/recipes-bsp/icss-emac-lld/icss-emac-lld.inc
@@ -9,14 +9,14 @@ ICSS_EMAC_LLD_GIT_PROTOCOL = "git"
 ICSS_EMAC_LLD_GIT_BRANCH = "master"
 ICSS_EMAC_LLD_GIT_DESTSUFFIX = "git/ti/drv/icss_emac"
 
-# Below commit ID corresponds to "DEV.ICSS_EMAC_LLD.01.00.00.14"
-ICSS_EMAC_LLD_SRCREV = "7541d801b2f1be93fd02511cdf2143b0a200cc36"
+# Below commit ID corresponds to "DEV.ICSS_EMAC_LLD.01.00.00.15"
+ICSS_EMAC_LLD_SRCREV = "bace1ce8030444b47723a7eec216228fc7a496b5"
 
 BRANCH = "${ICSS_EMAC_LLD_GIT_BRANCH}"
 SRC_URI = "${ICSS_EMAC_LLD_GIT_URI};destsuffix=${ICSS_EMAC_LLD_GIT_DESTSUFFIX};protocol=${ICSS_EMAC_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${ICSS_EMAC_LLD_SRCREV}"
-PV = "01.00.00.14"
+PV = "01.00.00.15"
 INC_PR = "r0"
 
 S = "${WORKDIR}/${ICSS_EMAC_LLD_GIT_DESTSUFFIX}"
-- 
1.9.1



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

* [rocko/master][PATCH 09/29] mcasp-lld-rtos: SRCREV update to 01.01.00.13
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (7 preceding siblings ...)
  2019-03-21 13:15 ` [rocko/master][PATCH 08/29] icss-emac-lld: SRCREV update to 01.00.00.15 Mahesh Radhakrishnan
@ 2019-03-21 13:15 ` Mahesh Radhakrishnan
  2019-03-21 13:15 ` [rocko/master][PATCH 10/29] mcbsp-lld-rtos: SRCREV update to 01.00.00.12 Mahesh Radhakrishnan
                   ` (20 subsequent siblings)
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:15 UTC (permalink / raw)
  To: meta-ti

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

diff --git a/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb b/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb
index 3238b30..0b10081 100644
--- a/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb
+++ b/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb
@@ -13,14 +13,14 @@ MCASP_LLD_GIT_PROTOCOL = "git"
 MCASP_LLD_GIT_BRANCH = "master"
 MCASP_LLD_GIT_DESTSUFFIX = "git/ti/drv/mcasp"
 
-# Below commit ID corresponds to "DEV.MCASP_LLD.01.01.00.12"
-MCASP_LLD_SRCREV = "6da2f3272832fe906a0b9fa405542fb83db0457b"
+# Below commit ID corresponds to "DEV.MCASP_LLD.01.01.00.13"
+MCASP_LLD_SRCREV = "81bb0c58f736485f9e15102f8396aea3ecec591e"
 
 BRANCH = "${MCASP_LLD_GIT_BRANCH}"
 SRC_URI = "${MCASP_LLD_GIT_URI};destsuffix=${MCASP_LLD_GIT_DESTSUFFIX};protocol=${MCASP_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${MCASP_LLD_SRCREV}"
-PV = "01.01.00.12"
+PV = "01.01.00.13"
 PR = "r0"
 
 S = "${WORKDIR}/${MCASP_LLD_GIT_DESTSUFFIX}"
-- 
1.9.1



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

* [rocko/master][PATCH 10/29] mcbsp-lld-rtos: SRCREV update to 01.00.00.12
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (8 preceding siblings ...)
  2019-03-21 13:15 ` [rocko/master][PATCH 09/29] mcasp-lld-rtos: SRCREV update to 01.01.00.13 Mahesh Radhakrishnan
@ 2019-03-21 13:15 ` Mahesh Radhakrishnan
  2019-03-21 13:15 ` [rocko/master][PATCH 11/29] mmcsd-lld-rtos: SRCREV update to 01.00.00.15 Mahesh Radhakrishnan
                   ` (19 subsequent siblings)
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:15 UTC (permalink / raw)
  To: meta-ti

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

diff --git a/recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb b/recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb
index 277ec13..10c782e 100644
--- a/recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb
+++ b/recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb
@@ -13,14 +13,14 @@ MCBSP_LLD_GIT_PROTOCOL = "git"
 MCBSP_LLD_GIT_BRANCH = "master"
 MCBSP_LLD_GIT_DESTSUFFIX = "git/ti/drv/mcbsp"
 
-# Below commit ID corresponds to "DEV.MCBSP_LLD.01.00.00.11A"
-MCBSP_LLD_SRCREV = "fb654c63ec9cf0c9b898a901abc176ecd9a06517"
+# Below commit ID corresponds to "DEV.MCBSP_LLD.01.00.00.12"
+MCBSP_LLD_SRCREV = "cd201419a8b4e4aefee6b9323d9a84f4ea467d6a"
 
 BRANCH = "${MCBSP_LLD_GIT_BRANCH}"
 SRC_URI = "${MCBSP_LLD_GIT_URI};destsuffix=${MCBSP_LLD_GIT_DESTSUFFIX};protocol=${MCBSP_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${MCBSP_LLD_SRCREV}"
-PV = "01.00.00.11A"
+PV = "01.00.00.12"
 PR = "r0"
 
 S = "${WORKDIR}/${MCBSP_LLD_GIT_DESTSUFFIX}"
-- 
1.9.1



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

* [rocko/master][PATCH 11/29] mmcsd-lld-rtos: SRCREV update to 01.00.00.15
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (9 preceding siblings ...)
  2019-03-21 13:15 ` [rocko/master][PATCH 10/29] mcbsp-lld-rtos: SRCREV update to 01.00.00.12 Mahesh Radhakrishnan
@ 2019-03-21 13:15 ` Mahesh Radhakrishnan
  2019-03-21 13:15 ` [rocko/master][PATCH 12/29] osal: SRCREV update to 01.00.00.14A Mahesh Radhakrishnan
                   ` (18 subsequent siblings)
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:15 UTC (permalink / raw)
  To: meta-ti

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

diff --git a/recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb b/recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb
index efa3c55..02e7a2d 100644
--- a/recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb
+++ b/recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb
@@ -13,14 +13,14 @@ MMCSD_LLD_GIT_PROTOCOL = "git"
 MMCSD_LLD_GIT_BRANCH = "master"
 MMCSD_LLD_GIT_DESTSUFFIX = "git/ti/drv/mmcsd"
 
-# Below commit ID corresponds to "DEV.MMCSD_LLD.01.00.00.14"
-MMCSD_LLD_SRCREV = "cdacb10f1f89ed8017172d2470c62997aef3a633"
+# Below commit ID corresponds to "DEV.MMCSD_LLD.01.00.00.15"
+MMCSD_LLD_SRCREV = "d2a3c3233193cddf4076a6065faa34fb48b59119"
 
 BRANCH = "${MMCSD_LLD_GIT_BRANCH}"
 SRC_URI = "${MMCSD_LLD_GIT_URI};destsuffix=${MMCSD_LLD_GIT_DESTSUFFIX};protocol=${MMCSD_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${MMCSD_LLD_SRCREV}"
-PV = "01.00.00.14"
+PV = "01.00.00.15"
 PR = "r0"
 
 S = "${WORKDIR}/${MMCSD_LLD_GIT_DESTSUFFIX}"
-- 
1.9.1



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

* [rocko/master][PATCH 12/29] osal: SRCREV update to 01.00.00.14A
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (10 preceding siblings ...)
  2019-03-21 13:15 ` [rocko/master][PATCH 11/29] mmcsd-lld-rtos: SRCREV update to 01.00.00.15 Mahesh Radhakrishnan
@ 2019-03-21 13:15 ` Mahesh Radhakrishnan
  2019-03-21 13:15 ` [rocko/master][PATCH 13/29] pcie-lld-rtos: SRCREV update to 02.03.00.03 Mahesh Radhakrishnan
                   ` (17 subsequent siblings)
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:15 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
 recipes-bsp/osal/osal.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/osal/osal.inc b/recipes-bsp/osal/osal.inc
index 978b89a..aacf0df 100644
--- a/recipes-bsp/osal/osal.inc
+++ b/recipes-bsp/osal/osal.inc
@@ -9,12 +9,12 @@ OSAL_GIT_PROTOCOL = "git"
 OSAL_GIT_BRANCH = "master"
 OSAL_GIT_DESTSUFFIX = "git/ti/osal"
 
-# Below commit ID corresponding to "DEV.OSAL.01.00.00.14"
-OSAL_SRCREV = "96a9ad7b42bfe4e212713a6753f23cad6c3b287b"
+# Below commit ID corresponding to "DEV.OSAL.01.00.00.14A"
+OSAL_SRCREV = "f57cf90ba4c7dff6a016f60f2e343d777f20e06e"
 
 BRANCH = "${OSAL_GIT_BRANCH}"
 SRC_URI = "${OSAL_GIT_URI};destsuffix=${OSAL_GIT_DESTSUFFIX};protocol=${OSAL_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${OSAL_SRCREV}"
-PV = "01.00.00.14"
+PV = "01.00.00.14A"
 INC_PR = "r0"
-- 
1.9.1



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

* [rocko/master][PATCH 13/29] pcie-lld-rtos: SRCREV update to 02.03.00.03
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (11 preceding siblings ...)
  2019-03-21 13:15 ` [rocko/master][PATCH 12/29] osal: SRCREV update to 01.00.00.14A Mahesh Radhakrishnan
@ 2019-03-21 13:15 ` Mahesh Radhakrishnan
  2019-03-21 13:15 ` [rocko/master][PATCH 14/29] pm-lld-rtos: SRCREV update to 01.08.00.21 & 01.04.00.05C (for ti33x, ti43x, k2g) Mahesh Radhakrishnan
                   ` (16 subsequent siblings)
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:15 UTC (permalink / raw)
  To: meta-ti

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

diff --git a/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb b/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb
index 2c57cbb..8aee7e4 100644
--- a/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb
+++ b/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb
@@ -13,14 +13,14 @@ 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.03.00.02"
-PCIE_LLD_SRCREV = "3c6e68d77778a2e655803b8aa1c2b8ac056518b2"
+# Below commit ID corresponds to "DEV.PCIE_LLD.02.03.00.03"
+PCIE_LLD_SRCREV = "202a89929d8da0ac923978145b4cc44cfafc12d5"
 
 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.03.00.02"
+PV = "02.03.00.03"
 PR = "r0"
 
 DEPENDS_append_k3 = " udma-lld-rtos \
-- 
1.9.1



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

* [rocko/master][PATCH 14/29] pm-lld-rtos: SRCREV update to 01.08.00.21 & 01.04.00.05C (for ti33x, ti43x, k2g)
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (12 preceding siblings ...)
  2019-03-21 13:15 ` [rocko/master][PATCH 13/29] pcie-lld-rtos: SRCREV update to 02.03.00.03 Mahesh Radhakrishnan
@ 2019-03-21 13:15 ` Mahesh Radhakrishnan
  2019-03-21 13:15 ` [rocko/master][PATCH 15/29] pruss-lld:SRCREV update to 01.00.00.13 Mahesh Radhakrishnan
                   ` (15 subsequent siblings)
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:15 UTC (permalink / raw)
  To: meta-ti

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

diff --git a/recipes-bsp/pm-lld/pm-lld-rtos_git.bb b/recipes-bsp/pm-lld/pm-lld-rtos_git.bb
index e11231a..33ed5ff 100644
--- a/recipes-bsp/pm-lld/pm-lld-rtos_git.bb
+++ b/recipes-bsp/pm-lld/pm-lld-rtos_git.bb
@@ -20,19 +20,19 @@ PM_LLD_GIT_BRANCH_k2g = "int_pm_am335x"
 
 PM_LLD_GIT_DESTSUFFIX = "git/ti/drv/pm"
 
-# Below commit ID corresponds to "DEV.PM_LLD.01.08.00.20"
-PM_LLD_SRCREV = "bcff5a6436275b225636e8604f8bb5c11c1bdb4c"
+# Below commit ID corresponds to "DEV.PM_LLD.01.08.00.21"
+PM_LLD_SRCREV = "73d6a8536a420de7e7c40a4f3fd49e9e3b93ac6a"
 
-# Below commit ID corresponds to "DEV.PM_LLD.01.04.00.05B"
-PM_LLD_SRCREV_ti33x = "bac16125842f08d05156dccabec74947756d831b"
-PM_LLD_SRCREV_ti43x = "bac16125842f08d05156dccabec74947756d831b"
-PM_LLD_SRCREV_k2g = "bac16125842f08d05156dccabec74947756d831b"
+# Below commit ID corresponds to "DEV.PM_LLD.01.04.00.05C"
+PM_LLD_SRCREV_ti33x = "dd1f8486e7738956631b7f4829c8238be2e49dd6"
+PM_LLD_SRCREV_ti43x = "dd1f8486e7738956631b7f4829c8238be2e49dd6"
+PM_LLD_SRCREV_k2g = "dd1f8486e7738956631b7f4829c8238be2e49dd6"
 
 BRANCH = "${PM_LLD_GIT_BRANCH}"
 SRC_URI = "${PM_LLD_GIT_URI};destsuffix=${PM_LLD_GIT_DESTSUFFIX};protocol=${PM_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${PM_LLD_SRCREV}"
-PV = "01.08.00.20"
+PV = "01.08.00.21"
 PR = "r0"
 
 S = "${WORKDIR}/${PM_LLD_GIT_DESTSUFFIX}"
-- 
1.9.1



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

* [rocko/master][PATCH 15/29] pruss-lld:SRCREV update to 01.00.00.13
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (13 preceding siblings ...)
  2019-03-21 13:15 ` [rocko/master][PATCH 14/29] pm-lld-rtos: SRCREV update to 01.08.00.21 & 01.04.00.05C (for ti33x, ti43x, k2g) Mahesh Radhakrishnan
@ 2019-03-21 13:15 ` Mahesh Radhakrishnan
  2019-03-21 13:16 ` [rocko/master][PATCH 16/29] sa-lld: SRCREV update to 04.00.00.02, added osal-rtos dependency for rtos Mahesh Radhakrishnan
                   ` (14 subsequent siblings)
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:15 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
 recipes-bsp/pruss-lld/pruss-lld.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/pruss-lld/pruss-lld.inc b/recipes-bsp/pruss-lld/pruss-lld.inc
index 2a63603..2480adf 100644
--- a/recipes-bsp/pruss-lld/pruss-lld.inc
+++ b/recipes-bsp/pruss-lld/pruss-lld.inc
@@ -9,13 +9,13 @@ PRUSS_LLD_GIT_PROTOCOL = "git"
 PRUSS_LLD_GIT_BRANCH = "master"
 PRUSS_LLD_GIT_DESTSUFFIX = "git/ti/drv/pruss"
 
-# Below commit ID corresponds to "DEV.PRUSS_LLD.01.00.00.12"
-PRUSS_LLD_SRCREV = "aa58dc96ad2d6bb2b3f4cbc105ff88e78420a767"
+# Below commit ID corresponds to "DEV.PRUSS_LLD.01.00.00.13"
+PRUSS_LLD_SRCREV = "21fee01370547a5a84076a50e66fe0d4f5dc51f2"
 
 BRANCH = "${PRUSS_LLD_GIT_BRANCH}"
 SRC_URI = "${PRUSS_LLD_GIT_URI};destsuffix=${PRUSS_LLD_GIT_DESTSUFFIX};protocol=${PRUSS_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${PRUSS_LLD_SRCREV}"
-PV = "01.00.00.12"
+PV = "01.00.00.13"
 INC_PR = "r0"
 
-- 
1.9.1



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

* [rocko/master][PATCH 16/29] sa-lld: SRCREV update to 04.00.00.02, added osal-rtos dependency for rtos
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (14 preceding siblings ...)
  2019-03-21 13:15 ` [rocko/master][PATCH 15/29] pruss-lld:SRCREV update to 01.00.00.13 Mahesh Radhakrishnan
@ 2019-03-21 13:16 ` Mahesh Radhakrishnan
  2019-03-21 13:16 ` [rocko/master][PATCH 17/29] sciclient-rtos: SRCREV update to 01.00.00.02A Mahesh Radhakrishnan
                   ` (13 subsequent siblings)
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:16 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
 recipes-bsp/sa-lld/sa-lld-rtos_git.bb | 2 +-
 recipes-bsp/sa-lld/sa-lld.inc         | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/sa-lld/sa-lld-rtos_git.bb b/recipes-bsp/sa-lld/sa-lld-rtos_git.bb
index abd75bf..5bcdc2e 100644
--- a/recipes-bsp/sa-lld/sa-lld-rtos_git.bb
+++ b/recipes-bsp/sa-lld/sa-lld-rtos_git.bb
@@ -12,7 +12,7 @@ COMPATIBLE_MACHINE_append = "|c667x-evm|k3"
 TI_PDK_XDCMAKE_k3 = "0"
 
 # SA promote/demote library depends on osal
-DEPENDS_append_k3 = " osal-rtos \
+DEPENDS_append = " osal-rtos \
 "
 export PDK_SA_ROOT_PATH ="${WORKDIR}/build"
 export DEST_ROOT="${S}"
diff --git a/recipes-bsp/sa-lld/sa-lld.inc b/recipes-bsp/sa-lld/sa-lld.inc
index b77645a..0d8b0f9 100644
--- a/recipes-bsp/sa-lld/sa-lld.inc
+++ b/recipes-bsp/sa-lld/sa-lld.inc
@@ -8,14 +8,14 @@ SA_LLD_GIT_PROTOCOL = "git"
 SA_LLD_GIT_BRANCH = "master"
 SA_LLD_GIT_DESTSUFFIX = "git/ti/drv/sa"
 
-# Below commit ID corresponding to "DEV.SA_LLD.04.00.00.01"
-SA_LLD_SRCREV = "50aa35de32e3699d11b0bec9eb92571e6e843571"
+# Below commit ID corresponding to "DEV.SA_LLD.04.00.00.02"
+SA_LLD_SRCREV = "0fa21847bc633c66512352007b4a713073aae968"
 
 BRANCH = "${SA_LLD_GIT_BRANCH}"
 SRC_URI = "${SA_LLD_GIT_URI};destsuffix=${SA_LLD_GIT_DESTSUFFIX};protocol=${SA_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 SRCREV = "${SA_LLD_SRCREV}"
 
-PV = "04.00.00.01"
+PV = "04.00.00.02"
 INC_PR = "r0"
 
 S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}"
-- 
1.9.1



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

* [rocko/master][PATCH 17/29] sciclient-rtos: SRCREV update to 01.00.00.02A
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (15 preceding siblings ...)
  2019-03-21 13:16 ` [rocko/master][PATCH 16/29] sa-lld: SRCREV update to 04.00.00.02, added osal-rtos dependency for rtos Mahesh Radhakrishnan
@ 2019-03-21 13:16 ` Mahesh Radhakrishnan
  2019-03-21 13:16 ` [rocko/master][PATCH 18/29] spi-lld-rtos: SRCREV update to 01.00.00.14A Mahesh Radhakrishnan
                   ` (12 subsequent siblings)
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:16 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
 recipes-bsp/sciclient/sciclient-rtos_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb
index 671cba3..1a19320 100644
--- a/recipes-bsp/sciclient/sciclient-rtos_git.bb
+++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb
@@ -12,14 +12,14 @@ SCICLIENT_GIT_URI = "git://git.ti.com/keystone-rtos/sciclient.git"
 SCICLIENT_GIT_PROTOCOL = "git"
 SCICLIENT_GIT_BRANCH = "master"
 
-# Below commit ID corresponds to "DEV.SCICLIENT.01.00.00.01"
-SCICLIENT_SRCREV = "ed65f5e855e1d6ad8db240eb0d454258e33ff90e"
+# Below commit ID corresponds to "DEV.SCICLIENT.01.00.00.02A"
+SCICLIENT_SRCREV = "e30f9c7dfadbb170921a6f9e34d8e5a5a21c1a18"
 
 BRANCH = "${SCICLIENT_GIT_BRANCH}"
 SRC_URI = "${SCICLIENT_GIT_URI};protocol=${SCICLIENT_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${SCICLIENT_SRCREV}"
-PV = "01.00.00.01"
+PV = "01.00.00.02A"
 PR = "r0"
 
 DEPENDS_append = " osal-rtos common-csl-ip-rtos"
-- 
1.9.1



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

* [rocko/master][PATCH 18/29] spi-lld-rtos: SRCREV update to 01.00.00.14A
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (16 preceding siblings ...)
  2019-03-21 13:16 ` [rocko/master][PATCH 17/29] sciclient-rtos: SRCREV update to 01.00.00.02A Mahesh Radhakrishnan
@ 2019-03-21 13:16 ` Mahesh Radhakrishnan
  2019-03-21 13:16 ` [rocko/master][PATCH 19/29] starterware:SRCREV update to 02.01.01.10, added dependency to ti-xdctools-native Mahesh Radhakrishnan
                   ` (11 subsequent siblings)
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:16 UTC (permalink / raw)
  To: meta-ti

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

diff --git a/recipes-bsp/spi-lld/spi-lld-rtos_git.bb b/recipes-bsp/spi-lld/spi-lld-rtos_git.bb
index 3916ebb..c33bc4b 100644
--- a/recipes-bsp/spi-lld/spi-lld-rtos_git.bb
+++ b/recipes-bsp/spi-lld/spi-lld-rtos_git.bb
@@ -12,14 +12,14 @@ SPI_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/spi-lld.git"
 SPI_LLD_GIT_PROTOCOL = "git"
 SPI_LLD_GIT_BRANCH = "master"
 
-# Below commit ID corresponds to "DEV.SPI_LLD.01.00.00.13A"
-SPI_LLD_SRCREV = "2c6c4fe250383c8854be8fd58a6b599dbbe3fe8e"
+# Below commit ID corresponds to "DEV.SPI_LLD.01.00.00.14A"
+SPI_LLD_SRCREV = "f88180f7ee61670dc3addc3781507f04270a7eda"
 
 BRANCH = "${SPI_LLD_GIT_BRANCH}"
 SRC_URI = "${SPI_LLD_GIT_URI};protocol=${SPI_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${SPI_LLD_SRCREV}"
-PV = "01.00.00.13A"
+PV = "01.00.00.14A"
 PR = "r0"
 
 DEPENDS_append = " osal-rtos \
-- 
1.9.1



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

* [rocko/master][PATCH 19/29] starterware:SRCREV update to 02.01.01.10, added dependency to ti-xdctools-native
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (17 preceding siblings ...)
  2019-03-21 13:16 ` [rocko/master][PATCH 18/29] spi-lld-rtos: SRCREV update to 01.00.00.14A Mahesh Radhakrishnan
@ 2019-03-21 13:16 ` Mahesh Radhakrishnan
  2019-03-21 13:16 ` [rocko/master][PATCH 20/29] transport: SRCREV update to 01.00.00.15 Mahesh Radhakrishnan
                   ` (10 subsequent siblings)
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:16 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
 recipes-bsp/starterware/starterware-rtos_git.bb | 2 +-
 recipes-bsp/starterware/starterware.inc         | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/starterware/starterware-rtos_git.bb b/recipes-bsp/starterware/starterware-rtos_git.bb
index b846c04..5e3535e 100644
--- a/recipes-bsp/starterware/starterware-rtos_git.bb
+++ b/recipes-bsp/starterware/starterware-rtos_git.bb
@@ -1,6 +1,6 @@
 require starterware.inc
 
-DEPENDS = "gcc-arm-none-eabi-native ti-pdk-build-rtos"
+DEPENDS = "gcc-arm-none-eabi-native ti-pdk-build-rtos ti-xdctools-native"
 
 require recipes-ti/includes/ti-paths.inc
 
diff --git a/recipes-bsp/starterware/starterware.inc b/recipes-bsp/starterware/starterware.inc
index 70aa49c..f77e5dd 100644
--- a/recipes-bsp/starterware/starterware.inc
+++ b/recipes-bsp/starterware/starterware.inc
@@ -8,14 +8,14 @@ STARTERWARE_GIT_URI = "git://git.ti.com/keystone-rtos/starterware.git"
 STARTERWARE_GIT_PROTOCOL = "git"
 STARTERWARE_GIT_BRANCH = "master"
 
-# Below commit ID corresponds to "DEV.STARTERWARE.PROCSDK.02.01.01.09"
-STARTERWARE_SRCREV = "2206e5f0cf6252d3d49041639e7b80c56a98387b"
+# Below commit ID corresponds to "DEV.STARTERWARE.PROCSDK.02.01.01.10"
+STARTERWARE_SRCREV = "15b7839d4fe9bfb7188025c3710ea9d7c4118309"
 
 BRANCH = "${STARTERWARE_GIT_BRANCH}"
 SRC_URI = "${STARTERWARE_GIT_URI};protocol=${STARTERWARE_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${STARTERWARE_SRCREV}"
-PV = "02.01.01.09"
+PV = "02.01.01.10"
 INC_PR = "r0"
 
 S = "${WORKDIR}/git"
-- 
1.9.1



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

* [rocko/master][PATCH 20/29] transport: SRCREV update to 01.00.00.15
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (18 preceding siblings ...)
  2019-03-21 13:16 ` [rocko/master][PATCH 19/29] starterware:SRCREV update to 02.01.01.10, added dependency to ti-xdctools-native Mahesh Radhakrishnan
@ 2019-03-21 13:16 ` Mahesh Radhakrishnan
  2019-03-21 13:16 ` [rocko/master][PATCH 21/29] uart-lld-rtos: SRCREV update to 01.00.00.14 Mahesh Radhakrishnan
                   ` (9 subsequent siblings)
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:16 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
 recipes-bsp/transport-rtos/transport.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/transport-rtos/transport.inc b/recipes-bsp/transport-rtos/transport.inc
index 91a9c19..93a8b30 100644
--- a/recipes-bsp/transport-rtos/transport.inc
+++ b/recipes-bsp/transport-rtos/transport.inc
@@ -6,12 +6,12 @@ TRANSPORT_GIT_URI = "git://git.ti.com/keystone-rtos/transport.git"
 TRANSPORT_GIT_PROTOCOL = "git"
 TRANSPORT_GIT_BRANCH = "master"
 
-# Below commit ID corresponds to "DEV.TRANSPORT.01.00.00.14"
-TRANSPORT_SRCREV = "61a564533b66ee1f21abb1285b93804ace6b4966"
+# Below commit ID corresponds to "DEV.TRANSPORT.01.00.00.15"
+TRANSPORT_SRCREV = "4ff82987ff9fe8cc8f64880cc748a8a443060beb"
 
 BRANCH = "${TRANSPORT_GIT_BRANCH}"
 SRC_URI = "${TRANSPORT_GIT_URI};protocol=${TRANSPORT_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${TRANSPORT_SRCREV}"
-PV = "01.00.00.14"
+PV = "01.00.00.15"
 INC_PR = "r0"
-- 
1.9.1



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

* [rocko/master][PATCH 21/29] uart-lld-rtos: SRCREV update to 01.00.00.14
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (19 preceding siblings ...)
  2019-03-21 13:16 ` [rocko/master][PATCH 20/29] transport: SRCREV update to 01.00.00.15 Mahesh Radhakrishnan
@ 2019-03-21 13:16 ` Mahesh Radhakrishnan
  2019-03-21 13:16 ` [rocko/master][PATCH 22/29] udma-lld-rtos: SRCREV update to 01.00.00.02 Mahesh Radhakrishnan
                   ` (8 subsequent siblings)
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:16 UTC (permalink / raw)
  To: meta-ti

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

diff --git a/recipes-bsp/uart-lld/uart-lld-rtos_git.bb b/recipes-bsp/uart-lld/uart-lld-rtos_git.bb
index be1f8c8..b7c02a5 100644
--- a/recipes-bsp/uart-lld/uart-lld-rtos_git.bb
+++ b/recipes-bsp/uart-lld/uart-lld-rtos_git.bb
@@ -13,15 +13,15 @@ UART_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/uart-lld.git"
 UART_LLD_GIT_PROTOCOL = "git"
 UART_LLD_GIT_BRANCH = "master"
 
-# Below commit ID corresponds to "DEV.UART_LLD.01.00.00.13"
-UART_LLD_SRCREV = "f9298edb5a39bd72f256b53a0b63c6c019cdedce"
+# Below commit ID corresponds to "DEV.UART_LLD.01.00.00.14"
+UART_LLD_SRCREV = "3cba443fcd469f8f716bbff21c9b10f60086bcbb"
 
 BRANCH = "${UART_LLD_GIT_BRANCH}"
 SRC_URI = "${UART_LLD_GIT_URI};protocol=${UART_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${UART_LLD_SRCREV}"
-PV = "01.00.00.13"
-PR = "r1"
+PV = "01.00.00.14"
+PR = "r0"
 
 DEPENDS_append = " edma3-lld-rtos \
                    osal-rtos \
-- 
1.9.1



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

* [rocko/master][PATCH 22/29] udma-lld-rtos: SRCREV update to 01.00.00.02
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (20 preceding siblings ...)
  2019-03-21 13:16 ` [rocko/master][PATCH 21/29] uart-lld-rtos: SRCREV update to 01.00.00.14 Mahesh Radhakrishnan
@ 2019-03-21 13:16 ` Mahesh Radhakrishnan
  2019-03-21 13:16 ` [rocko/master][PATCH 23/29] usb-lld-rtos: SRCREV update to 01.00.00.17 Mahesh Radhakrishnan
                   ` (7 subsequent siblings)
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:16 UTC (permalink / raw)
  To: meta-ti

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

diff --git a/recipes-bsp/udma-lld/udma-lld-rtos_git.bb b/recipes-bsp/udma-lld/udma-lld-rtos_git.bb
index d5253e2..876b4db 100644
--- a/recipes-bsp/udma-lld/udma-lld-rtos_git.bb
+++ b/recipes-bsp/udma-lld/udma-lld-rtos_git.bb
@@ -13,14 +13,14 @@ UDMA_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/udma-lld.git"
 UDMA_LLD_GIT_PROTOCOL = "git"
 UDMA_LLD_GIT_BRANCH = "master"
 
-# Below commit ID corresponds to "DEV.UDMA_LLD.01.00.00.01A"
-UDMA_LLD_SRCREV = "e03304e15bb7f1a86c77f1a9984361c822ab2b70"
+# Below commit ID corresponds to "DEV.UDMA_LLD.01.00.00.02"
+UDMA_LLD_SRCREV = "1577913ad89201a547ba4804ccb60693963499e8"
 
 BRANCH = "${UDMA_LLD_GIT_BRANCH}"
 SRC_URI = "${UDMA_LLD_GIT_URI};protocol=${UDMA_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${UDMA_LLD_SRCREV}"
-PV = "01.00.00.01A"
+PV = "01.00.00.02"
 PR = "r0"
 
 DEPENDS_append = " osal-rtos \
-- 
1.9.1



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

* [rocko/master][PATCH 23/29] usb-lld-rtos: SRCREV update to 01.00.00.17
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (21 preceding siblings ...)
  2019-03-21 13:16 ` [rocko/master][PATCH 22/29] udma-lld-rtos: SRCREV update to 01.00.00.02 Mahesh Radhakrishnan
@ 2019-03-21 13:16 ` Mahesh Radhakrishnan
  2019-03-21 13:16 ` [rocko/master][PATCH 24/29] profiling-rtos: SRCREV update to 01.00.00.08 Mahesh Radhakrishnan
                   ` (6 subsequent siblings)
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:16 UTC (permalink / raw)
  To: meta-ti

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

diff --git a/recipes-bsp/usb-lld/usb-lld-rtos_git.bb b/recipes-bsp/usb-lld/usb-lld-rtos_git.bb
index 5f4aa67..e2b237c 100644
--- a/recipes-bsp/usb-lld/usb-lld-rtos_git.bb
+++ b/recipes-bsp/usb-lld/usb-lld-rtos_git.bb
@@ -12,14 +12,14 @@ USB_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/usb.git"
 USB_LLD_GIT_PROTOCOL = "git"
 USB_LLD_GIT_BRANCH = "master"
 
-# Below commit ID corresponds to "DEV.USB_LLD.01.00.00.16B"
-USB_LLD_SRCREV = "79992405d709e8593ef0e488fed336d8c186a07d"
+# Below commit ID corresponds to "DEV.USB_LLD.01.00.00.17"
+USB_LLD_SRCREV = "d7670a7b2e9c659c2f674782c763e3e3bc22a74e"
 
 BRANCH = "${USB_LLD_GIT_BRANCH}"
 SRC_URI = "${USB_LLD_GIT_URI};protocol=${USB_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${USB_LLD_SRCREV}"
-PV = "01.00.00.16B"
+PV = "01.00.00.17"
 PR = "r0"
 
 DEPENDS_append = " osal-rtos"
-- 
1.9.1



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

* [rocko/master][PATCH 24/29] profiling-rtos: SRCREV update to 01.00.00.08
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (22 preceding siblings ...)
  2019-03-21 13:16 ` [rocko/master][PATCH 23/29] usb-lld-rtos: SRCREV update to 01.00.00.17 Mahesh Radhakrishnan
@ 2019-03-21 13:16 ` Mahesh Radhakrishnan
  2019-03-21 13:16 ` [rocko/master][PATCH 25/29] vps-lld-rtos: SRCREV update to 01.00.01.13A Mahesh Radhakrishnan
                   ` (5 subsequent siblings)
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:16 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
 recipes-bsp/utils-rtos/profiling-rtos_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/utils-rtos/profiling-rtos_git.bb b/recipes-bsp/utils-rtos/profiling-rtos_git.bb
index 0a0dabb..f578b7e 100644
--- a/recipes-bsp/utils-rtos/profiling-rtos_git.bb
+++ b/recipes-bsp/utils-rtos/profiling-rtos_git.bb
@@ -12,14 +12,14 @@ PROFILING_GIT_URI = "git://git.ti.com/keystone-rtos/utils.git"
 PROFILING_GIT_PROTOCOL = "git"
 PROFILING_GIT_BRANCH = "master"
 
-# Below commit ID corresponds to "DEV.UTILS.01.00.00.07"
-PROFILING_SRCREV = "1f956c44ea369c9b138859cea619459a312681ea"
+# Below commit ID corresponds to "DEV.UTILS.01.00.00.08"
+PROFILING_SRCREV = "9c30f4df9ece2d5589d5f7e977d54acf1062185c"
 
 BRANCH = "${PROFILING_GIT_BRANCH}"
 SRC_URI = "${PROFILING_GIT_URI};protocol=${PROFILING_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${PROFILING_SRCREV}"
-PV = "01.00.00.07"
+PV = "01.00.00.08"
 PR = "r0"
 
 S = "${WORKDIR}/git/profiling"
-- 
1.9.1



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

* [rocko/master][PATCH 25/29] vps-lld-rtos: SRCREV update to 01.00.01.13A
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (23 preceding siblings ...)
  2019-03-21 13:16 ` [rocko/master][PATCH 24/29] profiling-rtos: SRCREV update to 01.00.00.08 Mahesh Radhakrishnan
@ 2019-03-21 13:16 ` Mahesh Radhakrishnan
  2019-03-21 13:16 ` [rocko/master][PATCH 26/29] dsplib: Recipe enhancements to facilitate AUTOREV Mahesh Radhakrishnan
                   ` (4 subsequent siblings)
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:16 UTC (permalink / raw)
  To: meta-ti

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

diff --git a/recipes-bsp/vps-lld/vps-lld-rtos_git.bb b/recipes-bsp/vps-lld/vps-lld-rtos_git.bb
index 8516fa6..a06aae4 100644
--- a/recipes-bsp/vps-lld/vps-lld-rtos_git.bb
+++ b/recipes-bsp/vps-lld/vps-lld-rtos_git.bb
@@ -13,14 +13,14 @@ VPS_LLD_GIT_PROTOCOL = "git"
 VPS_LLD_GIT_BRANCH = "master"
 VPS_LLD_GIT_DESTSUFFIX = "git/ti/drv/vps"
 
-# Below commit ID corresponds to "DEV.VPS_LLD.01.00.01.13
-VPS_LLD_SRCREV = "58020ff07c993e6efe01d78531bc7459b9edeaf2"
+# Below commit ID corresponds to "DEV.VPS_LLD.01.00.01.13A"
+VPS_LLD_SRCREV = "f6d7c1f9cee42da1368e6414b4feeb84227d620e"
 
 BRANCH = "${VPS_LLD_GIT_BRANCH}"
 SRC_URI = "${VPS_LLD_GIT_URI};destsuffix=${VPS_LLD_GIT_DESTSUFFIX};protocol=${VPS_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${VPS_LLD_SRCREV}"
-PV = "01.00.01.13"
+PV = "01.00.01.13A"
 PR = "r0"
 
 S = "${WORKDIR}/${VPS_LLD_GIT_DESTSUFFIX}"
-- 
1.9.1



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

* [rocko/master][PATCH 26/29] dsplib: Recipe enhancements to facilitate AUTOREV
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (24 preceding siblings ...)
  2019-03-21 13:16 ` [rocko/master][PATCH 25/29] vps-lld-rtos: SRCREV update to 01.00.01.13A Mahesh Radhakrishnan
@ 2019-03-21 13:16 ` Mahesh Radhakrishnan
  2019-03-21 20:49   ` Denys Dmytriyenko
  2019-03-21 13:16 ` [rocko/master][PATCH 27/29] mathlib: Enhancements " Mahesh Radhakrishnan
                   ` (3 subsequent siblings)
  29 siblings, 1 reply; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:16 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
 recipes-ti/dsplib/dsplib.inc | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/recipes-ti/dsplib/dsplib.inc b/recipes-ti/dsplib/dsplib.inc
index 2738fc5..ad47437 100644
--- a/recipes-ti/dsplib/dsplib.inc
+++ b/recipes-ti/dsplib/dsplib.inc
@@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause"
 require ../includes/ti-paths.inc
 
 PV = "3_4_0_3"
-PR = "r0"
+PR = "r1"
 
 DEPENDS = "ti-cgt6x-native \
            ti-xdctools-native \
@@ -16,8 +16,14 @@ DEPENDS = "ti-cgt6x-native \
 
 S = "${WORKDIR}/git"
 
-SRC_URI = "git://git.ti.com/ep-processor-libraries/dsplib.git;protocol=git;branch=master"
-SRCREV = "2cd21a04913648d040bd63234183cc6f81f5286a"
+DSPLIB_GIT_BRANCH = "master"
+DSPLIB_GIT_PROTOCOL = "git"
+DSPLIB_GIT_URI = "git://git.ti.com/ep-processor-libraries/dsplib.git"
+DSPLIB_SRCREV = "2cd21a04913648d040bd63234183cc6f81f5286a"
+
+BRANCH = "${DSPLIB_GIT_BRANCH}"
+SRC_URI = "${DSPLIB_GIT_URI};protocol=${DSPLIB_GIT_PROTOCOL};branch=${DSPLIB_GIT_BRANCH}"
+SRCREV = "${DSPLIB_SRCREV}"
 
 LIC_FILES_CHKSUM = "file://ti/dsplib/src/common/c66/lnk.cmd;beginline=1;endline=37;md5=0f0c9c4d51d8af75419781591ace190b"
 
-- 
1.9.1



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

* [rocko/master][PATCH 27/29] mathlib: Enhancements to facilitate AUTOREV
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (25 preceding siblings ...)
  2019-03-21 13:16 ` [rocko/master][PATCH 26/29] dsplib: Recipe enhancements to facilitate AUTOREV Mahesh Radhakrishnan
@ 2019-03-21 13:16 ` Mahesh Radhakrishnan
  2019-03-21 20:49   ` Denys Dmytriyenko
  2019-03-21 13:16 ` [rocko/master][PATCH 28/29] swtools: " Mahesh Radhakrishnan
                   ` (2 subsequent siblings)
  29 siblings, 1 reply; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:16 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
 recipes-ti/mathlib/mathlib.inc | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/recipes-ti/mathlib/mathlib.inc b/recipes-ti/mathlib/mathlib.inc
index 41130c0..8672a7d 100644
--- a/recipes-ti/mathlib/mathlib.inc
+++ b/recipes-ti/mathlib/mathlib.inc
@@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause"
 require ../includes/ti-paths.inc
 
 PV = "3_1_2_3"
-PR = "r0"
+PR = "r1"
 
 DEPENDS = "ti-cgt6x-native \
            ti-xdctools-native \
@@ -16,8 +16,14 @@ DEPENDS = "ti-cgt6x-native \
 
 S = "${WORKDIR}/git"
 
-SRC_URI = "git://git.ti.com/ep-processor-libraries/mathlib.git;protocol=git;branch=master"
-SRCREV = "faedd650c47becb48b2d179242c8310327ef9853"
+MATHLIB_GIT_BRANCH = "master"
+MATHLIB_GIT_PROTOCOL = "git"
+MATHLIB_GIT_URI = "git://git.ti.com/ep-processor-libraries/mathlib.git"
+MATHLIB_SRCREV = "faedd650c47becb48b2d179242c8310327ef9853"
+
+BRANCH = "${MATHLIB_GIT_BRANCH}"
+SRC_URI = "${MATHLIB_GIT_URI};protocol=${MATHLIB_GIT_PROTOCOL};branch=${MATHLIB_GIT_BRANCH}"
+SRCREV = "${MATHLIB_SRCREV}"
 
 LIC_FILES_CHKSUM = "file://ti/mathlib/src/acosdp/acosdp.h;beginline=1;endline=35;md5=c133f7e139b46385906c861dd9552250"
 
-- 
1.9.1



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

* [rocko/master][PATCH 28/29] swtools: Enhancements to facilitate AUTOREV
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (26 preceding siblings ...)
  2019-03-21 13:16 ` [rocko/master][PATCH 27/29] mathlib: Enhancements " Mahesh Radhakrishnan
@ 2019-03-21 13:16 ` Mahesh Radhakrishnan
  2019-03-21 20:50   ` Denys Dmytriyenko
  2019-03-21 13:16 ` [rocko/master][PATCH 29/29] ti-pdk-build-rtos: SRCREV update to 01.00.00.12 Mahesh Radhakrishnan
  2019-03-21 20:56 ` [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Denys Dmytriyenko
  29 siblings, 1 reply; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:16 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
 recipes-ti/swtools/swtools_git.bb | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/recipes-ti/swtools/swtools_git.bb b/recipes-ti/swtools/swtools_git.bb
index 16a8cc0..89a64d5 100644
--- a/recipes-ti/swtools/swtools_git.bb
+++ b/recipes-ti/swtools/swtools_git.bb
@@ -11,11 +11,18 @@ DEPENDS = "ti-cgt6x-native \
            ti-xdctools-native"
 
 PV = "5_0_8"
-PR = "r0"
+PR = "r1"
 S = "${WORKDIR}/git"
-BRANCH = "master"
-SRC_URI = "git://git.ti.com/ep-processor-libraries/swtools.git;protocol=git;branch=${BRANCH}"
-SRCREV = "d0c1022954b489d5f3d8d2f5c81d8c6a392f4af4"
+
+SWTOOLS_GIT_BRANCH = "master"
+SWTOOLS_GIT_PROTOCOL = "git"
+SWTOOLS_GIT_URI = "git://git.ti.com/ep-processor-libraries/swtools.git"
+SWTOOLS_SRCREV = "d0c1022954b489d5f3d8d2f5c81d8c6a392f4af4"
+
+BRANCH = "${SWTOOLS_GIT_BRANCH}"
+SRC_URI = "${SWTOOLS_GIT_URI};protocol=${SWTOOLS_GIT_PROTOCOL};branch=${SWTOOLS_GIT_BRANCH}"
+SRCREV = "${SWTOOLS_SRCREV}"
+
 
 export C64PCODEGENTOOL = "${CGTOOLS_INSTALL_DIR}"
 export C674CODEGENTOOL = "${CGTOOLS_INSTALL_DIR}"
-- 
1.9.1



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

* [rocko/master][PATCH 29/29] ti-pdk-build-rtos: SRCREV update to 01.00.00.12
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (27 preceding siblings ...)
  2019-03-21 13:16 ` [rocko/master][PATCH 28/29] swtools: " Mahesh Radhakrishnan
@ 2019-03-21 13:16 ` Mahesh Radhakrishnan
  2019-03-21 20:56 ` [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Denys Dmytriyenko
  29 siblings, 0 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:16 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
 recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
index 68b6c9f..6018ac4 100644
--- a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
+++ b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
@@ -4,15 +4,15 @@ LIC_FILES_CHKSUM = "file://makerules/env.mk;beginline=1;endline=31;md5=10503e8de
 
 require recipes-ti/includes/ti-paths.inc
 
-PV = "01.00.00.11"
+PV = "01.00.00.12"
 PR = "r0"
 
 PDK_BUILD_GIT_URI = "git://git.ti.com/keystone-rtos/processor-pdk-build.git"
 PDK_BUILD_GIT_PROTOCOL = "git"
 PDK_BUILD_GIT_BRANCH = "master"
 
-# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.11"
-PDK_BUILD_SRCREV = "0643bd171356d11546dc7704e6b9c1f12b3b4b72"
+# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.12"
+PDK_BUILD_SRCREV = "b155bde10bacb0ba8ed7d3100f7a5db0ec88ff0f"
 
 BRANCH = "${PDK_BUILD_GIT_BRANCH}"
 SRC_URI = "\
-- 
1.9.1



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

* Re: [rocko/master][PATCH 27/29] mathlib: Enhancements to facilitate AUTOREV
  2019-03-21 13:16 ` [rocko/master][PATCH 27/29] mathlib: Enhancements " Mahesh Radhakrishnan
@ 2019-03-21 20:49   ` Denys Dmytriyenko
  0 siblings, 0 replies; 35+ messages in thread
From: Denys Dmytriyenko @ 2019-03-21 20:49 UTC (permalink / raw)
  To: Mahesh Radhakrishnan; +Cc: meta-ti

On Thu, Mar 21, 2019 at 09:16:11AM -0400, Mahesh Radhakrishnan wrote:
> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
> ---
>  recipes-ti/mathlib/mathlib.inc | 12 +++++++++---
>  1 file changed, 9 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes-ti/mathlib/mathlib.inc b/recipes-ti/mathlib/mathlib.inc
> index 41130c0..8672a7d 100644
> --- a/recipes-ti/mathlib/mathlib.inc
> +++ b/recipes-ti/mathlib/mathlib.inc
> @@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause"
>  require ../includes/ti-paths.inc
>  
>  PV = "3_1_2_3"
> -PR = "r0"
> +PR = "r1"
>  
>  DEPENDS = "ti-cgt6x-native \
>             ti-xdctools-native \
> @@ -16,8 +16,14 @@ DEPENDS = "ti-cgt6x-native \
>  
>  S = "${WORKDIR}/git"
>  
> -SRC_URI = "git://git.ti.com/ep-processor-libraries/mathlib.git;protocol=git;branch=master"
> -SRCREV = "faedd650c47becb48b2d179242c8310327ef9853"
> +MATHLIB_GIT_BRANCH = "master"
> +MATHLIB_GIT_PROTOCOL = "git"
> +MATHLIB_GIT_URI = "git://git.ti.com/ep-processor-libraries/mathlib.git"
> +MATHLIB_SRCREV = "faedd650c47becb48b2d179242c8310327ef9853"
> +
> +BRANCH = "${MATHLIB_GIT_BRANCH}"

This variable is not being used, why define it?


> +SRC_URI = "${MATHLIB_GIT_URI};protocol=${MATHLIB_GIT_PROTOCOL};branch=${MATHLIB_GIT_BRANCH}"

You pass MATHLIB_GIT_BRANCH directly to SRC_URI, so BRANCH is left unused - 
don't need it.


> +SRCREV = "${MATHLIB_SRCREV}"
>  
>  LIC_FILES_CHKSUM = "file://ti/mathlib/src/acosdp/acosdp.h;beginline=1;endline=35;md5=c133f7e139b46385906c861dd9552250"
>  
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [rocko/master][PATCH 26/29] dsplib: Recipe enhancements to facilitate AUTOREV
  2019-03-21 13:16 ` [rocko/master][PATCH 26/29] dsplib: Recipe enhancements to facilitate AUTOREV Mahesh Radhakrishnan
@ 2019-03-21 20:49   ` Denys Dmytriyenko
  0 siblings, 0 replies; 35+ messages in thread
From: Denys Dmytriyenko @ 2019-03-21 20:49 UTC (permalink / raw)
  To: Mahesh Radhakrishnan; +Cc: meta-ti

On Thu, Mar 21, 2019 at 09:16:10AM -0400, Mahesh Radhakrishnan wrote:
> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
> ---
>  recipes-ti/dsplib/dsplib.inc | 12 +++++++++---
>  1 file changed, 9 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes-ti/dsplib/dsplib.inc b/recipes-ti/dsplib/dsplib.inc
> index 2738fc5..ad47437 100644
> --- a/recipes-ti/dsplib/dsplib.inc
> +++ b/recipes-ti/dsplib/dsplib.inc
> @@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause"
>  require ../includes/ti-paths.inc
>  
>  PV = "3_4_0_3"
> -PR = "r0"
> +PR = "r1"
>  
>  DEPENDS = "ti-cgt6x-native \
>             ti-xdctools-native \
> @@ -16,8 +16,14 @@ DEPENDS = "ti-cgt6x-native \
>  
>  S = "${WORKDIR}/git"
>  
> -SRC_URI = "git://git.ti.com/ep-processor-libraries/dsplib.git;protocol=git;branch=master"
> -SRCREV = "2cd21a04913648d040bd63234183cc6f81f5286a"
> +DSPLIB_GIT_BRANCH = "master"
> +DSPLIB_GIT_PROTOCOL = "git"
> +DSPLIB_GIT_URI = "git://git.ti.com/ep-processor-libraries/dsplib.git"
> +DSPLIB_SRCREV = "2cd21a04913648d040bd63234183cc6f81f5286a"
> +
> +BRANCH = "${DSPLIB_GIT_BRANCH}"

Same comment for BRANCH being unused.


> +SRC_URI = "${DSPLIB_GIT_URI};protocol=${DSPLIB_GIT_PROTOCOL};branch=${DSPLIB_GIT_BRANCH}"
> +SRCREV = "${DSPLIB_SRCREV}"
>  
>  LIC_FILES_CHKSUM = "file://ti/dsplib/src/common/c66/lnk.cmd;beginline=1;endline=37;md5=0f0c9c4d51d8af75419781591ace190b"
>  
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [rocko/master][PATCH 28/29] swtools: Enhancements to facilitate AUTOREV
  2019-03-21 13:16 ` [rocko/master][PATCH 28/29] swtools: " Mahesh Radhakrishnan
@ 2019-03-21 20:50   ` Denys Dmytriyenko
  0 siblings, 0 replies; 35+ messages in thread
From: Denys Dmytriyenko @ 2019-03-21 20:50 UTC (permalink / raw)
  To: Mahesh Radhakrishnan; +Cc: meta-ti

On Thu, Mar 21, 2019 at 09:16:12AM -0400, Mahesh Radhakrishnan wrote:
> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
> ---
>  recipes-ti/swtools/swtools_git.bb | 15 +++++++++++----
>  1 file changed, 11 insertions(+), 4 deletions(-)
> 
> diff --git a/recipes-ti/swtools/swtools_git.bb b/recipes-ti/swtools/swtools_git.bb
> index 16a8cc0..89a64d5 100644
> --- a/recipes-ti/swtools/swtools_git.bb
> +++ b/recipes-ti/swtools/swtools_git.bb
> @@ -11,11 +11,18 @@ DEPENDS = "ti-cgt6x-native \
>             ti-xdctools-native"
>  
>  PV = "5_0_8"
> -PR = "r0"
> +PR = "r1"
>  S = "${WORKDIR}/git"
> -BRANCH = "master"
> -SRC_URI = "git://git.ti.com/ep-processor-libraries/swtools.git;protocol=git;branch=${BRANCH}"
> -SRCREV = "d0c1022954b489d5f3d8d2f5c81d8c6a392f4af4"
> +
> +SWTOOLS_GIT_BRANCH = "master"
> +SWTOOLS_GIT_PROTOCOL = "git"
> +SWTOOLS_GIT_URI = "git://git.ti.com/ep-processor-libraries/swtools.git"
> +SWTOOLS_SRCREV = "d0c1022954b489d5f3d8d2f5c81d8c6a392f4af4"
> +
> +BRANCH = "${SWTOOLS_GIT_BRANCH}"

Here as well.


> +SRC_URI = "${SWTOOLS_GIT_URI};protocol=${SWTOOLS_GIT_PROTOCOL};branch=${SWTOOLS_GIT_BRANCH}"
> +SRCREV = "${SWTOOLS_SRCREV}"
> +
>  
>  export C64PCODEGENTOOL = "${CGTOOLS_INSTALL_DIR}"
>  export C674CODEGENTOOL = "${CGTOOLS_INSTALL_DIR}"
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release
  2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
                   ` (28 preceding siblings ...)
  2019-03-21 13:16 ` [rocko/master][PATCH 29/29] ti-pdk-build-rtos: SRCREV update to 01.00.00.12 Mahesh Radhakrishnan
@ 2019-03-21 20:56 ` Denys Dmytriyenko
  2019-03-21 21:19   ` Radhakrishnan, Mahesh
  29 siblings, 1 reply; 35+ messages in thread
From: Denys Dmytriyenko @ 2019-03-21 20:56 UTC (permalink / raw)
  To: Mahesh Radhakrishnan; +Cc: meta-ti

Thanks! Merged 26 out of 29 patches into "next" branches for testing.

Please address comments for patches 26, 27 and 28 and re-submit separately.


On Thu, Mar 21, 2019 at 09:15:44AM -0400, Mahesh Radhakrishnan wrote:
> RTOS driver patches for 5.3 release
> 
> Mahesh Radhakrishnan (29):
>   board-rtos: SRCREV bump to 01.00.10.04, added dependency on osal-rtos
>     for all targets
>   common-csl-rtos:SRCREV bump to 03.03.00.14B
>   emac-lld-rtos: SRCREV bump to 01.00.03.14A
>   fatfs-rtos: SRCREV update to 01.00.00.13, added osal-rtos dependency
>   gpio-lld-rtos: SRCREV updater to 01.00.00.14
>   gpmc-lld-rtos:SRCREV udpate to 01.00.00.03A
>   i2c-lld-rtos: SRCREV update to 01.00.00.14
>   icss-emac-lld: SRCREV update to 01.00.00.15
>   mcasp-lld-rtos: SRCREV update to 01.01.00.13
>   mcbsp-lld-rtos: SRCREV update to 01.00.00.12
>   mmcsd-lld-rtos: SRCREV update to 01.00.00.15
>   osal: SRCREV update to 01.00.00.14A
>   pcie-lld-rtos: SRCREV update to 02.03.00.03
>   pm-lld-rtos: SRCREV update to 01.08.00.21 & 01.04.00.05C (for
>     ti33x,ti43x,k2g)
>   pruss-lld:SRCREV update to 01.00.00.13
>   sa-lld: SRCREV update to 04.00.00.02, added osal-rtos dependency for
>     rtos
>   sciclient-rtos: SRCREV update to 01.00.00.02A
>   spi-lld-rtos: SRCREV update to 01.00.00.14A
>   starterware:SRCREV update to 02.01.01.10, added dependency to
>     ti-xdctools-native
>   transport: SRCREV update to 01.00.00.15
>   uart-lld-rtos: SRCREV update to 01.00.00.14
>   udma-lld-rtos: SRCREV update to 01.00.00.02
>   usb-lld-rtos: SRCREV update to 01.00.00.17
>   profiling-rtos: SRCREV update to 01.00.00.08
>   vps-lld-rtos: SRCREV update to 01.00.01.13A
>   dsplib: Recipe enhancements to facilitate AUTOREV
>   mathlib: Enhancements to facilitate AUTOREV
>   swtools: Enhancements to facilitate AUTOREV
>   ti-pdk-build-rtos: SRCREV update to 01.00.00.12
> 
>  recipes-bsp/board-rtos/board-rtos_git.bb         | 12 +++++-------
>  recipes-bsp/common-csl-ip/common-csl-ip.inc      |  6 +++---
>  recipes-bsp/emac-lld/emac-lld-rtos_git.bb        |  6 +++---
>  recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb         | 10 ++++++----
>  recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb        |  6 +++---
>  recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb        |  6 +++---
>  recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb          |  9 ++++++---
>  recipes-bsp/icss-emac-lld/icss-emac-lld.inc      |  6 +++---
>  recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb      |  6 +++---
>  recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb      |  6 +++---
>  recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb      |  6 +++---
>  recipes-bsp/osal/osal.inc                        |  6 +++---
>  recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb        |  6 +++---
>  recipes-bsp/pm-lld/pm-lld-rtos_git.bb            | 14 +++++++-------
>  recipes-bsp/pruss-lld/pruss-lld.inc              |  6 +++---
>  recipes-bsp/sa-lld/sa-lld-rtos_git.bb            |  2 +-
>  recipes-bsp/sa-lld/sa-lld.inc                    |  6 +++---
>  recipes-bsp/sciclient/sciclient-rtos_git.bb      |  6 +++---
>  recipes-bsp/spi-lld/spi-lld-rtos_git.bb          |  6 +++---
>  recipes-bsp/starterware/starterware-rtos_git.bb  |  2 +-
>  recipes-bsp/starterware/starterware.inc          |  6 +++---
>  recipes-bsp/transport-rtos/transport.inc         |  6 +++---
>  recipes-bsp/uart-lld/uart-lld-rtos_git.bb        |  8 ++++----
>  recipes-bsp/udma-lld/udma-lld-rtos_git.bb        |  6 +++---
>  recipes-bsp/usb-lld/usb-lld-rtos_git.bb          |  6 +++---
>  recipes-bsp/utils-rtos/profiling-rtos_git.bb     |  6 +++---
>  recipes-bsp/vps-lld/vps-lld-rtos_git.bb          |  6 +++---
>  recipes-ti/dsplib/dsplib.inc                     | 12 +++++++++---
>  recipes-ti/mathlib/mathlib.inc                   | 12 +++++++++---
>  recipes-ti/swtools/swtools_git.bb                | 15 +++++++++++----
>  recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb |  6 +++---
>  31 files changed, 122 insertions(+), 100 deletions(-)
> 
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release
  2019-03-21 20:56 ` [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Denys Dmytriyenko
@ 2019-03-21 21:19   ` Radhakrishnan, Mahesh
  0 siblings, 0 replies; 35+ messages in thread
From: Radhakrishnan, Mahesh @ 2019-03-21 21:19 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti

Thanks! I have submitted the v2 patches for those three recipes.

Regards
Mahesh

-----Original Message-----
From: Dmytriyenko, Denys 
Sent: Thursday, March 21, 2019 4:57 PM
To: Radhakrishnan, Mahesh
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release

Thanks! Merged 26 out of 29 patches into "next" branches for testing.

Please address comments for patches 26, 27 and 28 and re-submit separately.


On Thu, Mar 21, 2019 at 09:15:44AM -0400, Mahesh Radhakrishnan wrote:
> RTOS driver patches for 5.3 release
> 
> Mahesh Radhakrishnan (29):
>   board-rtos: SRCREV bump to 01.00.10.04, added dependency on osal-rtos
>     for all targets
>   common-csl-rtos:SRCREV bump to 03.03.00.14B
>   emac-lld-rtos: SRCREV bump to 01.00.03.14A
>   fatfs-rtos: SRCREV update to 01.00.00.13, added osal-rtos dependency
>   gpio-lld-rtos: SRCREV updater to 01.00.00.14
>   gpmc-lld-rtos:SRCREV udpate to 01.00.00.03A
>   i2c-lld-rtos: SRCREV update to 01.00.00.14
>   icss-emac-lld: SRCREV update to 01.00.00.15
>   mcasp-lld-rtos: SRCREV update to 01.01.00.13
>   mcbsp-lld-rtos: SRCREV update to 01.00.00.12
>   mmcsd-lld-rtos: SRCREV update to 01.00.00.15
>   osal: SRCREV update to 01.00.00.14A
>   pcie-lld-rtos: SRCREV update to 02.03.00.03
>   pm-lld-rtos: SRCREV update to 01.08.00.21 & 01.04.00.05C (for
>     ti33x,ti43x,k2g)
>   pruss-lld:SRCREV update to 01.00.00.13
>   sa-lld: SRCREV update to 04.00.00.02, added osal-rtos dependency for
>     rtos
>   sciclient-rtos: SRCREV update to 01.00.00.02A
>   spi-lld-rtos: SRCREV update to 01.00.00.14A
>   starterware:SRCREV update to 02.01.01.10, added dependency to
>     ti-xdctools-native
>   transport: SRCREV update to 01.00.00.15
>   uart-lld-rtos: SRCREV update to 01.00.00.14
>   udma-lld-rtos: SRCREV update to 01.00.00.02
>   usb-lld-rtos: SRCREV update to 01.00.00.17
>   profiling-rtos: SRCREV update to 01.00.00.08
>   vps-lld-rtos: SRCREV update to 01.00.01.13A
>   dsplib: Recipe enhancements to facilitate AUTOREV
>   mathlib: Enhancements to facilitate AUTOREV
>   swtools: Enhancements to facilitate AUTOREV
>   ti-pdk-build-rtos: SRCREV update to 01.00.00.12
> 
>  recipes-bsp/board-rtos/board-rtos_git.bb         | 12 +++++-------
>  recipes-bsp/common-csl-ip/common-csl-ip.inc      |  6 +++---
>  recipes-bsp/emac-lld/emac-lld-rtos_git.bb        |  6 +++---
>  recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb         | 10 ++++++----
>  recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb        |  6 +++---
>  recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb        |  6 +++---
>  recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb          |  9 ++++++---
>  recipes-bsp/icss-emac-lld/icss-emac-lld.inc      |  6 +++---
>  recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb      |  6 +++---
>  recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb      |  6 +++---
>  recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb      |  6 +++---
>  recipes-bsp/osal/osal.inc                        |  6 +++---
>  recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb        |  6 +++---
>  recipes-bsp/pm-lld/pm-lld-rtos_git.bb            | 14 +++++++-------
>  recipes-bsp/pruss-lld/pruss-lld.inc              |  6 +++---
>  recipes-bsp/sa-lld/sa-lld-rtos_git.bb            |  2 +-
>  recipes-bsp/sa-lld/sa-lld.inc                    |  6 +++---
>  recipes-bsp/sciclient/sciclient-rtos_git.bb      |  6 +++---
>  recipes-bsp/spi-lld/spi-lld-rtos_git.bb          |  6 +++---
>  recipes-bsp/starterware/starterware-rtos_git.bb  |  2 +-
>  recipes-bsp/starterware/starterware.inc          |  6 +++---
>  recipes-bsp/transport-rtos/transport.inc         |  6 +++---
>  recipes-bsp/uart-lld/uart-lld-rtos_git.bb        |  8 ++++----
>  recipes-bsp/udma-lld/udma-lld-rtos_git.bb        |  6 +++---
>  recipes-bsp/usb-lld/usb-lld-rtos_git.bb          |  6 +++---
>  recipes-bsp/utils-rtos/profiling-rtos_git.bb     |  6 +++---
>  recipes-bsp/vps-lld/vps-lld-rtos_git.bb          |  6 +++---
>  recipes-ti/dsplib/dsplib.inc                     | 12 +++++++++---
>  recipes-ti/mathlib/mathlib.inc                   | 12 +++++++++---
>  recipes-ti/swtools/swtools_git.bb                | 15 +++++++++++----
>  recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb |  6 +++---
>  31 files changed, 122 insertions(+), 100 deletions(-)
> 
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

end of thread, other threads:[~2019-03-21 21:19 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 01/29] board-rtos: SRCREV bump to 01.00.10.04, added dependency on osal-rtos for all targets Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 02/29] common-csl-rtos:SRCREV bump to 03.03.00.14B Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 03/29] emac-lld-rtos: SRCREV bump to 01.00.03.14A Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 04/29] fatfs-rtos: SRCREV update to 01.00.00.13, added osal-rtos dependency Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 05/29] gpio-lld-rtos: SRCREV updater to 01.00.00.14 Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 06/29] gpmc-lld-rtos:SRCREV udpate to 01.00.00.03A Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 07/29] i2c-lld-rtos: SRCREV update to 01.00.00.14 Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 08/29] icss-emac-lld: SRCREV update to 01.00.00.15 Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 09/29] mcasp-lld-rtos: SRCREV update to 01.01.00.13 Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 10/29] mcbsp-lld-rtos: SRCREV update to 01.00.00.12 Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 11/29] mmcsd-lld-rtos: SRCREV update to 01.00.00.15 Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 12/29] osal: SRCREV update to 01.00.00.14A Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 13/29] pcie-lld-rtos: SRCREV update to 02.03.00.03 Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 14/29] pm-lld-rtos: SRCREV update to 01.08.00.21 & 01.04.00.05C (for ti33x, ti43x, k2g) Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 15/29] pruss-lld:SRCREV update to 01.00.00.13 Mahesh Radhakrishnan
2019-03-21 13:16 ` [rocko/master][PATCH 16/29] sa-lld: SRCREV update to 04.00.00.02, added osal-rtos dependency for rtos Mahesh Radhakrishnan
2019-03-21 13:16 ` [rocko/master][PATCH 17/29] sciclient-rtos: SRCREV update to 01.00.00.02A Mahesh Radhakrishnan
2019-03-21 13:16 ` [rocko/master][PATCH 18/29] spi-lld-rtos: SRCREV update to 01.00.00.14A Mahesh Radhakrishnan
2019-03-21 13:16 ` [rocko/master][PATCH 19/29] starterware:SRCREV update to 02.01.01.10, added dependency to ti-xdctools-native Mahesh Radhakrishnan
2019-03-21 13:16 ` [rocko/master][PATCH 20/29] transport: SRCREV update to 01.00.00.15 Mahesh Radhakrishnan
2019-03-21 13:16 ` [rocko/master][PATCH 21/29] uart-lld-rtos: SRCREV update to 01.00.00.14 Mahesh Radhakrishnan
2019-03-21 13:16 ` [rocko/master][PATCH 22/29] udma-lld-rtos: SRCREV update to 01.00.00.02 Mahesh Radhakrishnan
2019-03-21 13:16 ` [rocko/master][PATCH 23/29] usb-lld-rtos: SRCREV update to 01.00.00.17 Mahesh Radhakrishnan
2019-03-21 13:16 ` [rocko/master][PATCH 24/29] profiling-rtos: SRCREV update to 01.00.00.08 Mahesh Radhakrishnan
2019-03-21 13:16 ` [rocko/master][PATCH 25/29] vps-lld-rtos: SRCREV update to 01.00.01.13A Mahesh Radhakrishnan
2019-03-21 13:16 ` [rocko/master][PATCH 26/29] dsplib: Recipe enhancements to facilitate AUTOREV Mahesh Radhakrishnan
2019-03-21 20:49   ` Denys Dmytriyenko
2019-03-21 13:16 ` [rocko/master][PATCH 27/29] mathlib: Enhancements " Mahesh Radhakrishnan
2019-03-21 20:49   ` Denys Dmytriyenko
2019-03-21 13:16 ` [rocko/master][PATCH 28/29] swtools: " Mahesh Radhakrishnan
2019-03-21 20:50   ` Denys Dmytriyenko
2019-03-21 13:16 ` [rocko/master][PATCH 29/29] ti-pdk-build-rtos: SRCREV update to 01.00.00.12 Mahesh Radhakrishnan
2019-03-21 20:56 ` [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Denys Dmytriyenko
2019-03-21 21:19   ` Radhakrishnan, Mahesh

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.