All of lore.kernel.org
 help / color / mirror / Atom feed
* [thud/master][PATCH 00/13] *** 6.1 RTOS Patchset-2 ***
@ 2019-10-06 16:52 Mahesh Radhakrishnan
  2019-10-06 16:52 ` [thud/master][PATCH 01/13] board-rtos: SRCREV update to 01.00.10.06D Mahesh Radhakrishnan
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Mahesh Radhakrishnan @ 2019-10-06 16:52 UTC (permalink / raw)
  To: meta-ti

This is the RTOS Patchset #2 which address the below 
 - Critical Bug fixes for 6.1
 - Static analysis issues
 - Doxygen issues

Mahesh Radhakrishnan (13):
  board-rtos: SRCREV update to 01.00.10.06D
  common-csl-ip: SRCREV update to 03.03.00.16B
  emac-lld: SRCREV udpate to 01.00.03.18
  gpio-llld-rtos: SRCREV udpate to 01.00.00.16B
  i2c-lld-rtos: SRCREV update to 01.00.00.16A
  mcasp-lld-rtos: SRCREV update to 01.01.00.15A
  mmcsd-lld-rtos: SRCREV uppdate to 01.00.00.17C
  osal: SRCREV udpate to 01.00.00.16B
  pruss-lld: SRCREV update to 01.00.00.15A
  sa-lld: SRCREV update to 04.00.00.03B
  spi-lld-rtos: SRCREV update to 01.00.00.16A
  uart-lld-rtos: SRCREV update to 01.00.00.16B
  ti-pdk-build-rtos: SRCREV update to 01.00.00.14A

 recipes-bsp/board-rtos/board-rtos_git.bb         | 6 +++---
 recipes-bsp/common-csl-ip/common-csl-ip.inc      | 6 +++---
 recipes-bsp/emac-lld/emac-lld.inc                | 6 +++---
 recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb        | 6 +++---
 recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb          | 6 +++---
 recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb      | 6 +++---
 recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb      | 6 +++---
 recipes-bsp/osal/osal.inc                        | 6 +++---
 recipes-bsp/pruss-lld/pruss-lld.inc              | 6 +++---
 recipes-bsp/sa-lld/sa-lld.inc                    | 6 +++---
 recipes-bsp/spi-lld/spi-lld-rtos_git.bb          | 6 +++---
 recipes-bsp/uart-lld/uart-lld-rtos_git.bb        | 6 +++---
 recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 6 +++---
 13 files changed, 39 insertions(+), 39 deletions(-)

-- 
1.9.1



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

* [thud/master][PATCH 01/13] board-rtos: SRCREV update to 01.00.10.06D
  2019-10-06 16:52 [thud/master][PATCH 00/13] *** 6.1 RTOS Patchset-2 *** Mahesh Radhakrishnan
@ 2019-10-06 16:52 ` Mahesh Radhakrishnan
  2019-10-06 16:52 ` [thud/master][PATCH 02/13] common-csl-ip: SRCREV update to 03.03.00.16B Mahesh Radhakrishnan
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Mahesh Radhakrishnan @ 2019-10-06 16:52 UTC (permalink / raw)
  To: meta-ti

---
 recipes-bsp/board-rtos/board-rtos_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/board-rtos/board-rtos_git.bb b/recipes-bsp/board-rtos/board-rtos_git.bb
index 14b6deb..1f1acd6 100644
--- a/recipes-bsp/board-rtos/board-rtos_git.bb
+++ b/recipes-bsp/board-rtos/board-rtos_git.bb
@@ -12,14 +12,14 @@ 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.06C"
-BOARD_SRCREV = "047b16dfe9880b466a74c1c4c2abe67c28ace994"
+# Below commit ID corresponds to "DEV.BOARD.01.00.10.06D"
+BOARD_SRCREV = "d291db8da8c255f712f6f64cc097f4546b3b2b89"
 
 BRANCH ="${BOARD_GIT_BRANCH}"
 SRC_URI = "${BOARD_GIT_URI};protocol=${BOARD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${BOARD_SRCREV}"
-PV = "01.00.10.06C"
+PV = "01.00.10.06D"
 PR = "r0"
 
 DEPENDS_append = " i2c-lld-rtos \
-- 
1.9.1



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

* [thud/master][PATCH 02/13] common-csl-ip: SRCREV update to 03.03.00.16B
  2019-10-06 16:52 [thud/master][PATCH 00/13] *** 6.1 RTOS Patchset-2 *** Mahesh Radhakrishnan
  2019-10-06 16:52 ` [thud/master][PATCH 01/13] board-rtos: SRCREV update to 01.00.10.06D Mahesh Radhakrishnan
