From c7688257d8a9428edc64ea00740c94e4f3efcbf7 Mon Sep 17 00:00:00 2001 From: Duy Dang Date: Fri, 26 Oct 2018 09:10:04 +0700 Subject: rcar-gen3: OP-TEE: Apply fix patch for MMU configuration This commit applies a patch to fix an issue in MMU configuration in which Linux or OP-TEE may overwrite to the illegal memory area. Signed-off-by: Duy Dang Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb') diff --git a/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb b/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb index 98c8776..f1e0e5b 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb @@ -27,6 +27,7 @@ SRC_URI_append = " \ file://0001-OPTEE_PROVIDER-188185-Fix-a-contxt-size-allocated-by.patch \ file://0002-OPTEE_PROVIDER-188122-Fix-to-exclusive-control-for-R.patch \ file://0001-Update-optee_os-Rev1.0.16-rev2.patch \ + file://0001-plat-rcar-fix-MMU-configuration-of-shared-memory.patch \ " COMPATIBLE_MACHINE = "(salvator-x|h3ulcb|m3ulcb|ebisu)" -- cgit 1.2.3-korg