From 896a3eef952b15ccc8c23d7d83a936cc0f1f718f Mon Sep 17 00:00:00 2001 From: Khang Nguyen Date: Thu, 22 Feb 2018 16:35:32 +0700 Subject: rcar-gen3: MMNGR: Update SRCREV to follow the latest version This commit updates SRCREV to apply following changes: - Fix QAC MISRA C:2012 warnings. - Disable TLB function on IPMMU caches on E3. - To add E3 support. - xxxxxx mmngr_lib update test. - Update MMNGR revision to v1.3. - Change the way of parsing reserved memory regions in DT. - Do not parse reserved memory region for default CMA in DT twice. - Update IPMMU(MMU) deinitialize sequence. It also adds the configuration for E3. Signed-off-by: Khang Nguyen Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-multimedia/mmngr-module/mmngr_lib.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-rcar-gen3/recipes-multimedia/mmngr-module') diff --git a/meta-rcar-gen3/recipes-multimedia/mmngr-module/mmngr_lib.inc b/meta-rcar-gen3/recipes-multimedia/mmngr-module/mmngr_lib.inc index 8d7ee54..5def237 100644 --- a/meta-rcar-gen3/recipes-multimedia/mmngr-module/mmngr_lib.inc +++ b/meta-rcar-gen3/recipes-multimedia/mmngr-module/mmngr_lib.inc @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "\ MMNGR_LIB_URI = "git://github.com/renesas-rcar/mmngr_lib.git" SRC_URI = "${MMNGR_LIB_URI};branch=rcar_gen3" -SRCREV = "49e235dd06d63013fbfc6e19711b33da4dc4d743" +SRCREV = "e55a8356c906486ee0be78b2a1fde227e7a578f4" # Get Wordsize of test app and change their names later to avoid override WS_aarch64 = "" -- cgit 1.2.3-korg