All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] LLD Upgrades
@ 2016-01-28 14:41 Jacob Stiffler
  2016-01-28 14:41 ` [PATCH 01/11] aif2-lld: Upgrade to version 1.2.0.1 Jacob Stiffler
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Jacob Stiffler @ 2016-01-28 14:41 UTC (permalink / raw)
  To: meta-ti

Upgrade LLDs to the latest versions

Jacob Stiffler (11):
  aif2-lld: Upgrade to version 1.2.0.1
  dfe-lld: Upgrade to version 1.0.0.7
  hyplnk-lld: Bump SRCREV
  iqn2-lld: Upgrade to version 1.0.0.10
  mmap-lld: Upgrade to version 2.0.0.6
  nwal-lld: Upgrade to version 02.01.00.09
  pa-lld: Upgrade to version 03.00.01.07
  pktlib: Upgrade to version 2.1.0.6
  sa-lld: Upgrade to version 03.00.00.12
  srio-lld: Upgrade to version 02.00.00.14
  traceframework: Upgrade to version 01.01.01.08

 recipes-bsp/aif2-lld/aif2-lld.inc                | 8 ++++----
 recipes-bsp/dfe-lld/dfe-lld.inc                  | 8 ++++----
 recipes-bsp/hyplnk-lld/hyplnk-lld.inc            | 6 +++---
 recipes-bsp/iqn2-lld/iqn2-lld.inc                | 8 ++++----
 recipes-bsp/mmap-lld/mmap-lld.inc                | 8 ++++----
 recipes-bsp/nwal-lld/nwal-lld.inc                | 8 ++++----
 recipes-bsp/pa-lld/pa-lld.inc                    | 8 ++++----
 recipes-bsp/pktlib/pktlib_git.bb                 | 8 ++++----
 recipes-bsp/sa-lld/sa-lld.inc                    | 8 ++++----
 recipes-bsp/srio-lld/srio-lld.inc                | 8 ++++----
 recipes-bsp/traceframework/traceframework_git.bb | 8 ++++----
 11 files changed, 43 insertions(+), 43 deletions(-)

-- 
1.9.1



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

* [PATCH 01/11] aif2-lld: Upgrade to version 1.2.0.1
  2016-01-28 14:41 [PATCH 00/11] LLD Upgrades Jacob Stiffler
@ 2016-01-28 14:41 ` Jacob Stiffler
  2016-01-28 14:41 ` [PATCH 02/11] dfe-lld: Upgrade to version 1.0.0.7 Jacob Stiffler
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Jacob Stiffler @ 2016-01-28 14:41 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/aif2-lld/aif2-lld.inc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/aif2-lld/aif2-lld.inc b/recipes-bsp/aif2-lld/aif2-lld.inc
index cd1e169..ef92705 100755
--- a/recipes-bsp/aif2-lld/aif2-lld.inc
+++ b/recipes-bsp/aif2-lld/aif2-lld.inc
@@ -7,15 +7,15 @@ AIF2_LLD_GIT_PROTOCOL = "git"
 AIF2_LLD_GIT_BRANCH = "master"
 AIF2_LLD_GIT_DESTSUFFIX = "git/ti/drv/aif2"
 
-# The following commit correspond to DEV.AIF2LLD.01.02.00.00A
-AIF2_LLD_SRCREV = "7f394ec9975cd4cef982b11763c882c4c763ddce"
+# The following commit correspond to DEV.AIF2LLD.01.02.00.01
+AIF2_LLD_SRCREV = "a701bbb5ed2976d5723c955c87a685f7517cffa3"
 
 BRANCH = "${AIF2_LLD_GIT_BRANCH}"
 SRC_URI = "${AIF2_LLD_GIT_URI};destsuffix=${AIF2_LLD_GIT_DESTSUFFIX};protocol=${AIF2_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 SRCREV = "${AIF2_LLD_SRCREV}"
 
-PV = "1.2.0.0"
-INC_PR = "r1"
+PV = "1.2.0.1"
+INC_PR = "r0"
 
 COMPATIBLE_MACHINE = "k2hk-evm"
 
-- 
1.9.1



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

* [PATCH 02/11] dfe-lld: Upgrade to version 1.0.0.7
  2016-01-28 14:41 [PATCH 00/11] LLD Upgrades Jacob Stiffler
  2016-01-28 14:41 ` [PATCH 01/11] aif2-lld: Upgrade to version 1.2.0.1 Jacob Stiffler
