summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBergsagel, Jonathan <jbergsagel@ti.com>2019-08-06 05:04:23 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-08-06 14:05:18 +0000
commit5c7c340add1b3d09988c06268e02c2dae7e0607b (patch)
treea15a64bd576a99cc0b34d48e39d69354feb5f59a
parentbcd2eefa400099249cc50451f8373dd7e1f29283 (diff)
downloadmeta-ti-5c7c340add1b3d09988c06268e02c2dae7e0607b.tar.gz
ipc-lld: firmware binary updates with WFI fix
Updated IPC/LLD firmware binaries for AM65xx and J721E to support WFI state for proper remote core power-down and power-up. Signed-off-by: Jonathan Bergsagel <jbergsagel@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/ipc-lld/ipc-lld-fw_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/ipc-lld/ipc-lld-fw_git.bb b/recipes-bsp/ipc-lld/ipc-lld-fw_git.bb
index 4c8743d0..dd1f57b3 100644
--- a/recipes-bsp/ipc-lld/ipc-lld-fw_git.bb
+++ b/recipes-bsp/ipc-lld/ipc-lld-fw_git.bb
@@ -13,7 +13,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
13 13
14PROTOCOL = "git" 14PROTOCOL = "git"
15BRANCH = "master" 15BRANCH = "master"
16SRCREV = "81392da08fab2b5cfc23d63dbe71b7244a6af477" 16SRCREV = "c9f7cfe61b67998a053fe145344ce0c9b5bb22aa"
17 17
18SRC_URI = "git://git.ti.com/keystone-rtos/ipc-lld.git;protocol=${PROTOCOL};branch=${BRANCH}" 18SRC_URI = "git://git.ti.com/keystone-rtos/ipc-lld.git;protocol=${PROTOCOL};branch=${BRANCH}"
19 19