diff options
author | Duy Dang <duy.dang.yw@renesas.com> | 2019-05-08 13:27:59 +0700 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2019-07-31 15:18:51 +0700 |
commit | cecba6cee4e4096d65145570779d98bcb587e13a (patch) | |
tree | 0730e9c10b8e07c938b51fe0938ff99799f04963 /meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb | |
parent | 5a37497d6e0d33c6ae4f64cf38aa9541b527c883 (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.
(cherry picked from commit 10a80f4f034923bc8e405e67f770189ea3317178)
Change-Id: I80274e7f2c3f11d2b67edc349e4f430c5388d3fc
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 5ec5db4..960c614 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb @@ -11,6 +11,7 @@ SRCREV = "3f16662284a69fdec97b1712064be94d1fed7ae7" SRC_URI += " \ file://optee.service \ file://0001-Fix-for-teec_trace.c-snprintf-Werror-format-truncati.patch \ + file://0001-tee-supplicant-use-MMC_IOC_MULTI_CMD-for-RPMB-access.patch \ " inherit pythonnative systemd |