All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ti-sci-fw: rename PMMC firmware to TI SCI and update to the latest
@ 2015-12-04 22:15 Denys Dmytriyenko
  2015-12-04 22:15 ` [PATCH 2/3] linux-ti-staging: update to the latest, rename pmmc-fw to ti-sci-fw Denys Dmytriyenko
  2015-12-04 22:15 ` [PATCH 3/3] linux-ti-staging-rt: update to the latest rev Denys Dmytriyenko
  0 siblings, 2 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2015-12-04 22:15 UTC (permalink / raw)
  To: meta-ti

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../{pmmc-fw/pmmc-fw_git.bb => ti-sci-fw/ti-sci-fw_git.bb}        | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename recipes-bsp/{pmmc-fw/pmmc-fw_git.bb => ti-sci-fw/ti-sci-fw_git.bb} (82%)

diff --git a/recipes-bsp/pmmc-fw/pmmc-fw_git.bb b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
similarity index 82%
rename from recipes-bsp/pmmc-fw/pmmc-fw_git.bb
rename to recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
index 8d86234..4294c6b 100644
--- a/recipes-bsp/pmmc-fw/pmmc-fw_git.bb
+++ b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
@@ -1,9 +1,9 @@
-DESCRIPTION = "PMMC firmware"
+DESCRIPTION = "TI SCI firmware"
 
 LICENSE = "TI-TFL"
 LIC_FILES_CHKSUM = "file://LICENCE.ti-keystone;md5=3a86335d32864b0bef996bee26cc0f2c"
 
-PV = "0.1.0.63"
+PV = "0.1.0.70"
 PR = "r0"
 
 CLEANBROKEN = "1"
@@ -12,13 +12,13 @@ COMPATIBLE_MACHINE = "k2g-evm"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
-SRCREV = "474abaf61ef4778df84b74c4a50f740149b38115"
+SRCREV = "a5b1c3d043fef5869eaa937276976c0e3e23b966"
 BRANCH ?= "master"
 
 SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"
 
 S = "${WORKDIR}/git"
-TARGET = "pmmc-firmware.bin"
+TARGET = "ti-sci-firmware-k2g.bin"
 
 do_install() {
 	install -d ${D}/boot
-- 
2.2.0



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

* [PATCH 2/3] linux-ti-staging: update to the latest, rename pmmc-fw to ti-sci-fw
  2015-12-04 22:15 [PATCH 1/3] ti-sci-fw: rename PMMC firmware to TI SCI and update to the latest Denys Dmytriyenko
@ 2015-12-04 22:15 ` Denys Dmytriyenko
  2015-12-04 22:15 ` [PATCH 3/3] linux-ti-staging-rt: update to the latest rev Denys Dmytriyenko
  1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2015-12-04 22:15 UTC (permalink / raw)
  To: meta-ti

From: Denys Dmytriyenko <denys@ti.com>

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

diff --git a/recipes-kernel/linux/linux-ti-staging_4.1.bb b/recipes-kernel/linux/linux-ti-staging_4.1.bb
index ef953f9..8ac23ee 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.1.bb
+++ b/recipes-kernel/linux/linux-ti-staging_4.1.bb
@@ -28,8 +28,8 @@ RDEPENDS_kernel-base_append_dra7xx = " vpdma-fw"
 # Install boot-monitor skern file into /boot dir of rootfs
 RDEPENDS_kernel-base_append_keystone = " boot-monitor"
 
-# Install pmmc-fw into /boot dir of rootfs
-RDEPENDS_kernel-base_append_k2g-evm = " pmmc-fw"
+# Install ti-sci-fw into /boot dir of rootfs
+RDEPENDS_kernel-base_append_k2g-evm = " ti-sci-fw"
 
 # Default is to package all dtb files for ti33x devices unless building
 # for the specific beaglebone machine.
@@ -57,11 +57,11 @@ S = "${WORKDIR}/git"
 
 BRANCH = "ti-lsk-linux-4.1.y"
 
-SRCREV = "e7ce6b9cdee62083862c3d86853819d871f853de"
+SRCREV = "fab89f97cfaa946964db3f593631abe4d9349358"
 PV = "4.1.13+git${SRCPV}"
 
 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
-MACHINE_KERNEL_PR_append = "b"
+MACHINE_KERNEL_PR_append = "c"
 PR = "${MACHINE_KERNEL_PR}"
 
 KERNEL_CONFIG_DIR = "${S}/ti_config_fragments"
-- 
2.2.0



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

* [PATCH 3/3] linux-ti-staging-rt: update to the latest rev
  2015-12-04 22:15 [PATCH 1/3] ti-sci-fw: rename PMMC firmware to TI SCI and update to the latest Denys Dmytriyenko
  2015-12-04 22:15 ` [PATCH 2/3] linux-ti-staging: update to the latest, rename pmmc-fw to ti-sci-fw Denys Dmytriyenko
@ 2015-12-04 22:15 ` Denys Dmytriyenko
  1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2015-12-04 22:15 UTC (permalink / raw)
  To: meta-ti

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 recipes-kernel/linux/linux-ti-staging-rt_4.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.1.bb b/recipes-kernel/linux/linux-ti-staging-rt_4.1.bb
index 35c4910..6f6938a 100644
--- a/recipes-kernel/linux/linux-ti-staging-rt_4.1.bb
+++ b/recipes-kernel/linux/linux-ti-staging-rt_4.1.bb
@@ -6,4 +6,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.1:"
 
 BRANCH = "ti-rt-linux-4.1.y"
 
-SRCREV = "689b0790980be1cc3eb84e435c1bc87cd1e91458"
+SRCREV = "b1ba8cd730f594e276a0cf92a4fe2bf5d4ad2c40"
-- 
2.2.0



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

end of thread, other threads:[~2015-12-04 22:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-04 22:15 [PATCH 1/3] ti-sci-fw: rename PMMC firmware to TI SCI and update to the latest Denys Dmytriyenko
2015-12-04 22:15 ` [PATCH 2/3] linux-ti-staging: update to the latest, rename pmmc-fw to ti-sci-fw Denys Dmytriyenko
2015-12-04 22:15 ` [PATCH 3/3] linux-ti-staging-rt: update to the latest rev 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.