summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorBergsagel, Jonathan <jbergsagel@ti.com>2019-08-06 05:04:23 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-08-07 14:04:26 +0000
commit319c4967f05a3cbc64eda453e2c9ec8568801c2b (patch)
tree803873c4198a0528f76bd0b85d3bd67cb1ad08fa /recipes-bsp
parentc965b6beee3051277858fe72a4bc908db9825079 (diff)
downloadmeta-ti-319c4967f05a3cbc64eda453e2c9ec8568801c2b.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>
Diffstat (limited to 'recipes-bsp')
-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