@ 2016-01-28 14:41 ` Jacob Stiffler
  2016-01-28 14:41 ` [PATCH 03/11] hyplnk-lld: Bump SRCREV Jacob Stiffler
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Jacob Stiffler @ 2016-01-28 14:41 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/dfe-lld/dfe-lld.inc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/dfe-lld/dfe-lld.inc b/recipes-bsp/dfe-lld/dfe-lld.inc
index f2e4213..c1d8643 100644
--- a/recipes-bsp/dfe-lld/dfe-lld.inc
+++ b/recipes-bsp/dfe-lld/dfe-lld.inc
@@ -7,15 +7,15 @@ DFE_LLD_GIT_PROTOCOL = "git"
 DFE_LLD_GIT_BRANCH = "master"
 DFE_LLD_GIT_DESTSUFFIX = "git/ti/drv/dfe"
 
-# The following commit correspond to DEV.DFE_LLD.01.00.00.05E
-DFE_LLD_SRCREV = "42e9df0108d208c92b9d2fee7e8b1b1ab62f4b69"
+# The following commit correspond to DEV.DFE_LLD.01.00.00.07
+DFE_LLD_SRCREV = "7a85310ee5e406f50a4c118610e07aade7d3cee2"
 
 BRANCH = "${DFE_LLD_GIT_BRANCH}"
 SRC_URI = "${DFE_LLD_GIT_URI};destsuffix=${DFE_LLD_GIT_DESTSUFFIX};protocol=${DFE_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 SRCREV = "${DFE_LLD_SRCREV}"
 
-PV = "1.0.0.5"
-INC_PR = "r1"
+PV = "1.0.0.7"
+INC_PR = "r0"
 
 COMPATIBLE_MACHINE = "k2l-evm"
 
-- 
1.9.1



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

* [PATCH 03/11] hyplnk-lld: Bump SRCREV
  2016-01-28 14:41 [PATCH 00/11] LLD Upgrades Jacob Stiffler
  2016-01-28 14:41 ` [PATCH 01/11] aif2-lld: Upgrade to version 1.2.0.1 Jacob Stiffler
  2016-01-28 14:41 ` [PATCH 02/11] dfe-lld: Upgrade to version 1.0.0.7 Jacob Stiffler
@ 2016-01-28 14:41 ` Jacob Stiffler
  2016-01-28 14:41 ` [PATCH 04/11] iqn2-lld: Upgrade to version 1.0.0.10 Jacob Stiffler
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Jacob Stiffler @ 2016-01-28 14:41 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/hyplnk-lld/hyplnk-lld.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/hyplnk-lld/hyplnk-lld.inc b/recipes-bsp/hyplnk-lld/hyplnk-lld.inc
index ecd68e9..9f7ac6a 100644
--- a/recipes-bsp/hyplnk-lld/hyplnk-lld.inc
+++ b/recipes-bsp/hyplnk-lld/hyplnk-lld.inc
@@ -13,15 +13,15 @@ HYPLNK_GIT_PROTOCOL = "git"
 HYPLNK_GIT_BRANCH = "master"
 HYPLNK_GIT_DESTSUFFIX = "git/ti/drv/${LLDNAME}"
 
