All of lore.kernel.org
 help / color / mirror / Atom feed
* [master][PATCH 1/3] linux-ti-staging: update to 5.4.38 and ti2020.01.00 tag
@ 2020-05-06 22:14 Denys Dmytriyenko
  2020-05-06 22:14 ` [master][PATCH 2/3] u-boot-ti-staging: update to " Denys Dmytriyenko
  2020-05-06 22:14 ` [master][PATCH 3/3] ti-sci-fw: update k3-image-gen " Denys Dmytriyenko
  0 siblings, 2 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2020-05-06 22:14 UTC (permalink / raw)
  To: meta-ti; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 recipes-kernel/linux/linux-ti-staging_5.4.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/linux/linux-ti-staging_5.4.bb b/recipes-kernel/linux/linux-ti-staging_5.4.bb
index 7144a95..d32a8d4 100644
--- a/recipes-kernel/linux/linux-ti-staging_5.4.bb
+++ b/recipes-kernel/linux/linux-ti-staging_5.4.bb
@@ -61,8 +61,8 @@ S = "${WORKDIR}/git"
 
 BRANCH = "ti-linux-5.4.y"
 
-SRCREV = "6df1b63443a7a611ea1bbe148d9e0dc8baf6292e"
-PV = "5.4.34+git${SRCPV}"
+SRCREV = "c8469270aa0e018913e0af1de913a70257742e6e"
+PV = "5.4.38+git${SRCPV}"
 
 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
 MACHINE_KERNEL_PR_append = "a"
-- 
2.7.4


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

* [master][PATCH 2/3] u-boot-ti-staging: update to ti2020.01.00 tag
  2020-05-06 22:14 [master][PATCH 1/3] linux-ti-staging: update to 5.4.38 and ti2020.01.00 tag Denys Dmytriyenko
@ 2020-05-06 22:14 ` Denys Dmytriyenko
  2020-05-06 22:14 ` [master][PATCH 3/3] ti-sci-fw: update k3-image-gen " Denys Dmytriyenko
  1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2020-05-06 22:14 UTC (permalink / raw)
  To: meta-ti; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 recipes-bsp/u-boot/u-boot-ti-staging_2020.01.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2020.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2020.01.bb
index 1fd7de3..6b7e603 100644
--- a/recipes-bsp/u-boot/u-boot-ti-staging_2020.01.bb
+++ b/recipes-bsp/u-boot/u-boot-ti-staging_2020.01.bb
@@ -1,7 +1,7 @@
 require u-boot-ti.inc
 
-PR = "r8"
+PR = "r9"
 
 BRANCH = "ti-u-boot-2020.01"
 
-SRCREV = "7329fcabd5ac2f6c159b0c196f2c9d3e6f691627"
+SRCREV = "018f7f1c324fbd3f494a4e5e112853eb32b7bcdd"
-- 
2.7.4


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

* [master][PATCH 3/3] ti-sci-fw: update k3-image-gen to ti2020.01.00 tag
  2020-05-06 22:14 [master][PATCH 1/3] linux-ti-staging: update to 5.4.38 and ti2020.01.00 tag Denys Dmytriyenko
  2020-05-06 22:14 ` [master][PATCH 2/3] u-boot-ti-staging: update to " Denys Dmytriyenko
@ 2020-05-06 22:14 ` Denys Dmytriyenko
  1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2020-05-06 22:14 UTC (permalink / raw)
  To: meta-ti; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 recipes-bsp/ti-sci-fw/ti-sci-fw_2020.04.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_2020.04.bb b/recipes-bsp/ti-sci-fw/ti-sci-fw_2020.04.bb
index dcfcf3a..add4ee9 100644
--- a/recipes-bsp/ti-sci-fw/ti-sci-fw_2020.04.bb
+++ b/recipes-bsp/ti-sci-fw/ti-sci-fw_2020.04.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
 DEPENDS = "openssl-native u-boot-mkimage-native dtc-native"
 
 CLEANBROKEN = "1"
-PR = "r0"
+PR = "r1"
 
 # Loaded by R5F core
 COMPATIBLE_MACHINE = "k3r5"
@@ -19,7 +19,7 @@ export TI_SECURE_DEV_PKG
 
 SRCREV = "6b02b1ea07da65a68444e86439ad5b031e9fd5a2"
 BRANCH ?= "ti-linux-firmware"
-SRCREV_imggen = "8cfe64e7ca5729b0fbb4930bc2fed66ddf19049f"
+SRCREV_imggen = "a7d3909ed8ae23a7c90f7ef821713a8b0c3c061d"
 SRCREV_FORMAT = "imggen"
 
 SRC_URI = " \
-- 
2.7.4


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

end of thread, other threads:[~2020-05-06 22:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-06 22:14 [master][PATCH 1/3] linux-ti-staging: update to 5.4.38 and ti2020.01.00 tag Denys Dmytriyenko
2020-05-06 22:14 ` [master][PATCH 2/3] u-boot-ti-staging: update to " Denys Dmytriyenko
2020-05-06 22:14 ` [master][PATCH 3/3] ti-sci-fw: update k3-image-gen " Denys Dmytriyenko

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.