aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-security/optee
AgeCommit message (Collapse)Author
2022-07-25optee-qoriq: rename directory so it maps to the recipeOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2022-03-03layer: Update LICENSE variable to use SPDX license identifiersAndrey Zhizhikin
Since OE-Core commit 9379f80f48 ("license/insane: Show warning for obsolete license usage"), LICENSE field not containing SPDX identifiers are treated with WARNING. An automated conversion using scripts/contrib/convert-spdx-licenses.py to convert to use the standard SPDX license identifiers has been done on the entire layer. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2022-02-02optee-os: fix an override syntaxThomas Perrot
Correct a forgotten change when switching to the new syntax. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
2022-02-02optee-client: fix an override syntaxThomas Perrot
Correct a forgotten change when switching to the new syntax. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
2021-10-15optee-qoriq: upgrade to 3.13Ting Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com>
2021-10-13optee-os-qoriq: fix wrong overridesTing Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com>
2021-08-12layer: Convert to new override syntaxKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-12-17optee-test-qoriq: DEPENDS python3-pycryptodomex-nativeTing Liu
Fix: | /usr/include/optee/export-user_ta/scripts/sign_encrypt.py", line 131, in main | from Cryptodome.Signature import pss | ModuleNotFoundError: No module named 'Cryptodome' Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-12-16optee-os-qoriq: upgrade to 3.8.0Ting Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-12-16optee-client-qoriq: upgrade to 3.8.0Ting Liu
Switch to use codes from https://github.com/OP-TEE/optee_client, tag: 3.8.0 Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-12-16optee-test-qoriq: upgrade to 3.8.0Ting Liu
Switch to use codes from https://github.com/OP-TEE/optee_test, tag: 3.8.0 Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-09-09optee-os: backport to fix gcc10 compilation issueTing Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-05-06optee-test-qoriq: add patch to use python3Ting Liu
python2 is EOL January 2020. This fixes build failure due to python2. Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-04-20optee-os-qoriq: add patch to use python3Ting Liu
python2 is EOL January 2020. This fixes build failure due to python2. Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-02-11optee-test-qoriq: update to python3-pycrypto-native dependencyChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2020-02-11optee-os-qoriq: update to python3-pycrypto-native dependencyChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2020-01-23optee[-imx]: update recipes to use python3Andrey Zhizhikin
Since Python2 is dropped in oe-core and classes are not available anymore, optee components should be updated to utilize python3. optee-os recipe received an additionl patch to re-target the Python version in the source tree to python3. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
2019-10-21optee-os-qoriq: update to 4e8d2e5Chunrong Guo
*update to lsdk 1909 tag include the following changes: 4e8d2e5 - Merge pull request #19 in DASH/optee_os from ~NXA19713/optee_os:master to master 94bd7cc - Copyright header update. 9c09a28 - Merge pull request #18 in DASH/optee_os from ~NXA19713/optee_os:master to master 587183a - plat-ls:add LS1028ARDB platform Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-09-04optee-os-qoriq: Fix alignment of data for mempool_alloc_pool()Chunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-07-12optee-test-qoriq: fix build failure with GCC9Chunrong Guo
*fix the below error: |error: '%*s' directive argument is not a nul-terminated string [-Werror=format-overflow=] Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-07-12optee-os-qoriq: add OPTEEMACHINE for ls1088ardb-pb and ls1046afrwyChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-04-11optee-test-qoriq:update to 6690584Chunrong Guo
*update to lsdk 1903 tag include the following changes: 6690584 - cmake: locate files WRT to project home directory f6f68a2 - regression 6000: fix uninitialized local variables 0cf4cfe - regression 4100: fix uninitialized local variable 481c660 - regression 4000: fix uninitialized local variable a410edb - xtest --aes-perf: add -u option to process buffer in several steps 5401161 - improve xtest summary message a8c8f87 - regression: split 4007 into key types 0953bf0 - regression 4011: correct potential overflow 493574a - xtest: prevent unexpected build warning with strncpy 7dbf877 - regression: 6010: add rename conflict case (with close) Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-04-11optee-os-qoriq:update to b7a1527Chunrong Guo
*update to lsdk 1903 tag include the following changes: b7a1527 - Merge pull request #15 in DASH/optee_os from ~NXA18717/optee_os:master to master 6fac599 - plat-ls: Corrected GIC configuration for GIVv3 SoCs b3f7be2 - plat-ls: Corrected GIC configuration for ls1043ardb. a0bfef6 - plat-ls: updated conf.mk to set CFG_USER_TA_TARGETS 406c609 - Update CHANGELOG.md for 3.4.0 86b8b34 - core: arm32: fix gicv3 fiq race 41b2940 - core: syscall_storage_obj_create(): fix a memory leak 4198578 - plat-vexpress: disable uart IT with TF-A and GICv3 84e9c40 - core: svc_cryp: fix truncated buffer length d5c5b0b - core: svc: always check ta parameters c6edc12 - core: entry_std: check value of num_params c4f75cc - core: optee_msg.h: define OPTEE_MSG_MAX_NUM_PARAMS 95f36d6 - core: tee_mmu_check_access_rights() check all pages 359324a - svc: Initialize tmp_va_buf to prevent a TOCTOU attack e3adcf5 - core: ensure that supplied range matches MOBJ 99e8a8c - svc: fix NULL pointer dereference during storage enumeration ea8357c - svc: check for overflow when allocating a BigNum buffer 54ebc3a - svc: avoid TOCTOU issue in syscall_hash_final 70697bf - svc: check for allocation overflow in crypto calls part 2 a637243 - svc: check for allocation overflow in crypto calls b60e1ce - svc: check for allocation overflow in syscall_cryp_obj_populate Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-04-11optee-client-qoriq:update to 0842873Chunrong Guo
*update to lsdk 1903 tag include the following changes: 0842873 - flags: add -D_FILE_OFFSET_BITS=64 to support large files 28eea17 - libteec: Makefile: Generate .so files the same way as CMake 656e427 - tee_supplicant: gprof: fix compile error c48bc3b - tee-supplicant: cmake: enable RPMB emulation by default b6bfce9 - Makefile and config.mk: remove export in config.mk 66cdd5d - tee-supplicant: add daemon mode (-d) 5355fdb - Do not set -Werror by default 9c5e24c - tee-supplicant: rpmb.c: add __attribute__((fallthrough)) 0361f9b - libteec: refactor _dprintf() 8742233 - benchmark: fix computation of page address bd0e7c8 - Android related files: changes to work with Treble enabled build 9a63135 - Android.mk & config.mk: move teec.log/teesupp.log under /data/tee 6b4ca04 - benchmark: fix compilation issues 2d542f2 - Do not export CMakeLists.txt when running install 0fc28f2 - libteec: Fix incorrect SOVERSION number 3f16662 - tee-supplicant: cast sizeof(x) to socklen_t 23b22b1 - tee-supplicant: fix gcc warning e0a12e2 - cmake: Initial CMake support 33fa3c1 - tee-supplicant: fix use of mem after it's freed 09b69af - libteec/tee-supplicant: respect LDFLAGS set from distribution toolchain 9681680 - libteec/Makefile: generate static library (libteec.a) 73b4e49 - tee-supplicant: REE fs open file with O_SYNC flag 075c56e - tee_supplicant: add register memory feature *remove patch Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14optee-test-qoriq: set COMPATIBLE_MACHINE as qoriq-arm64Chunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14optee-os-qoriq: update to e93f053Chunrong Guo
*update to lsdk 1812 tag include the following changes e93f053 - Merge pull request #12 in DASH/optee_os from ~NXA18717/optee_os:optee_3.2.0 to optee_3.2.0 40670fe - plat-ls:add LX2160ARDB platform flavors c4ca171 - Updating MAINTAINERS for NXP LS-RDB Platforms *support ls1012afrwy 512mb and ls1012afrwy 1G Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2018-10-26optee-os-qoriq: support qoriq-arm64Chunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01optee-client-qoriq: update to ab3c79cChunrong Guo
*update to lsdk 1809 tag include the following changes: ab3c79c - Merge pull request #1 in DASH/optee_client from ~NXA19713/optee_client:master to optee_client_3.2 d56bb17 - Do not export CMakeLists.txt when running install ffd0a1d - libteec: Fix incorrect SOVERSION number 09b8071 - tee-supplicant: cast sizeof(x) to socklen_t b46a1e0 - tee-supplicant: fix gcc warning c3ae0db - cmake: Initial CMake support e23a20d - tee-supplicant: fix use of mem after it's freed 42c81ab - libteec/tee-supplicant: respect LDFLAGS set from distribution toolchain afb7317 - libteec/Makefile: generate static library (libteec.a) *refresh patches Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01optee-test-qoriq: update to 83c87d9Chunrong Guo
*update to lsdk 1809 tag include the following changes: 83c87d9 - Merge pull request #1 in DASH/optee_test from ~NXA19713/optee_test:master to optee_test_3.2 7e0a184 - xest: OpenSSL may be provided by the system a0e425a - xtest: Makefile: fix OpenSSL dependency on GP test suite support c6ea40a - regression: 4003: add AES CBC test 83b094d - ta: os_test_lib: add aosp support f331e75 - regression: 4003: use bigger plain text in AES CTR test 2b8a04c - regression: 4003: add AES CTR test dcac51e - regression: add case 1019 76dd317 - regression_1000.c: remove useless code 9edf89e - Remove host/lib/armv{7,8}/libcrypto.a 2e5f8a7 - xtest: use imported OpenSSL 0f5cb62 - Add host/openssl/lib/{arm,aarch64}/libcrypto.a ccba180 - Import OpenSSL 1.2.0o header files into host/openssl/include d104be0 - Move host/LICENSE to host/xtest/LICENSE 3f045a3 - regression: 4006: add test case for 4096-bit RSA ae3e546 - regression: 4006: add test case for 3072-bit RSA 6eb6339 - crypto: add test case for seeding RNG pool b4b147a - xtest: Makefile: link against OpenSSL if MBed TLS is enabled in TA 0422d8d - regression: add case 8103 eff3a2b - ta/crypt: add TA_CRYPT_CMD_MBED_SIGN_CERT 1e9c50c - Initialize openssl if linked with it 6ef0bea - regression: add case 8102 af71fe5 - cert: add some test certificates 3075e8a - Add scripts/file_to_c.py f16ae00 - ta/crypt: add TA_CRYPT_CMD_MBED_CHECK_CERT 5875d49 - regression: add case 8101 02b4113 - ta/crypt: add TA_CRYPT_CMD_MBED_SELF_TESTS Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01optee-os-qoriq : update to 5f6c95cChunrong Guo
*update to lsdk 1809 tag include the following changes: 5f6c95c - Merge pull request #10 in DASH/optee_os from ~NXA27423/optee_os:optee_3.2.0 to optee_3.2.0 e910662 - Enable CFG_ARM_GICV3 for LS1088 and LS2088 e7e9143 - Merge pull request #9 in DASH/optee_os from ~NXA27423/optee_os:optee_3.2.0 to optee_3.2.0 07ccba5 - plat-ls:add LS2088ARDB platform flavors 77f2a27 - plat-ls:add LS1088ARDB platform flavors cc05229 - plat-ls:add LS1012AFRWY platform flavors dc113b4 - Updating MAINTAINERS for LS1046A-RDB, LS1043A-RDB, LS1021 8b26860 - Prepare Generic layout for all platforms 03c103c - Remove platform specific function 9ff2f59 - Merge pull request #7 in DASH/optee_os from ~NXA19713/optee_os_3.2.0_nxp:optee_3.2.0 to optee_3.2.0 31475ae - Update revision for release tag 3.2.0-rc1 b935a53 - benchmark: change the way of timestamp buffer allocation. 8a97aa3 - scripts/symbolize.py: ignore undefined symbols b15b130 - core: support for global shared buffers 96d297b - core: tee: update objectSize/keySize for ECDSA/ECDH Objects 2101091 - ci: shippable: build stm32mp1 df0c43b - plat-stm32mp1: reformat OP-TEE images to stm32 format 65c3867 - core: stm32_uart driver 5316c4c - plat-stm32mp1: add initial support e585698 - Remove get_rng_array() b7ca2f3 - libmpa: remove mpa_set_random_generator() 1933fd8 - core: add new RNG implementation ab45c2d - core: split tee_pager_init() 37770ed - core: don't divide by sizeof(*mem) for ddr nsec memory 7074438 - ci: shippable: Add sunxi-bpi_zero ce5bbb3 - MAINTAINERS: Add MAINTAINERS entry for AllWinner H2+ 30c43ed - plat-sunxi: Add plat-sunxi 677bbd2 - core: add mdelay() function 5fde43b - core: drivers: serial8250_uart: Add DT support 7b74779 - Add new platform for the TI K3 class of SoCs 853b8de - core: crypto: arm64 ce: update AES CBC routines 203dcfc - ci: travis: cleanup for Ubuntu Trusty container-based environment db13fc5 - ci: travis: set buildroot ccache directory to ~/.ccache cf847ed - libutee: Fix the keepalive condition on last session close Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-09-28recipes: Limit BSP specific recipes on relevant SOCsKhem Raj
This helps in using meta-freescale with other BSP layers in same projects, which is common usecase Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com> Cc: Zhenhua Luo <zhenhua.luo@nxp.com> Cc: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-09-28recipes: Mark compatible machines as restricted by dependenciesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-07-06optee-test-qoriq: update recipesChunrong Guo
*Fix GCC 8 build error *Update EXTRA_OEMAKE set Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-07-05optee-client-qoriq: GCC 8 format-truncation errorChunrong Guo
*Fix the below error: |libteec/src/teec_trace.c:110:24: error: '%s' directive output may be truncated |writing up to 255 bytes into a region of size 246 [-Werror=format-truncation=] Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-07-05optee-os-qoriq: update to fe3b3daChunrong Guo
*Following changes are included: fe3b3da - Changed the target name from ls1012frwy to ls1012afrwy. 408ab3a - Merge branch 'master' of https://bitbucket.sw.nxp.com/scm/dash/optee_os c925812 - Merge pull request #6 in DASH/optee_os from ~NXA19713/optee_os:master to master f0451fd - Fix for PLATSEC-522 6d1e7cf - Merge pull request #5 in DASH/optee_os from ~NXA18717/dash_optee_os:master to master e0f2725 - plat-ls: Add support for armv8 platform flavour d812df8 - plat-ls: Add support for armv8 platform flavour Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-06-25optee-client-qoriq: update SRC_URLChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-06-25optee-test-qoriq: update SRC_URLChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-05-25optee-os-qoriq : use objcopy to output tee.elf binaryChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-04-11optee-os-qoriq: update to 1543820C.R. Guo
*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>
2018-03-15optee-test: Rename optee-test -> optee-test-qoriqC.R. Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-03-15optee-client: Rename optee-client -> optee-client-qoriqC.R. Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-03-15optee-os: Rename optee-os -> optee-os-qoriqC.R. Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-03-06optee-test: update SRC_URLC.R. Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-03-06optee-os: update SRC_URLC.R. Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-03-06optee-client: update SRC_URLC.R. Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-02-06optee-test: add recipesChunrong Guo
*include the following changes: a54952b - xtest storage: add a test case of creation of already existing object c3af0c2 - xtest: deprecated bass_return_code 1109316 - xtest: regression 1xxx: at least warn if test pseudo TA not found a319852 - xtest 1014: minor beautification 3b2da64 - Adds AES-GCM performance test in aes-perf cc72dd2 - xtest:sdp: fix a xtest crash if TEE is built without test pTA 3a34b98 - xtest:sdp: support old ION API if new API fails 8bc3142 - xtest/sdp: sync with ION udpates from linux kernel 4.12 1d70a11 - regression: add case 1002 087f204 - xtest: add -DTA_DIR to meet different requirement 24ce5ab - aes_perf: add missing #include <trace.h> 96d3952 - crypt: Support 64-bit TA address space. 47f7e3b - remove deprecated ta/prebuilt/faked_armv7_uta_signed_header.bin e0ab180 - xtest: fix buffer setup in AES benchmark tests e916b10 - Add regression_1016: TA to TA buffer manipulations 7601c03 - ta/os_test: remove unused code d2d94b4 - Make sure AES CTR does not buffer data c13fafa - Make sure AES GCM does not buffer data 5f86daa - regression 6018: reduce the number of blocks written fbbc48d - xtest: fix 32bit/64bit build directive when GP suite is enabled de0c443 - regression_5000.c: use size_t instead of uint32_t cefbe02 - regression_5006: use 32KB buffer e134252 - --sdp-basic: fix misleading messages 20949ea - regression 6018: reduce the number of blocks written 0b8342d - SDP basic test TA: get SDP configuration from TA devkit d851fc7 - xtest/perfs: fix option for random initialization of input buffers b85a5f9 - xtest: add SDP performance tests in aes-perf b9a9582 - xtest: fix SDP basic to nicely export allocate_ion_buffer() 057129b - aes-perf: AES buffer size must be a multiple of 16 bytes d0b3ee2 - aes-perf, sha-perf: add long options 2f18cc4 - aes-perf, sha-perf: trace TEE error origin when applicable 7203db0 - Remove SQL-FS d232f17 - regression: add case 9524 e5f9a5d - regression: 6015: remove special case for REE FS 4fd31f7 - Adjust the 9xxx cases for FS updates 170a1ee - Android.mk: Rename C source files to its test suite f84e996 - adbg_run.c: Define TAILQ_CONCAT() for aosp cc923db - Adjust the 9xxx cases for FS updates Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-02-06optee-client: add recipesChunrong Guo
*include the following changes: 73b4e49 - tee-supplicant: REE fs open file with O_SYNC flag 075c56e - tee_supplicant: add register memory feature 27888d7 - tee_client_api: register user memory f761a27 - tee-supplicant: move TEEC_LOAD_PATH to Makefile 48107e5 - tee_client_api: support calling libteec from cplusplus 32d9b77 - rpi3: fix unsupported exclusive access issue 0efaf6b - libteec/Makefile: create relative links to shared library instead of absolute ones 44c0d30 - Makefile: preserve links to libraries during make copy_export 5883a75 - libteec: benchmark cleanup e5ba7e8 - tee-supplicant: Report error on short buffer when loading TA 5db6c2d - Fix incorrect share memory size 48aed6e - Storage: Added CFG_TEE_FS_PARENT_PATH config option 1358c3f - Replace file permission symbolic values by octal numbers 63106fb - OP-TEE Benchmark 326001c - tee-supplicant: FS: remove unused legacy RPC functions d6a3291 - Remove leftovers of SQL FS 5de013f - supplicant: use public rpc command ids f8a4086 - supplicant: define/describe reserved Ids for supplicant commands a47e334 - client api: fix ULONG_MAX dependency 9faeb1b - tee_client_api: Correct max shared memory size define 4d5cf67 - tee-supplicant: correct block device path for android 403c9a1 - Remove SQL-FS 0b7aa7d - Android.mk: fix CFG_TEE_CLIENT_LOG_FILE checking 1df4046 - ree_fs_new_opendir(): ignore empty directory d507b84 - tee_supplicant_android.mk: Add missing configs for sockets ea42194 - tee-supplicant: fix variable is used unitialized error 79309c4 - Use the mode also in open_wrapper f79c74f - tee-supplicant: Add support for TCP/UDP iSocket interface 52e6ca1 - tee-supplicant: spawn threads as needed 5229afd - tee-supplicant: support asynchronous supplicant requests 5477e9e - tee-supplicant: Update TEEC_TEST_LOAD_PATH for Android 7f16107 - ree fs rpc: open with best-effort allowing RO data fs 3b4c507 - Add support for TA profiling (gprof) a1df073 - Rename optee_msg_fs.h to optee_msg_supplicant.h 1aaf6dc - tee-supplicant: disable warnings only for sql_fs.c 3656576 - Add backward compatibility with older TA UUID format 1d5cc96 - Allow O to be an absolute path ce5fefe - Format UUID strings correctly Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-02-06optee-os: add recipesChunrong Guo
*include the following changes: 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() 071e702 - core: add mobj_reg_shm_{,un}map() 5c7a19b - core: mobj: remove double physical offset a71af55 - core: mobj: add mobj_get_phys_offs() 8ae8c73 - Add Marvell platform with initial support for ARMADA A7K & A8K ade1412 - Util: add ASM version ROUNDDOWN and ROUNDUP definitions a5ebede - Util: add some useful SIZE definitions ae9fdf9 - plat-stm: support registered shm buffers ae19421 - core:sdp: fix SDP test pseudo-TA against dynamic shm c5d84b7 - plat-rcar: add non-secure DDR configuration d7269cc - plat-rcar: add initial support for salvator-m3 board b369a93 - plat-rcar: force CFG_CORE_LARGE_PHYS_ADDR ae841ed - pager: allow TA unwind when cause of unwind is not abort 785be2e - plat-vexpress: juno: add missing DRAM1 7411e0e - Add comment about CFG_UNWIND 3ff067c - plat-vexpress: fvp: add missing DRAM1 cbe4eae - core: add register_phys_mem_ul() 29ba2e7 - core: trivial large paddr_t fixes dd3afba - Add CFG_CORE_LARGE_PHYS_ADDR for 64bit paddr_t Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>