-# Following commit corresponds to tag DEV.HYPLNK_LLD.02.01.00.05
-HYPLNK_SRCREV = "ea2a634578626deaa69608a189d5d7e84e5b7127"
+# Following commit corresponds to tag DEV.HYPLNK_LLD.02.01.00.05A
+HYPLNK_SRCREV = "2acb36a78fee9691a9433f0ce23cf00561123934"
 
 BRANCH="${HYPLNK_GIT_BRANCH}"
 SRC_URI = "${HYPLNK_GIT_URI};destsuffix=${HYPLNK_GIT_DESTSUFFIX};protocol=${HYPLNK_GIT_PROTOCOL};branch=${BRANCH}"
 SRCREV = "${HYPLNK_SRCREV}"
 
 PV = "2.1.0.5"
-INC_PR = "r2"
+INC_PR = "r3"
 
 DEVICELIST_k2hk-evm = "k2h k2k"
 DEVICELIST_k2e-evm  = "k2e"
-- 
1.9.1



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

* [PATCH 04/11] iqn2-lld: Upgrade to version 1.0.0.10
  2016-01-28 14:41 [PATCH 00/11] LLD Upgrades Jacob Stiffler
                   ` (2 preceding siblings ...)
  2016-01-28 14:41 ` [PATCH 03/11] hyplnk-lld: Bump SRCREV Jacob Stiffler
@ 2016-01-28 14:41 ` Jacob Stiffler
  2016-01-28 14:41 ` [PATCH 05/11] mmap-lld: Upgrade to version 2.0.0.6 Jacob Stiffler
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Jacob Stiffler @ 2016-01-28 14:41 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/iqn2-lld/iqn2-lld.inc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/iqn2-lld/iqn2-lld.inc b/recipes-bsp/iqn2-lld/iqn2-lld.inc
index 4a43a26..1d99d41 100644
--- a/recipes-bsp/iqn2-lld/iqn2-lld.inc
+++ b/recipes-bsp/iqn2-lld/iqn2-lld.inc
@@ -6,15 +6,15 @@ IQN2_LLD_GIT_PROTOCOL = "git"
 IQN2_LLD_GIT_BRANCH = "master"
 IQN2_LLD_GIT_DESTSUFFIX = "git/ti/drv/iqn2"
 
-# Following commit corresponds to DEV.IQN_LLD.01.00.00.08F
-IQN2_LLD_SRCREV = "29d5358b944f1447c024263f86e8c71784440b99"
+# Following commit corresponds to DEV.IQN_LLD.01.00.00.10
+IQN2_LLD_SRCREV = "dfc6bdd3b397b58e234f74eadda6d79ee399e682"
 
 BRANCH = "${IQN2_LLD_GIT_BRANCH}"
 SRC_URI = "${IQN2_LLD_GIT_URI};destsuffix=${IQN2_LLD_GIT_DESTSUFFIX};protocol=${IQN2_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 SRCREV = "${IQN2_LLD_SRCREV}"
 
-PV = "1.0.0.8"
-INC_PR = "r1"
+PV = "1.0.0.10"
+INC_PR = "r0"
 
 COMPATIBLE_MACHINE = "k2l-evm"
 
-- 
1.9.1



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

* [PATCH 05/11] mmap-lld: Upgrade to version 2.0.0.6
  2016-01-28 14:41 [PATCH 00/11] LLD Upgrades Jacob Stiffler
                   ` (3 preceding siblings ...)
  2016-01-28 14:41 ` [PATCH 04/11] iqn2-lld: Upgrade to version 1.0.0.10 Jacob Stiffler