@ 2019-10-06 16:52 ` Mahesh Radhakrishnan
  2019-10-06 16:52 ` [thud/master][PATCH 03/13] emac-lld: SRCREV udpate to 01.00.03.18 Mahesh Radhakrishnan
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Mahesh Radhakrishnan @ 2019-10-06 16:52 UTC (permalink / raw)
  To: meta-ti

---
 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 bf11269..da351bb 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.16A"
+PV = "03.03.00.16B"
 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.16A"
-CSL_SRCREV = "83a7713cf9f30ec93754630afe1027a383c29cf0"
+# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.16B"
+CSL_SRCREV = "f2003620af8e9e6296d3d87028519895394a1913"
 
 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] 14+ messages in thread

* [thud/master][PATCH 03/13] emac-lld: SRCREV udpate to 01.00.03.18
  2019-10-06 16:52 [thud/master][PATCH 00/13] *** 6.1 RTOS Patchset-2 *** Mahesh Radhakrishnan
  2019-10-06 16:52 ` [thud/master][PATCH 01/13] board-rtos: SRCREV update to 01.00.10.06D Mahesh Radhakrishnan
  2019-10-06 16:52 ` [thud/master][PATCH 02/13] common-csl-ip: SRCREV update to 03.03.00.16B Mahesh Radhakrishnan
@ 2019-10-06 16:52 ` Mahesh Radhakrishnan
  2019-10-06 16:52 ` [thud/master][PATCH 04/13] gpio-llld-rtos: SRCREV udpate to 01.00.00.16B Mahesh Radhakrishnan
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Mahesh Radhakrishnan @ 2019-10-06 16:52 UTC (permalink / raw)
  To: meta-ti

---
 recipes-bsp/emac-lld/emac-lld.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/emac-lld/emac-lld.inc b/recipes-bsp/emac-lld/emac-lld.inc
index 5a6eeb5..318be3d 100644
--- a/recipes-bsp/emac-lld/emac-lld.inc
+++ b/recipes-bsp/emac-lld/emac-lld.inc
@@ -2,8 +2,8 @@ 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.18"
-EMAC_LLD_SRCREV = "118523ed921e79a1c105cc0f07bd04d78f8a22ce"
+# Below commit ID corresponds to "DEV.EMAC_LLD.01.00.03.18A"
+EMAC_LLD_SRCREV = "42716931cfddac093de9b5e885b0a5139f7403fb"
 
 BRANCH ="${EMAC_LLD_GIT_BRANCH}"
 SRC_URI = "${EMAC_LLD_GIT_URI};protocol=${EMAC_LLD_GIT_PROTOCOL};branch=${BRANCH}"
@@ -11,4 +11,4 @@ SRC_URI = "${EMAC_LLD_GIT_URI};protocol=${EMAC_LLD_GIT_PROTOCOL};branch=${BRANCH
 SRCREV = "${EMAC_LLD_SRCREV}"
 
 # The LLD version
-PV = "01.00.03.18+git${SRCPV}"
+PV = "01.00.03.18A+git${SRCPV}"
-- 
1.9.1



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

* [thud/master][PATCH 04/13] gpio-llld-rtos: SRCREV udpate to 01.00.00.16B
  2019-10-06 16:52 [thud/master][PATCH 00/13] *** 6.1 RTOS Patchset-2 *** Mahesh Radhakrishnan
                   ` (2 preceding siblings ...)
  2019-10-06 16:52 ` [thud/master][PATCH 03/13] emac-lld: SRCREV udpate to 01.00.03.18 Mahesh Radhakrishnan
