diff options
author | Duy Dang <duy.dang.yw@rvc.renesas.com> | 2018-10-30 10:58:23 +0700 |
---|---|---|
committer | Duy Dang <duy.dang.yw@rvc.renesas.com> | 2018-12-20 09:49:49 +0700 |
commit | eefb246481522f850a5a2f10f4cddbb09dc27e7e (patch) | |
tree | a3ee357a4470cd289cf1544c6df999b9ba7c7a0f /meta-rcar-gen3 | |
parent | 67dc81a5298c0791a85d8e07b8e08c836ce7bfed (diff) |
rcar-gen3: optee-os: Update SRCREV to follow the latest version
This commit updates SRCREV of optee-os recipe for these changes:
- Fix the MMU configuration of shared memory.
- Merge the following pull request.
https://github.com/renesas-rcar/optee_os/pull/2
- Change a cipher method of AES-CTR from a block cipher to a stream
cipher.
- Fix exclusive controls of asymmetric encryption.
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')
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb | 2 |
1 files changed, 1 insertions, 1 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 293f262..c0be969 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb @@ -13,7 +13,7 @@ inherit deploy pythonnative PV = "3.1.0+renesas+git${SRCPV}" BRANCH = "rcar_gen3" -SRCREV_renesas = "35f6b872b7bd4cd0245f4c8b2e4a2cdc86fe8151" +SRCREV_renesas = "2a34a42f9a6d69c460d70e59e8e2a0c88ca88adc" SRCREV_officialgit = "e77020396508fc086d7a4d6137388b116e4a662f" SRCREV_FORMAT = "renesas_officialgit" |