From 77c0db27d94faa3575765e15fb68368dc7b48a20 Mon Sep 17 00:00:00 2001 From: Ramprasad N Date: Fri, 14 Feb 2020 10:14:17 +0000 Subject: [PATCH] ipumm: Update SRCREV with the vring fix for k5.1+ The following is the main change done: Use FW_RSC_ADDR_ANY for places where memory needs to be allocated dynamically like RSC_CARVEOUT and vdev resource entries Signed-off-by: Ramprasad N Signed-off-by: Denys Dmytriyenko --- recipes-bsp/ipumm-fw/ipumm-fw_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb index 5cb38b05..2ef21016 100644 --- a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb +++ b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb @@ -17,12 +17,12 @@ RDEPENDS_${PN} = " libdce" SRC_URI = "git://git.ti.com/ivimm/ipumm.git;protocol=git" -SRCREV = "e4872a8966a267d537399b1babc54e5f66ae8b3b" +SRCREV = "df4c50aecc9aad7ab3eb1ca9ebacfe473fcad7c5" S = "${WORKDIR}/git" PV = "3.00.15.00" -PR = "r4" +PR = "r5" require recipes-ti/includes/ti-paths.inc