@ 2019-10-06 16:52 ` Mahesh Radhakrishnan
  2019-10-06 16:52 ` [thud/master][PATCH 05/13] i2c-lld-rtos: SRCREV update to 01.00.00.16A Mahesh Radhakrishnan
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Mahesh Radhakrishnan @ 2019-10-06 16:52 UTC (permalink / raw)
  To: meta-ti

---
 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 65a7bac..93f97d0 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.16"
-GPIO_LLD_SRCREV = "6397aa0b186233b6833a3ec0005fed296f95fa6c"
+# Below commit ID corresponds to "DEV.GPIO_LLD.01.00.00.16B"
+GPIO_LLD_SRCREV = "14e59e948fb949e244edcc3161f21ec4228fb15c"
 
 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.16"
+PV = "01.00.00.16B"
 PR = "r0"
 
 S = "${WORKDIR}/${GPIO_LLD_GIT_DESTSUFFIX}"
-- 
1.9.1



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

* [thud/master][PATCH 05/13] i2c-lld-rtos: SRCREV update to 01.00.00.16A
  2019-10-06 16:52 [thud/master][PATCH 00/13] *** 6.1 RTOS Patchset-2 *** Mahesh Radhakrishnan
                   ` (3 preceding siblings ...)
  2019-10-06 16:52 ` [thud/master][PATCH 04/13] gpio-llld-rtos: SRCREV udpate to 01.00.00.16B Mahesh Radhakrishnan
@ 2019-10-06 16:52 ` Mahesh Radhakrishnan
  2019-10-06 16:52 ` [thud/master][PATCH 06/13] mcasp-lld-rtos: SRCREV update to 01.01.00.15A Mahesh Radhakrishnan
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Mahesh Radhakrishnan @ 2019-10-06 16:52 UTC (permalink / raw)
  To: meta-ti

---
 recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb | 6 +++---
 1 file changed, 3 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 a8e3d55..bf64abf 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.16"
-I2C_LLD_SRCREV = "f5ad86d8573d55f55dcc8b8e3d0673b9fe9dae96"
+# Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.16A"
+I2C_LLD_SRCREV = "1524f975a96de004000ce7e5b3367d6640b7d193"
 
 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.16"
+PV = "01.00.00.16A"
 PR = "r0"
 
 DEPENDS_append = " osal-rtos \
-- 
1.9.1



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

* [thud/master][PATCH 06/13] mcasp-lld-rtos: SRCREV update to 01.01.00.15A
  2019-10-06 16:52 [thud/master][PATCH 00/13] *** 6.1 RTOS Patchset-2 *** Mahesh Radhakrishnan
                   ` (4 preceding siblings ...)
  2019-10-06 16:52 ` [thud/master][PATCH 05/13] i2c-lld-rtos: SRCREV update to 01.00.00.16A Mahesh Radhakrishnan
@ 2019-10-06 16:52 ` Mahesh Radhakrishnan
  2019-10-06 16:52 ` [thud/master][PATCH 07/13] mmcsd-lld-rtos: SRCREV uppdate to 01.00.00.17C Mahesh Radhakrishnan
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Mahesh Radhakrishnan @ 2019-10-06 16:52 UTC (permalink / raw)
  To: meta-ti

---
 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 9cdef70..983a299 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.15"
-MCASP_LLD_SRCREV = "427a910bdb2b2c192de64d8d892da2a7d569b46c"
+# Below commit ID corresponds to "DEV.MCASP_LLD.01.01.00.15A"
+MCASP_LLD_SRCREV = "d2d79afe8b4fa9503860d58d8e78137dd5801954"
 
 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.15"
+PV = "01.01.00.15A"
 PR = "r0"
 
 S = "${WORKDIR}/${MCASP_LLD_GIT_DESTSUFFIX}"
-- 
1.9.1



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

* [thud/master][PATCH 07/13] mmcsd-lld-rtos: SRCREV uppdate to 01.00.00.17C
  2019-10-06 16:52 [thud/master][PATCH 00/13] *** 6.1 RTOS Patchset-2 *** Mahesh Radhakrishnan
                   ` (5 preceding siblings ...)
  2019-10-06 16:52 ` [thud/master][PATCH 06/13] mcasp-lld-rtos: SRCREV update to 01.01.00.15A Mahesh Radhakrishnan