@ 2016-01-28 14:41 ` Jacob Stiffler
  2016-01-28 14:41 ` [PATCH 06/11] nwal-lld: Upgrade to version 02.01.00.09 Jacob Stiffler
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Jacob Stiffler @ 2016-01-28 14:41 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/mmap-lld/mmap-lld.inc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/mmap-lld/mmap-lld.inc b/recipes-bsp/mmap-lld/mmap-lld.inc
index 9a6a4a5..37bd0bd 100644
--- a/recipes-bsp/mmap-lld/mmap-lld.inc
+++ b/recipes-bsp/mmap-lld/mmap-lld.inc
@@ -9,14 +9,14 @@ MMAP_LLD_GIT_PROTOCOL = "git"
 MMAP_LLD_GIT_BRANCH = "master"
 MMAP_LLD_GIT_DESTSUFFIX = "git/ti/runtime/mmap"
 
-# Commit correspond to DEV.MMAP.02.00.00.04
-MMAP_LLD_SRCREV = "306895eb2d5decd14a760e70d273946958ff716f"
+# Commit correspond to DEV.MMAP.02.00.00.06
+MMAP_LLD_SRCREV = "70c10fbce809a3ed1cd67c9da2e2a47d3de8f832"
 
 BRANCH="${MMAP_LLD_GIT_BRANCH}"
 SRC_URI = "${MMAP_LLD_GIT_URI};destsuffix=${MMAP_LLD_GIT_DESTSUFFIX};protocol=${MMAP_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 SRCREV = "${MMAP_LLD_SRCREV}"
 
-PV = "2.0.0.4"
-INC_PR = "r4"
+PV = "2.0.0.6"
+INC_PR = "r0"
 
 S = "${WORKDIR}/git/ti/runtime/mmap"
-- 
1.9.1



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

* [PATCH 06/11] nwal-lld: Upgrade to version 02.01.00.09
  2016-01-28 14:41 [PATCH 00/11] LLD Upgrades Jacob Stiffler
                   ` (4 preceding siblings ...)
  2016-01-28 14:41 ` [PATCH 05/11] mmap-lld: Upgrade to version 2.0.0.6 Jacob Stiffler
@ 2016-01-28 14:41 ` Jacob Stiffler
  2016-01-28 14:41 ` [PATCH 07/11] pa-lld: Upgrade to version 03.00.01.07 Jacob Stiffler
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Jacob Stiffler @ 2016-01-28 14:41 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/nwal-lld/nwal-lld.inc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/nwal-lld/nwal-lld.inc b/recipes-bsp/nwal-lld/nwal-lld.inc
index 9a91a6f..d18f7d8 100644
--- a/recipes-bsp/nwal-lld/nwal-lld.inc
+++ b/recipes-bsp/nwal-lld/nwal-lld.inc
@@ -8,15 +8,15 @@ NWAL_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/nwal-lld.git"
 NWAL_LLD_GIT_PROTOCOL = "git"
 NWAL_LLD_GIT_BRANCH = "master"
 
-# Below commit ID corresponds to "DEV.NWAL.02.01.00.08"
-NWAL_LLD_SRCREV = "e6df99e59a848c7afffe90fc9710b7dcb8067c31"
+# Below commit ID corresponds to "DEV.NWAL.02.01.00.09"
+NWAL_LLD_SRCREV = "ac1d899e0dbd3709848fbf1d121374e8953a3695"
 
 BRANCH = "${NWAL_LLD_GIT_BRANCH}"
 SRC_URI = "${NWAL_LLD_GIT_URI};protocol=${NWAL_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 SRCREV = "${NWAL_LLD_SRCREV}"
 
-PV = "02.01.00.08"
-INC_PR = "r2"
+PV = "02.01.00.09"
+INC_PR = "r0"
 
 BASEDIR = "${WORKDIR}/git"
 S = "${BASEDIR}/ti/drv/nwal"
-- 
1.9.1



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

* [PATCH 07/11] pa-lld: Upgrade to version 03.00.01.07
  2016-01-28 14:41 [PATCH 00/11] LLD Upgrades Jacob Stiffler
                   ` (5 preceding siblings ...)
  2016-01-28 14:41 ` [PATCH 06/11] nwal-lld: Upgrade to version 02.01.00.09 Jacob Stiffler
