From 10a80f4f034923bc8e405e67f770189ea3317178 Mon Sep 17 00:00:00 2001 From: Duy Dang Date: Wed, 8 May 2019 13:27:59 +0700 Subject: rcar-gen3: optee-client: Apply patch to use MMC_IOC_MULTI_CMD for RPMB access This patch changes RPMB ioctl from MMC_IOC_CMD into MMC_IOC_MULTI_CMD and changes ioctl parameters according to mmc utils to fix the failure when using MMC_IOC_CMD as RPMB ioctl. Change-Id: I2ec8dd2d5eaf08a357bbe45477f2378e108ec7f7 Signed-off-by: Duy Dang Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb') diff --git a/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb b/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb index 3ffa0fc..c31fa1b 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb @@ -10,6 +10,7 @@ SRCREV = "3f16662284a69fdec97b1712064be94d1fed7ae7" SRC_URI += " \ file://optee.service \ + file://0001-tee-supplicant-use-MMC_IOC_MULTI_CMD-for-RPMB-access.patch \ " inherit pythonnative systemd -- cgit 1.2.3-korg