@ 2019-10-06 16:52 ` Mahesh Radhakrishnan
  2019-10-06 16:52 ` [thud/master][PATCH 08/13] osal: SRCREV udpate to 01.00.00.16B Mahesh Radhakrishnan
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Mahesh Radhakrishnan @ 2019-10-06 16:52 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 3d639e2..30aa429 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.17"
-MMCSD_LLD_SRCREV = "1b9f65b56b692ccb4180d1e6c9bd5523fc91923e"
+# Below commit ID corresponds to "DEV.MMCSD_LLD.01.00.00.17C"
+MMCSD_LLD_SRCREV = "0b1dd11ffb9868b13d3083e5abe7adeadea35bd7"
 
 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.17"
+PV = "01.00.00.17C"
 PR = "r0"
 
 S = "${WORKDIR}/${MMCSD_LLD_GIT_DESTSUFFIX}"
-- 
1.9.1



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

* [thud/master][PATCH 08/13] osal: SRCREV udpate to 01.00.00.16B
  2019-10-06 16:52 [thud/master][PATCH 00/13] *** 6.1 RTOS Patchset-2 *** Mahesh Radhakrishnan
                   ` (6 preceding siblings ...)
  2019-10-06 16:52 ` [thud/master][PATCH 07/13] mmcsd-lld-rtos: SRCREV uppdate to 01.00.00.17C Mahesh Radhakrishnan
@ 2019-10-06 16:52 ` Mahesh Radhakrishnan
  2019-10-06 16:52 ` [thud/master][PATCH 09/13] pruss-lld: SRCREV update to 01.00.00.15A Mahesh Radhakrishnan
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Mahesh Radhakrishnan @ 2019-10-06 16:52 UTC (permalink / raw)
  To: meta-ti

---
 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 b1d17dd..b0b015c 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.16"
-OSAL_SRCREV = "0fb2e0d8ed9a96b1dc212e9e9c7bb0cffeb205b3"
+# Below commit ID corresponding to "DEV.OSAL.01.00.00.16B"
+OSAL_SRCREV = "b78489d9d78d9366f1865aa847b743b1b29f6fd4"
 
 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.16"
+PV = "01.00.00.16B"
 INC_PR = "r0"
-- 
1.9.1



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

* [thud/master][PATCH 09/13] pruss-lld: SRCREV update to 01.00.00.15A
  2019-10-06 16:52 [thud/master][PATCH 00/13] *** 6.1 RTOS Patchset-2 *** Mahesh Radhakrishnan
                   ` (7 preceding siblings ...)
  2019-10-06 16:52 ` [thud/master][PATCH 08/13] osal: SRCREV udpate to 01.00.00.16B Mahesh Radhakrishnan
@ 2019-10-06 16:52 ` Mahesh Radhakrishnan
  2019-10-06 16:52 ` [thud/master][PATCH 10/13] sa-lld: SRCREV update to 04.00.00.03B Mahesh Radhakrishnan
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Mahesh Radhakrishnan @ 2019-10-06 16:52 UTC (permalink / raw)
  To: meta-ti

---
 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 313254b..278a630 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.15"
-PRUSS_LLD_SRCREV = "b4f0059fafebef66967e6e0e5f2559de2082145a"
+# Below commit ID corresponds to "DEV.PRUSS_LLD.01.00.00.15A"
+PRUSS_LLD_SRCREV = "914a5aab5080413fe848fa2903ace4d15e43699a"
 
 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.15"
+PV = "01.00.00.15A"
 INC_PR = "r0"
 
-- 
1.9.1



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

* [thud/master][PATCH 10/13] sa-lld: SRCREV update to 04.00.00.03B
  2019-10-06 16:52 [thud/master][PATCH 00/13] *** 6.1 RTOS Patchset-2 *** Mahesh Radhakrishnan
                   ` (8 preceding siblings ...)
  2019-10-06 16:52 ` [thud/master][PATCH 09/13] pruss-lld: SRCREV update to 01.00.00.15A Mahesh Radhakrishnan
