diff options
author | Duy Dang <duy.dang.yw@rvc.renesas.com> | 2018-10-17 18:26:04 +0700 |
---|---|---|
committer | Duy Dang <duy.dang.yw@rvc.renesas.com> | 2018-10-19 10:36:41 +0700 |
commit | d71480635ff07cfa48bbbd684c15a09fabb093b3 (patch) | |
tree | 9219bc2db0fef60fdade92ad46917920eff589af /meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb | |
parent | 5fe2bafb3bf963ab3027be1e4d93c1281b9dd6a2 (diff) |
rcar-gen3: OP-TEE: Apply fix patch
This commit applies a patch to fix the following issues:
- Fix to set the initial value for a parameter in TEE_AEInit
- Fix to clear the read cache of standalone_fs_create.
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb')
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 765e24d..98c8776 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb @@ -26,6 +26,7 @@ SRC_URI = " \ 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 \ " COMPATIBLE_MACHINE = "(salvator-x|h3ulcb|m3ulcb|ebisu)" |