All of lore.kernel.org
 help / color / mirror / Atom feed
* [zeus/thud/master][PATCH 0/3] 6.3 RTOS Patchset 2
@ 2020-04-16 12:49 Mahesh Radhakrishnan
  2020-04-16 12:49 ` [zeus/thud/master][PATCH 1/3] ti-pdk:SRCREV update to 2020.4.16 Mahesh Radhakrishnan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mahesh Radhakrishnan @ 2020-04-16 12:49 UTC (permalink / raw)
  To: meta-ti

6.3 RTOS patchset 2 containing fixes for
1) fix for OMAPL137  examples' compilation failures
2) ePWM fix with automation

Mahesh Radhakrishnan (3):
  ti-pdk:SRCREV update to 2020.4.16
  cmb-addon-rtos: SRCREV update to 01.01.00.03A
  common-csl-ip: SRCREV update to 03.03.00.17B

 classes/ti-pdk-fetch.bbclass                | 4 ++--
 recipes-bsp/cmb-addon/cmb-addon-rtos_git.bb | 6 +++---
 recipes-bsp/common-csl-ip/common-csl-ip.inc | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

-- 
2.17.1


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

* [zeus/thud/master][PATCH 1/3] ti-pdk:SRCREV update to 2020.4.16
  2020-04-16 12:49 [zeus/thud/master][PATCH 0/3] 6.3 RTOS Patchset 2 Mahesh Radhakrishnan
@ 2020-04-16 12:49 ` Mahesh Radhakrishnan
  2020-04-16 12:49 ` [zeus/thud/master][PATCH 2/3] cmb-addon-rtos: SRCREV update to 01.01.00.03A Mahesh Radhakrishnan
  2020-04-16 12:49 ` [zeus/thud/master][PATCH 3/3] common-csl-ip: SRCREV update to 03.03.00.17B Mahesh Radhakrishnan
  2 siblings, 0 replies; 4+ messages in thread
From: Mahesh Radhakrishnan @ 2020-04-16 12:49 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
 classes/ti-pdk-fetch.bbclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/classes/ti-pdk-fetch.bbclass b/classes/ti-pdk-fetch.bbclass
index e30dda75..b4bd8b73 100644
--- a/classes/ti-pdk-fetch.bbclass
+++ b/classes/ti-pdk-fetch.bbclass
@@ -1,9 +1,9 @@
 TI_PDK_GIT_URI ?= "git://git.ti.com/processor-sdk/pdk.git"
 TI_PDK_GIT_BRANCH ?= "master"
 TI_PDK_GIT_PROTOCOL ?= "git"
-TI_PDK_SRCREV ?= "11ae319266ff2efbcf31f82b714a06435abf7782"
+TI_PDK_SRCREV ?= "b0453bdbc0928cfa4362ded5b5dbb9cd66e42afe"
 
-TI_PDK_VERSION ?= "2020.4.13"
+TI_PDK_VERSION ?= "2020.4.16"
 
 PV = "${TI_PDK_VERSION}"
 
-- 
2.17.1


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

* [zeus/thud/master][PATCH 2/3] cmb-addon-rtos: SRCREV update to 01.01.00.03A
  2020-04-16 12:49 [zeus/thud/master][PATCH 0/3] 6.3 RTOS Patchset 2 Mahesh Radhakrishnan
  2020-04-16 12:49 ` [zeus/thud/master][PATCH 1/3] ti-pdk:SRCREV update to 2020.4.16 Mahesh Radhakrishnan
@ 2020-04-16 12:49 ` Mahesh Radhakrishnan
  2020-04-16 12:49 ` [zeus/thud/master][PATCH 3/3] common-csl-ip: SRCREV update to 03.03.00.17B Mahesh Radhakrishnan
  2 siblings, 0 replies; 4+ messages in thread
From: Mahesh Radhakrishnan @ 2020-04-16 12:49 UTC (permalink / raw)
  To: meta-ti

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

diff --git a/recipes-bsp/cmb-addon/cmb-addon-rtos_git.bb b/recipes-bsp/cmb-addon/cmb-addon-rtos_git.bb
index a10c4862..38f9a43e 100644
--- a/recipes-bsp/cmb-addon/cmb-addon-rtos_git.bb
+++ b/recipes-bsp/cmb-addon/cmb-addon-rtos_git.bb
@@ -14,11 +14,11 @@ CMB_ADDON_GIT_PROTOCOL = "git"
 CMB_ADDON_GIT_BRANCH = "master"
 CMB_ADDON_GIT_DESTSUFFIX = "git/ti/addon"
 
-# Below commit ID corresponds to "DEV.CMB.01.01.00.03"
-CMB_ADDON_SRCREV = "4b16dd77eb929708a5134714c3194fc5b5bc1808"
+# Below commit ID corresponds to "DEV.CMB.01.01.00.03A"
+CMB_ADDON_SRCREV = "3655aad07f17d3a167ec7dcecb52450c1d2fe8be"
 
 SRCREV = "${CMB_ADDON_SRCREV}"
-PV = "01.01.00.03"
+PV = "01.01.00.03A"
 PR = "r0"
 
 BRANCH = "${CMB_ADDON_GIT_BRANCH}"
-- 
2.17.1


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

* [zeus/thud/master][PATCH 3/3] common-csl-ip: SRCREV update to 03.03.00.17B
  2020-04-16 12:49 [zeus/thud/master][PATCH 0/3] 6.3 RTOS Patchset 2 Mahesh Radhakrishnan
  2020-04-16 12:49 ` [zeus/thud/master][PATCH 1/3] ti-pdk:SRCREV update to 2020.4.16 Mahesh Radhakrishnan
  2020-04-16 12:49 ` [zeus/thud/master][PATCH 2/3] cmb-addon-rtos: SRCREV update to 01.01.00.03A Mahesh Radhakrishnan
@ 2020-04-16 12:49 ` Mahesh Radhakrishnan
  2 siblings, 0 replies; 4+ messages in thread
From: Mahesh Radhakrishnan @ 2020-04-16 12:49 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 93bf7dfd..16c45e7a 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.17A"
+PV = "03.03.00.17B"
 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.17A"
-CSL_SRCREV = "f85a9cfe2cc91362578ce50afa6b40b665cb6498"
+# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.17B"
+CSL_SRCREV = "a5a9200fe11575a4eff965d87cb968c5f3377e9f"
 
 BRANCH="${CSL_GIT_BRANCH}"
 SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}"
-- 
2.17.1


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

end of thread, other threads:[~2020-04-16 12:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-16 12:49 [zeus/thud/master][PATCH 0/3] 6.3 RTOS Patchset 2 Mahesh Radhakrishnan
2020-04-16 12:49 ` [zeus/thud/master][PATCH 1/3] ti-pdk:SRCREV update to 2020.4.16 Mahesh Radhakrishnan
2020-04-16 12:49 ` [zeus/thud/master][PATCH 2/3] cmb-addon-rtos: SRCREV update to 01.01.00.03A Mahesh Radhakrishnan
2020-04-16 12:49 ` [zeus/thud/master][PATCH 3/3] common-csl-ip: SRCREV update to 03.03.00.17B 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.