@ 2016-01-28 14:41 ` Jacob Stiffler
  2016-01-28 14:41 ` [PATCH 08/11] pktlib: Upgrade to version 2.1.0.6 Jacob Stiffler
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Jacob Stiffler @ 2016-01-28 14:41 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/pa-lld/pa-lld.inc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/pa-lld/pa-lld.inc b/recipes-bsp/pa-lld/pa-lld.inc
index 396278d..7b09ceb 100644
--- a/recipes-bsp/pa-lld/pa-lld.inc
+++ b/recipes-bsp/pa-lld/pa-lld.inc
@@ -9,16 +9,16 @@ PA_LLD_GIT_PROTOCOL = "git"
 PA_LLD_GIT_BRANCH = "master"
 PA_LLD_GIT_DESTSUFFIX = "git/ti/drv/pa"
 
-# Below Commit ID corresponds to "DEV.PA_LLD.03.00.01.05A"
-PA_LLD_SRCREV = "ae3aa3e80ecf64fe5a16515d134a6bc217220e2e"
+# Below Commit ID corresponds to "DEV.PA_LLD.03.00.01.07"
+PA_LLD_SRCREV = "cad5bc0b422a7ac3c6fa013fc2288447318329a0"
 
 BRANCH = "${PA_LLD_GIT_BRANCH}"
 SRC_URI = "${PA_LLD_GIT_URI};destsuffix=${PA_LLD_GIT_DESTSUFFIX};protocol=${PA_LLD_GIT_PROTOCOL};branch=${BRANCH} \
             file://0001-makefile_armv7-fix-missing-separator-error.patch"
 SRCREV = "${PA_LLD_SRCREV}"
 
-PV = "03.00.01.05"
-INC_PR = "r3"
+PV = "03.00.01.07"
+INC_PR = "r0"
 
 S = "${WORKDIR}/${PA_LLD_GIT_DESTSUFFIX}"
 
-- 
1.9.1



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

* [PATCH 08/11] pktlib: Upgrade to version 2.1.0.6
  2016-01-28 14:41 [PATCH 00/11] LLD Upgrades Jacob Stiffler
                   ` (6 preceding siblings ...)
  2016-01-28 14:41 ` [PATCH 07/11] pa-lld: Upgrade to version 03.00.01.07 Jacob Stiffler
@ 2016-01-28 14:41 ` Jacob Stiffler
  2016-01-28 14:41 ` [PATCH 09/11] sa-lld: Upgrade to version 03.00.00.12 Jacob Stiffler
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Jacob Stiffler @ 2016-01-28 14:41 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/pktlib/pktlib_git.bb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/pktlib/pktlib_git.bb b/recipes-bsp/pktlib/pktlib_git.bb
index 03399cf..9a45340 100644
--- a/recipes-bsp/pktlib/pktlib_git.bb
+++ b/recipes-bsp/pktlib/pktlib_git.bb
@@ -9,15 +9,15 @@ PKTLIB_GIT_URI = "git://git.ti.com/keystone-rtos/pktlib.git"
 PKTLIB_GIT_PROTOCOL = "git"
 PKTLIB_GIT_BRANCH = "master"
 
-# Corresponds to DEV.PKTLIB.2.1.0.5
-PKTLIB_SRCREV = "d757026f3d6a837711f4b44b5ffdefed761fc186"
+# Corresponds to DEV.PKTLIB.2.1.0.6
+PKTLIB_SRCREV = "2aa4843d79c344c2d76d0d5d32ecda3d7213d514"
 
 BRANCH = "${PKTLIB_GIT_BRANCH}"
 SRC_URI = "${PKTLIB_GIT_URI};protocol=${PKTLIB_GIT_PROTOCOL};branch=${BRANCH}"
 SRCREV = "${PKTLIB_SRCREV}"
 
-PV = "2.1.0.5"
-PR = "r1"
+PV = "2.1.0.6"
+PR = "r0"
 
 S = "${WORKDIR}/git/ti/runtime/pktlib"
 
