diff options
author | Bergsagel, Jonathan <jbergsagel@ti.com> | 2019-08-06 05:04:23 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-08-07 14:04:26 +0000 |
commit | 319c4967f05a3cbc64eda453e2c9ec8568801c2b (patch) | |
tree | 803873c4198a0528f76bd0b85d3bd67cb1ad08fa | |
parent | c965b6beee3051277858fe72a4bc908db9825079 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-bsp/ipc-lld/ipc-lld-fw_git.bb | 2 |
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 | ||
14 | PROTOCOL = "git" | 14 | PROTOCOL = "git" |
15 | BRANCH = "master" | 15 | BRANCH = "master" |
16 | SRCREV = "81392da08fab2b5cfc23d63dbe71b7244a6af477" | 16 | SRCREV = "c9f7cfe61b67998a053fe145344ce0c9b5bb22aa" |
17 | 17 | ||
18 | SRC_URI = "git://git.ti.com/keystone-rtos/ipc-lld.git;protocol=${PROTOCOL};branch=${BRANCH}" | 18 | SRC_URI = "git://git.ti.com/keystone-rtos/ipc-lld.git;protocol=${PROTOCOL};branch=${BRANCH}" |
19 | 19 | ||