@ 2019-10-06 16:52 ` Mahesh Radhakrishnan
  2019-10-06 16:52 ` [thud/master][PATCH 11/13] spi-lld-rtos: SRCREV update to 01.00.00.16A Mahesh Radhakrishnan
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Mahesh Radhakrishnan @ 2019-10-06 16:52 UTC (permalink / raw)
  To: meta-ti

---
 recipes-bsp/sa-lld/sa-lld.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/sa-lld/sa-lld.inc b/recipes-bsp/sa-lld/sa-lld.inc
index 81b9bae..4eaa0f8 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.03A"
-SA_LLD_SRCREV = "80049571ba7b128786b9b26b4b003079b9e2aed3"
+# Below commit ID corresponding to "DEV.SA_LLD.04.00.00.03B"
+SA_LLD_SRCREV = "ac85eea98ccb73fa00006afca8ae03536e933134"
 
 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.03A"
+PV = "04.00.00.03B"
 INC_PR = "r0"
 
 S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}"
-- 
1.9.1



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

* [thud/master][PATCH 11/13] spi-lld-rtos: SRCREV update to 01.00.00.16A
  2019-10-06 16:52 [thud/master][PATCH 00/13] *** 6.1 RTOS Patchset-2 *** Mahesh Radhakrishnan
                   ` (9 preceding siblings ...)
  2019-10-06 16:52 ` [thud/master][PATCH 10/13] sa-lld: SRCREV update to 04.00.00.03B Mahesh Radhakrishnan
@ 2019-10-06 16:52 ` Mahesh Radhakrishnan
  2019-10-06 16:52 ` [thud/master][PATCH 12/13] uart-lld-rtos: SRCREV update to 01.00.00.16B Mahesh Radhakrishnan
  2019-10-06 16:52 ` [thud/master][PATCH 13/13] ti-pdk-build-rtos: SRCREV update to 01.00.00.14A Mahesh Radhakrishnan
  12 siblings, 0 replies; 14+ messages in thread
From: Mahesh Radhakrishnan @ 2019-10-06 16:52 UTC (permalink / raw)
  To: meta-ti

---
 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 a72c5da..1dab251 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.16"
-SPI_LLD_SRCREV = "5e00d11961e61e32474ec9eee3c9e76aca7080cf"
+# Below commit ID corresponds to "DEV.SPI_LLD.01.00.00.16A"
+SPI_LLD_SRCREV = "4319424ca55676d25758f3e05797fac707b0b1f8"
 
 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.16"
+PV = "01.00.00.16A"
 PR = "r0"
 
 DEPENDS_append = " osal-rtos \
-- 
1.9.1



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

* [thud/master][PATCH 12/13] uart-lld-rtos: SRCREV update to 01.00.00.16B
  2019-10-06 16:52 [thud/master][PATCH 00/13] *** 6.1 RTOS Patchset-2 *** Mahesh Radhakrishnan
                   ` (10 preceding siblings ...)
  2019-10-06 16:52 ` [thud/master][PATCH 11/13] spi-lld-rtos: SRCREV update to 01.00.00.16A Mahesh Radhakrishnan
@ 2019-10-06 16:52 ` Mahesh Radhakrishnan
  2019-10-06 16:52 ` [thud/master][PATCH 13/13] ti-pdk-build-rtos: SRCREV update to 01.00.00.14A Mahesh Radhakrishnan
  12 siblings, 0 replies; 14+ messages in thread
From: Mahesh Radhakrishnan @ 2019-10-06 16:52 UTC (permalink / raw)
  To: meta-ti

---
 recipes-bsp/uart-lld/uart-lld-rtos_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/uart-lld/uart-lld-rtos_git.bb b/recipes-bsp/uart-lld/uart-lld-rtos_git.bb
index d475eb5..f279a67 100644
--- a/recipes-bsp/uart-lld/uart-lld-rtos_git.bb
+++ b/recipes-bsp/uart-lld/uart-lld-rtos_git.bb
@@ -13,14 +13,14 @@ 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.16"
-UART_LLD_SRCREV = "7e606f1db126af3e4e8e6f8a9173e1004a844e97"
+# Below commit ID corresponds to "DEV.UART_LLD.01.00.00.16B"
+UART_LLD_SRCREV = "227feb6e1da72bf0a785d95b7aaffd3216885f95"
 
 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.16"
+PV = "01.00.00.16B"
 PR = "r0"
 
 DEPENDS_append = " edma3-lld-rtos \
-- 
1.9.1



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

* [thud/master][PATCH 13/13] ti-pdk-build-rtos: SRCREV update to 01.00.00.14A
  2019-10-06 16:52 [thud/master][PATCH 00/13] *** 6.1 RTOS Patchset-2 *** Mahesh Radhakrishnan
                   ` (11 preceding siblings ...)
  2019-10-06 16:52 ` [thud/master][PATCH 12/13] uart-lld-rtos: SRCREV update to 01.00.00.16B Mahesh Radhakrishnan
@ 2019-10-06 16:52 ` Mahesh Radhakrishnan
  12 siblings, 0 replies; 14+ messages in thread