-- 
1.9.1



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

* [PATCH 09/11] sa-lld: Upgrade to version 03.00.00.12
  2016-01-28 14:41 [PATCH 00/11] LLD Upgrades Jacob Stiffler
                   ` (7 preceding siblings ...)
  2016-01-28 14:41 ` [PATCH 08/11] pktlib: Upgrade to version 2.1.0.6 Jacob Stiffler
@ 2016-01-28 14:41 ` Jacob Stiffler
  2016-01-28 14:41 ` [PATCH 10/11] srio-lld: Upgrade to version 02.00.00.14 Jacob Stiffler
  2016-01-28 14:41 ` [PATCH 11/11] traceframework: Upgrade to version 01.01.01.08 Jacob Stiffler
  10 siblings, 0 replies; 12+ messages in thread
From: Jacob Stiffler @ 2016-01-28 14:41 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/sa-lld/sa-lld.inc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/sa-lld/sa-lld.inc b/recipes-bsp/sa-lld/sa-lld.inc
index 47584b6..3746a1e 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"
 
-# Following commit DEV.SA_LLD.03.00.00.11A
-SA_LLD_SRCREV = "bf5b097e868b20d23d386abc34a1902903d7d9ea"
+# Following commit DEV.SA_LLD.03.00.00.12
+SA_LLD_SRCREV = "b3bd2741126230b397ca827def5fcf6e6f019574"
 
 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 = "03.00.00.11"
-INC_PR = "r1"
+PV = "03.00.00.12"
+INC_PR = "r0"
 
 S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}"
-- 
1.9.1



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

* [PATCH 10/11] srio-lld: Upgrade to version 02.00.00.14
  2016-01-28 14:41 [PATCH 00/11] LLD Upgrades Jacob Stiffler
                   ` (8 preceding siblings ...)
  2016-01-28 14:41 ` [PATCH 09/11] sa-lld: Upgrade to version 03.00.00.12 Jacob Stiffler
@ 2016-01-28 14:41 ` Jacob Stiffler
  2016-01-28 14:41 ` [PATCH 11/11] traceframework: Upgrade to version 01.01.01.08 Jacob Stiffler
  10 siblings, 0 replies; 12+ messages in thread
From: Jacob Stiffler @ 2016-01-28 14:41 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/srio-lld/srio-lld.inc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/srio-lld/srio-lld.inc b/recipes-bsp/srio-lld/srio-lld.inc
index 2172a13..d697fb4 100644
--- a/recipes-bsp/srio-lld/srio-lld.inc
+++ b/recipes-bsp/srio-lld/srio-lld.inc
@@ -8,15 +8,15 @@ SRIO_LLD_GIT_PROTOCOL = "git"
 SRIO_LLD_GIT_BRANCH = "master"
 SRIO_LLD_GIT_DESTSUFFIX = "git/ti/drv/srio"
 
-# commit ID corresponding to DEV.SRIO_LLD.02.00.00.13
-SRIO_LLD_SRCREV = "dc49972265afd3ffd3b29ca235b8ca6daf790bd1"
+# commit ID corresponding to DEV.SRIO_LLD.02.00.00.14
+SRIO_LLD_SRCREV = "d22dfe096b5ee6025388943e9eb626f149e6ac55"
 
 BRANCH = "${SRIO_LLD_GIT_BRANCH}"
 SRC_URI = "${SRIO_LLD_GIT_URI};destsuffix=${SRIO_LLD_GIT_DESTSUFFIX};protocol=${SRIO_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 SRCREV = "${SRIO_LLD_SRCREV}"
 
-PV = "02.00.00.13"
-INC_PR = "r2"
+PV = "02.00.00.14"
+INC_PR = "r0"
 
 DEVICELIST = "k2h k2k"
 
-- 
1.9.1



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

* [PATCH 11/11] traceframework: Upgrade to version 01.01.01.08
  2016-01-28 14:41 [PATCH 00/11] LLD Upgrades Jacob Stiffler
                   ` (9 preceding siblings ...)
  2016-01-28 14:41 ` [PATCH 10/11] srio-lld: Upgrade to version 02.00.00.14 Jacob Stiffler
@ 2016-01-28 14:41 ` Jacob Stiffler
  10 siblings, 0 replies; 12+ messages in thread
