Hello, I pushed following updates:
commit a1901571aebad6d4d9433693d85a707eae9191f0 (HEAD -> master, yocto/master-next, yocto/master) Author: C.R. Guo <[email protected]> Date: Mon Apr 9 11:58:24 2018 +0800 meta-freescale: Add LAYERSERIES_COMPAT markup to layer.conf This means mismatched layers are more clearly identified to the user in cases where compatibility has not been tested. (From meta-yocto rev: ca35ea46708e0514e4d5a20950880be0bf1d4147) Signed-off-by: Chunrong Guo <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> commit 4692260384624933b84b1feb0133d64f439985d2 Author: C.R. Guo <[email protected]> Date: Wed Apr 4 12:32:22 2018 +0800 rcw-bin: fix typo Signed-off-by: Chunrong Guo <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> commit e92f5cb438291c2ee70cfdbd85cfd95f299eb7ac Author: C.R. Guo <[email protected]> Date: Tue Apr 3 11:50:21 2018 +0800 secure-obj: add recipes *include the following changes: 74befe0 - SOBJ_TA: Fix for crash on running multiple sobj_eng_app simultaneously abfad4b - SOBJ_ENG: Adding support for parsing fake pem file 0120544 - SOBJ_APP:Adding option to save label in pem file 0f75291 - LIB: Removing compilation error 40cb954 - Updating README file 02be730 - SEC_KEY_DEV: Removing Compilation Error for Linux 4.14 1ed3e61 - SEC_KEY_DEV: Updating module information. 99253c5 - SEC_ENG_APP: Removing Compilation Error bb77eb4 - Merge pull request #14 in DNDEV/secure_obj from devel to master 7a98861 - Miscellaneous Changes 3225611 - SEC_KEY_DEV: Updating License to GPLV2.0 6d22fae - SEC_KEY_DEV: Removing FLIB dependancy for MP Key feature 436d79c - Removing issues reported by coverity 3db41f7 - LIB: Adding application for testing Secure Object Engine 1ae06b6 - SOBJ_ENGINE: Adding Secure Object based OpenSSL Engine 1e322f4 - LIB: Adding License to MP Apps file 4445c63 - LIB: Adding Manufacturing Key Feature 5b68462 - LIB: Changing library name to libsecure_obj.so f700c98 - Added Secure Object Application. d9d6a06 - APP: Coverity issue fix fe0da83 - TA: Add support for SK_GenerateKeyPair api 6589f45 - LIB: Add support for SK_Digest api 33dccce - TA: Add support for SK_Digest api 748187b - TA: Adding LICENSE to Secure Storage TA files dded4a9 - LIB: Adding LICENSE to Securekey Library files 0fbacc6 - LIB: Adding description of APIs in securekey_api.h ff95077 - LIB: Incorporate review comments on securekey_api_types.h f77a134 - TA: Incorporate review comments 2bb00f3 - LIB: Replacing printf with debug prints a88d9b8 - Coverity: Solving issues reported by coverity b0017c8 - TA: Add support for SK_Decrypt instead of SK_Encrypt 352ef6d - LIB: Make global func list static & do runtime init 2d09e72 - LIB: Add SK_Sign & SK_Encrypt APIs implementation db11a50 - LIB: Update securekey header files with sign and encrypt api's d4a29de - TA: Add support for SK_Sign and SK_Encrypt api's 09ceac4 - LIB: Adding implementation of SK_GetObjectAttribute API 877c1fb - TA: Update securekey_api_types.h with sign/encrypt types a1e709a - TA: Add support for SK_GetObjectAttribute api 5c7479c - LIB: Correcting Error mapping function a0deca2 - LIB: Adding test for enumerate object on attributes c9a2feb - LIB: Adding implementation of SK_EraseObject f63f9ce - TA: Add support for SK_EraseObject api bcb1d3d - TA: Add support for match attribute in SK_FindObject api 3ae46cd - LIB: Exposing function pointers from Securekey Library e9a2ce9 - LIB: Mapping TEE errors to SecureKey errors 912e388 - LIB: Adding implementation of SK_EnumerateObjects a14cbbb - LIB: Adding SK_CreateObject Implementation 20ce6af - TA: Add client side test framework 4fafd61 - TA: Add sub.mk for compilation 62edd11 - TA: Add implementation for SK_FindObject api 597d4e0 - TA: Add implementation for SK_CreateObject api e11ea98 - TA: Add database mgmt and hepler api's 0ba7bd3 - TA: Add framework for Secure Storage API's e113d79 - TA: Changes in Makefile to comply with OP-TEE compilation d24d3d4 - Adding file hierarchy framework 9075f15 - Initial Commit Signed-off-by: Chunrong Guo <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> commit 0edae65e61a4ed1d5555fe565838bf50a4485d27 Author: C.R. Guo <[email protected]> Date: Tue Apr 3 11:50:20 2018 +0800 libpkcs11: add recipes *include the following changes: dd1bc90 - APP: Fix for Find Operation not working a06dd4e - Removing Unused Functions 9c3a44c - Changing SecureKey name to Secure Object 8871bdc - Merge pull request #10 in DNDEV/libpkcs11 from ~NXA18717/libpkcs11:master to master 98431e8 - Added PKCS11 Application. 41adb66 - Fixing coverity issuse 66bc41b - Correcting error print message af84c25 - Changing C_Initialize to return correct value 90de92f - Add RSA mechanisms to C_Sign api 7b5d69e - Adding LICENSE to libpkcs11 files b55dcbd - Incorporate change in name for SK Attribute LABEL e713e9a - Removing securekey_api.h and securekey_api_types.h ed96d82 - Removing coverity issues c3f7052 - Add support for OPENSSL verification in do_Sign api fe8cb72 - Add do_Sign api in PKCS application 74aa2ce - Correct CKA_ALLOWED_MECHANISMS attribute addition for object bbfcec7 - Review Rework: Patch 2 - Removing blackduck issues 64e9962 - Add implementation for CK_Sign e62a602 - Changing printf to debug prints 25fa509 - Review Rework: Removing blackduck issues e12226b - Miscellaneous Changes 3917342 - Add implementation for CK_SignInit ced36ca - Review Rework: Adding code for per slot init in C_Initialize 39cfd5e - Adding code for keeping the position in find_list 5319ed0 - Changing names of some functions for blackduck 09fc58f - Adding Securekey function pointer per slot 7ee9cb1 - Adding general.c and general.h for general functions 81f78f7 - Review Rework: Adding session list per token ee38111 - Review rework of comments. 26532be - Correcting the prints in the application. 80d65f4 - Adding more RSA mechanisms 57f325f - Review Rework: Creating 2 objects for each keypair object from securekey ed02339 - Update securekey header files with sign and encrypt api's 2438a8f - Make global function list static & do runtime init c6f51ea - Adding implementation for Object Related APIs 1bf7f57 - Review rework of comments given till now. 06eb609 - Adding framework for getting function pointers from Securekey 0ad6130 - Adding implementation for session functions b0d331b - Adding implementation for general functions 6ca8cb9 - Adding file hierarchy framework c08270f - Initial Commit Signed-off-by: Chunrong Guo <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> commit 8964e6184f8574326aa0c6187e4d6051b6089913 Author: C.R. Guo <[email protected]> Date: Tue Apr 3 11:50:19 2018 +0800 qe-ucode: update COMPATIBLE_MACHINE for t1024 Signed-off-by: Chunrong Guo <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> commit 775de3050e161b4b83b3f32844905a7ee77c06fa Author: C.R. Guo <[email protected]> Date: Tue Apr 3 11:50:18 2018 +0800 ppa-optee: update PPA_PATH for ls1043a Signed-off-by: Chunrong Guo <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> commit e37c14dc1721f5a03bf03f9fa3303ee4b88a1214 Author: C.R. Guo <[email protected]> Date: Tue Apr 3 11:50:17 2018 +0800 aiopsl : update to af8c3b8 *include the following changes: af8c3b8 - apps: update elfs before tag 2d89c6a - firmware no.: 8.2.0 aba7196 - aiopsl: extend copyright and license update d5b2941 - aiopsl: improved exception handling - prevent infinite interrupt loop e9b9a8e - aiopsl: improved exception handling for e200 booke critical & non-critical interrupts 3c5c38b - sec: drop GPLv2+ license 727e3be - ipf_demo: fix failing test on ls1088a 2700d89 - IPF: check and return error status for fdma functions 4d654f4 - DPNI: provide support for passing of SW opaque value 06e9990 - soft_parser_demo : Add custom header placed before Eth ef714f5 - aiopsl: improve error reporting by adding section tracking a1804f5 - aiopsl: improve boot error handling 4771af0 - aiopsl: perform early system initialization 13e8823 - aiopsl: init cmgw_regs based on relative addresses 5f7cabf - aiopsl: remove unused "err" variable and related code fc75607 - aiopsl: remove dead code 93ce24e - aiopsl: make function(s) with no error paths return void 5cc0bea - aiopsl: add support for AIOP reset *Update SRC_URL Signed-off-by: Chunrong Guo <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> commit 6c462900aabfcd6b1135a7d564b7bd5e4830bad5 Author: C.R. Guo <[email protected]> Date: Tue Apr 3 11:50:16 2018 +0800 cst: update to 20b9a6e *include the following changes: 20b9a6e - fuse: Correct BSD license holder name 97a6c42 - fuse: Add support for programming debug level 4c340bb - Add sample input file for fuse provisioning tool 861fd75 - Add support for fuse provisioning tool cc11b63 - taal: Add weak taal api's definition c8cea82 - Separate secboot_hdrs.bin for different boot typt 1225f4c - Make SRK table default option 69c3d35 - Make ls1088_ls2088.sh executable 75e7e52 - Generate SRK hash value 859d7d6 - LS1088 QSPI: Change in address in input file 2810c51 - LS104x_1012: Add signing of bootscript_decap in case of NAND ff82bda - LS1088 SD: Add input files for LS1088ardb SD fbd4b73 - To enable blob, added input file eb13dd3 - LS1021ATWR: Change SPL hdr load address a9928ec - LS2088_1088: Add uni_sign input files for sd boot 5975dff - LS2088_1088: Sample uni_pbi input file for sd boot 1dcb623 - LS2088_1088: Modify tool to add pbi commands for sd secure 302ebe4 - Enable cmd line flag "--u" urand option for gen_otpmk_drbg 9089ce2 - Correct copyright on ls104x_1012_sd.sh script 660d19d - Resolve Copyright issue 9dd3971 - Add Distroboot specific changes 246b00a - LS1088: Change DPC,MC DDR address in input file 4d79962 - Remove Issues observed on coverity analysis ab5e0cb - Correct gen_otpmk_drbg to generate OTPMK as per TAUG 73e11ad - LS2080A : Input files for QSPI boot target. b59b41d - LS2088A: Adjust the memory map for NOR boot d429453 - LS1088A: Signing PPA image using script 04f8046 - LS1088A: PPA Input file for IE key extension feature *update SRC_URI Signed-off-by: Chunrong Guo <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> commit c2c783d752f76cb716c003f3890f8a1a28f1aafd Author: C.R. Guo <[email protected]> Date: Tue Apr 3 11:50:15 2018 +0800 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 <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> commit be6711898aff62d6b90455c11c837c1818568ef8 Author: C.R. Guo <[email protected]> Date: Tue Apr 3 11:50:14 2018 +0800 ppa-optee: add ls1012a support *Set PPA_PATH for ls1012a *Add ls1012a to COMPATIBLE_MACHINE Signed-off-by: Chunrong Guo <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> commit da910231928c64f95dc6604d7fbb3004ee1f4a5b Author: C.R. Guo <[email protected]> Date: Tue Apr 3 11:50:13 2018 +0800 ppa: update COMPATIBLE_MACHINE *support ls1012a Signed-off-by: Chunrong Guo <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> Regards, -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
