All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell/master PATCH 1/3] ti-sci-fw: Update image gen and linux-firmware to latest
@ 2021-04-28  4:25 praneeth
  2021-04-28  4:25 ` [dunfell/master PATCH 2/3] linux-ti-staging: Update 5.10 kernel to the latest commit SHA praneeth
  2021-04-28  4:25 ` [dunfell/master PATCH 3/3] conf: am65xx-evm: ReIntroduce existent dtbo for 5.10 praneeth
  0 siblings, 2 replies; 3+ messages in thread
From: praneeth @ 2021-04-28  4:25 UTC (permalink / raw)
  To: Praneeth Bajjuri; +Cc: Denys Dmytriyenko, Yogesh Siraswar, meta-ti

From: Praneeth Bajjuri <praneeth@ti.com>

update image gen and linux-firmware projects to latest commit

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 recipes-bsp/ti-sci-fw/ti-sci-fw.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
index 7e7e11f3..72430ab6 100644
--- a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
+++ b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
@@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
 
 PV = "2021.01a"
 
-SRCREV = "306e8b92bcce0fe88b494732c0a614079f8ff73a"
+SRCREV = "34062b5670aac524ce3074b184ef2ef62daafca0"
 BRANCH ?= "ti-linux-firmware"
-SRCREV_imggen = "a6b09643aa1acbcfa59bd2c1c080e3ad6c9e8074"
+SRCREV_imggen = "7b6f3832af6d334d335309d66d206ab829765c0e"
 SRCREV_FORMAT = "imggen"
 
 SRC_URI = " \
-- 
2.17.1


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

* [dunfell/master PATCH 2/3] linux-ti-staging: Update 5.10 kernel to the latest commit SHA
  2021-04-28  4:25 [dunfell/master PATCH 1/3] ti-sci-fw: Update image gen and linux-firmware to latest praneeth
@ 2021-04-28  4:25 ` praneeth
  2021-04-28  4:25 ` [dunfell/master PATCH 3/3] conf: am65xx-evm: ReIntroduce existent dtbo for 5.10 praneeth
  1 sibling, 0 replies; 3+ messages in thread
From: praneeth @ 2021-04-28  4:25 UTC (permalink / raw)
  To: Praneeth Bajjuri; +Cc: Denys Dmytriyenko, Yogesh Siraswar, meta-ti

From: Praneeth Bajjuri <praneeth@ti.com>

Update 5.10 kernel to the latest commit SHA

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +-
 recipes-kernel/linux/linux-ti-staging_5.10.bb    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb b/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
index e97aca3b..d4104b6d 100644
--- a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
+++ b/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
@@ -6,5 +6,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.10:"
 
 BRANCH = "ti-rt-linux-5.10.y"
 
-SRCREV = "79bfe5400b3fe9350cca6a009d8fdafcfc59879f"
+SRCREV = "00634c794573abb7fcbbf44437b2969214edfc7a"
 PV = "5.10.21+git${SRCPV}"
diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb
index 698ec871..b4de40de 100644
--- a/recipes-kernel/linux/linux-ti-staging_5.10.bb
+++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb
@@ -21,7 +21,7 @@ S = "${WORKDIR}/git"
 
 BRANCH = "ti-linux-5.10.y"
 
-SRCREV = "b53d877300ae60870b85823c6bfabb3aa643933b"
+SRCREV = "bdfd5b0c1ee5617c9a94bacad0d818920d95b486"
 PV = "5.10.21+git${SRCPV}"
 
 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
-- 
2.17.1


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

* [dunfell/master PATCH 3/3] conf: am65xx-evm: ReIntroduce existent dtbo for 5.10
  2021-04-28  4:25 [dunfell/master PATCH 1/3] ti-sci-fw: Update image gen and linux-firmware to latest praneeth
  2021-04-28  4:25 ` [dunfell/master PATCH 2/3] linux-ti-staging: Update 5.10 kernel to the latest commit SHA praneeth
@ 2021-04-28  4:25 ` praneeth
  1 sibling, 0 replies; 3+ messages in thread
From: praneeth @ 2021-04-28  4:25 UTC (permalink / raw)
  To: Praneeth Bajjuri; +Cc: Denys Dmytriyenko, Yogesh Siraswar, meta-ti

From: Praneeth Bajjuri <praneeth@ti.com>

commit 9ea50db095f9 ("conf: am65xx-evm: Remove non-existent dtb* from 5.10")
removed all non-existent dtb* for am65xx-evm as they were not
available on linux 5.10 branch at that time.

This patch reintroduces overlays present current on ti-linux-5.10.y kernel.

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 conf/machine/include/am65xx.inc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/conf/machine/include/am65xx.inc b/conf/machine/include/am65xx.inc
index 2a813f20..28733b2b 100644
--- a/conf/machine/include/am65xx.inc
+++ b/conf/machine/include/am65xx.inc
@@ -8,6 +8,11 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 
 KERNEL_DEVICETREE = " \
     ti/k3-am654-base-board.dtb \
+    ti/k3-am654-gp.dtbo \
+    ti/k3-am654-idk.dtbo \
+    ti/k3-am654-sr1.dtbo \
+    ti/k3-am654-pcie-usb2.dtbo \
+    ti/k3-am654-pcie-usb3.dtbo \
 "
 
 BBMULTICONFIG += "k3r5-sr2"
-- 
2.17.1


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

end of thread, other threads:[~2021-04-28  4:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-28  4:25 [dunfell/master PATCH 1/3] ti-sci-fw: Update image gen and linux-firmware to latest praneeth
2021-04-28  4:25 ` [dunfell/master PATCH 2/3] linux-ti-staging: Update 5.10 kernel to the latest commit SHA praneeth
2021-04-28  4:25 ` [dunfell/master PATCH 3/3] conf: am65xx-evm: ReIntroduce existent dtbo for 5.10 praneeth

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.