From: Jacob Stiffler @ 2016-01-28 14:41 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/traceframework/traceframework_git.bb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/traceframework/traceframework_git.bb b/recipes-bsp/traceframework/traceframework_git.bb
index 31818c6..298ead4 100644
--- a/recipes-bsp/traceframework/traceframework_git.bb
+++ b/recipes-bsp/traceframework/traceframework_git.bb
@@ -7,15 +7,15 @@ TRACEFRAMEWORK_GIT_PROTOCOL = "git"
 TRACEFRAMEWORK_GIT_BRANCH = "master"
 TRACEFRAMEWORK_GIT_DESTSUFFIX = "git/ti/instrumentation/traceframework"
 
-# Below commit ID corresponds to DEV.TFWK-01.01.01.07
-TRACEFRAMEWORK_SRCREV = "8d9c0e3a5bcb43aad98a794c31f42b652c6b3b53"
+# Below commit ID corresponds to DEV.TFWK-01.01.01.08
+TRACEFRAMEWORK_SRCREV = "4e84c37c456ca62188cc9560d4ebf22452dab01f"
 
 BRANCH="${TRACEFRAMEWORK_GIT_BRANCH}"
 SRC_URI = "${TRACEFRAMEWORK_GIT_URI};destsuffix=${TRACEFRAMEWORK_GIT_DESTSUFFIX};protocol=${TRACEFRAMEWORK_GIT_PROTOCOL};branch=${BRANCH}"
 SRCREV = "${TRACEFRAMEWORK_SRCREV}"
 
-PV = "01.01.01.07"
-PR = "r4"
+PV = "01.01.01.08"
+PR = "r0"
 
 COMPATIBLE_MACHINE = "(tci6614-evm|keystone)"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-- 
1.9.1



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

end of thread, other threads:[~2016-01-28 14:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-28 14:41 [PATCH 00/11] LLD Upgrades Jacob Stiffler
2016-01-28 14:41 ` [PATCH 01/11] aif2-lld: Upgrade to version 1.2.0.1 Jacob Stiffler
2016-01-28 14:41 ` [PATCH 02/11] dfe-lld: Upgrade to version 1.0.0.7 Jacob Stiffler
2016-01-28 14:41 ` [PATCH 03/11] hyplnk-lld: Bump SRCREV Jacob Stiffler
2016-01-28 14:41 ` [PATCH 04/11] iqn2-lld: Upgrade to version 1.0.0.10 Jacob Stiffler
2016-01-28 14:41 ` [PATCH 05/11] mmap-lld: Upgrade to version 2.0.0.6 Jacob Stiffler
2016-01-28 14:41 ` [PATCH 06/11] nwal-lld: Upgrade to version 02.01.00.09 Jacob Stiffler
2016-01-28 14:41 ` [PATCH 07/11] pa-lld: Upgrade to version 03.00.01.07 Jacob Stiffler
2016-01-28 14:41 ` [PATCH 08/11] pktlib: Upgrade to version 2.1.0.6 Jacob Stiffler
2016-01-28 14:41 ` [PATCH 09/11] sa-lld: Upgrade to version 03.00.00.12 Jacob Stiffler
2016-01-28 14:41 ` [PATCH 10/11] srio-lld: Upgrade to version 02.00.00.14 Jacob Stiffler
2016-01-28 14:41 ` [PATCH 11/11] traceframework: Upgrade to version 01.01.01.08 Jacob Stiffler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.