From: Mahesh Radhakrishnan @ 2019-10-06 16:52 UTC (permalink / raw)
  To: meta-ti

---
 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 c403642..2e1a557 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://COPYING.txt;beginline=1;endline=31;md5=92ab6f5e10f150
 
 require recipes-ti/includes/ti-paths.inc
 
-PV = "01.00.00.14"
+PV = "01.00.00.14A"
 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.14"
-PDK_BUILD_SRCREV = "21a7a453bed44e383464fa709b206064c2e0caa0"
+# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.14A"
+PDK_BUILD_SRCREV = "0a459346f029fb33a4a808a206382ef3c1b8086f"
 
 BRANCH = "${PDK_BUILD_GIT_BRANCH}"
 SRC_URI = "\
-- 
1.9.1



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

end of thread, other threads:[~2019-10-06 16:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-06 16:52 [thud/master][PATCH 00/13] *** 6.1 RTOS Patchset-2 *** Mahesh Radhakrishnan
2019-10-06 16:52 ` [thud/master][PATCH 01/13] board-rtos: SRCREV update to 01.00.10.06D Mahesh Radhakrishnan
2019-10-06 16:52 ` [thud/master][PATCH 02/13] common-csl-ip: SRCREV update to 03.03.00.16B Mahesh Radhakrishnan
2019-10-06 16:52 ` [thud/master][PATCH 03/13] emac-lld: SRCREV udpate to 01.00.03.18 Mahesh Radhakrishnan
2019-10-06 16:52 ` [thud/master][PATCH 04/13] gpio-llld-rtos: SRCREV udpate to 01.00.00.16B Mahesh Radhakrishnan
2019-10-06 16:52 ` [thud/master][PATCH 05/13] i2c-lld-rtos: SRCREV update to 01.00.00.16A Mahesh Radhakrishnan
2019-10-06 16:52 ` [thud/master][PATCH 06/13] mcasp-lld-rtos: SRCREV update to 01.01.00.15A Mahesh Radhakrishnan
2019-10-06 16:52 ` [thud/master][PATCH 07/13] mmcsd-lld-rtos: SRCREV uppdate to 01.00.00.17C Mahesh Radhakrishnan
2019-10-06 16:52 ` [thud/master][PATCH 08/13] osal: SRCREV udpate to 01.00.00.16B Mahesh Radhakrishnan
2019-10-06 16:52 ` [thud/master][PATCH 09/13] pruss-lld: SRCREV update to 01.00.00.15A Mahesh Radhakrishnan
2019-10-06 16:52 ` [thud/master][PATCH 10/13] sa-lld: SRCREV update to 04.00.00.03B Mahesh Radhakrishnan
2019-10-06 16:52 ` [thud/master][PATCH 11/13] spi-lld-rtos: SRCREV update to 01.00.00.16A Mahesh Radhakrishnan
2019-10-06 16:52 ` [thud/master][PATCH 12/13] uart-lld-rtos: SRCREV update to 01.00.00.16B Mahesh Radhakrishnan
2019-10-06 16:52 ` [thud/master][PATCH 13/13] ti-pdk-build-rtos: SRCREV update to 01.00.00.14A Mahesh Radhakrishnan

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.