diff options
author | 2019-05-08 13:27:59 +0700 | |
---|---|---|
committer | 2019-07-15 10:05:25 +0700 | |
commit | 10a80f4f034923bc8e405e67f770189ea3317178 (patch) | |
tree | 2d0f448812063fbd38e490143ecada601c4766c3 /meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb | |
parent | 8f18cf4dd8ea53d74586a88d4cb9005297aa7d78 (diff) |
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 <duy.dang.yw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb')
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |