diff options
author | C.R. Guo <chunrong.guo@nxp.com> | 2018-04-03 11:50:15 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-04-11 10:26:14 -0300 |
commit | c2c783d752f76cb716c003f3890f8a1a28f1aafd (patch) | |
tree | 21d9999a0420940ae84ca715a16e4acd2065ff86 /recipes-security/optee | |
parent | be6711898aff62d6b90455c11c837c1818568ef8 (diff) | |
download | meta-freescale-c2c783d752f76cb716c003f3890f8a1a28f1aafd.tar.gz |
optee-os-qoriq: update to 1543820
*include the following changes:
1543820 - plat-ls: Add support for fetching SSK from armv8 platform flavour.
ced7d32 - Merge pull request #2 in DASH/optee_os from ~NXA18717/dash_optee_os:master to master
b48ba24 - plat-ls: Add support for armv8 platform flavour
789e38a - core: arm: psci: pass nsec ctx to system_suspend
a7337d8 - core: fix allocated object on object creation failure in svc storage
639e5b8 - pta: change DMSG to FMSG for invoke in pta/SDP
bc0d271 - make clean: split file list into manageable chunks
8c6a8af - Fix comment in tee_ree_fs.c
6d57389 - Update CHANGELOG.md for 2.6.0
e4a1f58 - entry_std.c: Initialize num_params to fix gcc warning
b644907 - thread.c: free rpc arg mobj during cache disabling
a3bb288 - Update minor revision to 6 for release tag 2.6.0-rc1
b45ff69 - hikey, hikey960: enable dynamic shared memory
9a85cc0 - core: add v2p/p2v tests in embedded tests
3883028 - core:mmu: privileged land pa2va is not supported in dynamic SHM
0d86665 - core:debug: add verbosity when pa/va do not match
42d91b4 - core:mmu: fix userland pa2va conversion
bbed97b - core:mmu: fix userland va2pa conversion
def98e2 - core:unwind: check user context on stack print of panicked TAs
f98151a - core: map PTA registered shared memory late
430dcbd - core: reimplement mobj_mapped_shm_alloc()
*Update SRC_URL
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-security/optee')
-rw-r--r-- | recipes-security/optee/optee-os-qoriq_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/optee/optee-os-qoriq_git.bb b/recipes-security/optee/optee-os-qoriq_git.bb index 21b467ef..fba81fb0 100644 --- a/recipes-security/optee/optee-os-qoriq_git.bb +++ b/recipes-security/optee/optee-os-qoriq_git.bb | |||
@@ -8,8 +8,8 @@ DEPENDS = "python-pycrypto-native" | |||
8 | 8 | ||
9 | inherit deploy pythonnative | 9 | inherit deploy pythonnative |
10 | 10 | ||
11 | SRCREV = "4886ddbd44665589215df4ef010958cba55dc8ba" | 11 | SRCREV = "1543820b3dd1294af2eb237559ee003981ff26f4" |
12 | SRC_URI = "git://bitbucket.sw.nxp.com/scm/dash/optee_os.git;nobranch=1 \ | 12 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_os;nobranch=1 \ |
13 | file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \ | 13 | file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \ |
14 | " | 14 | " |
15 | 15 | ||