Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade OP-TEE to LF6.1.55-2.2.0 NXP BSP #1752

Merged
merged 3 commits into from
Feb 17, 2024

Commits on Feb 17, 2024

  1. optee-os: Upgrade to lf-6.1.55-2.2.0 (4.0)

    Upgrade optee-os to 4.0 to be aligned with NXP BSP LF6.1.55_2.2.0.
    
    Also update the patch files.
    
    Relevant changes:
    - a303fc80f drivers: crypto: caam: fix job ring interruption number
    - 2a3787bf4 LFOPTEE-291 drivers: ele: disable ELE RNG at runtime
    - dca43aa1b drivers: crypto: caam: use job ring 3 on i.mx8dxlevk
    - c0d2000c1 drivers: imx_snvs: unlock SNVS access for non-secure
    - 50e946795 LFOPTEE-289 core: pta: imx: Trusted ARM CE: fix serialization bug
    - 9134bcffa LFOPTEE-289 core: pta: imx: Trusted ARM CE fix build issue
    - 8bf641926 LFOPTEE-235 core: plat-imx: Add Fast SMC support
    - 0477a804b LFOPTEE-235 core: pta: imx: add TRUSTED ARM CE
    - d943197bd LFOPTEE-235 drivers: ele: expose imx_ele_derive_key
    - e7dadb871 LFOPTEE-235 drivers: ele: rng: Use ELE GetRandom cmd
    - 9f3218062 LFOPTEE-286 drivers: ele: report error according to ELE response status
    - c619a4cb2 LFOPTEE-279 drivers: ele: correct typo in imx_ele_generate_key()
    - 2b0d839e5 LFOPTEE-279 drivers: ele: update imx_ele_delete_key() function
    - d7e85fad1 LFOPTEE-259 drivers: ele: make special setup for Trust MU communication
    - 4000b10be LFOPTEE-273 drivers: ele: move key management functions in key_mgmt.h
    - 4188353a1 LFOPTEE-270 drivers: ele: remove global session and key store handle init from imx_ele_global_init().
    - dd79868aa LFOPTEE-270 drivers: ele: key_mgmt: remove unnecessary cache invalidate operation
    
    Signed-off-by: Oleksandr Suvorov <[email protected]>
    MrCry0 committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    ebdf6d8 View commit details
    Browse the repository at this point in the history
  2. optee-client: Upgrade to lf-6.1.55-2.2.0 (4.0)

    Upgrade the optee-client to 4.0 to be aligned with NXP BSP LF6.1.55_2.2.0.
    
    Relevant changes:
    - acb0885 teec: use multiple of page size for page aligned buffers
    - 6178477 cmake: pkgconfig file: install the file
    - 46831ac pkgconfig file: remove extra comments
    - 3ac968e Makefile, cmake: move teec related headers
    - 2dd250b cmake: remove whitespace before parenthesis
    
    Signed-off-by: Oleksandr Suvorov <[email protected]>
    MrCry0 committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    aea94ba View commit details
    Browse the repository at this point in the history
  3. optee-test: Upgrade to lf-6.1.55-2.2.0 (4.0)

    Upgrade optee-test to 4.0 to be aligned with NXP BSP LF6.1.55_2.2.0.
    
    Relevant changes:
    - 38eface ta: os_test: fix TA time wrap test
    - 4561148 LFOPTEE-290 regression_nxp: ocotp: fix expected test error code
    - 949a4a0 LFOPTEE-290 regression_nxp: ocotp: abort fuse test suite upon test case failure
    - 8c3957c LFOPTEE-289 regression_nxp: trusted arm ce fix error code
    - 62a5d00 LFOPTEE-235 regression_nxp: add trusted arm ce tests
    - 90638d7 ta: crypto_perf: update TEE_Param according to GP131
    - 9df2ce0 LFOPTEE-129 Make MP test use embedded crypto instead of openssl
    - ca4340e LFOPTEE-131 Fix ta_keygen compilation warnings
    - 584e877 LFOPTEE-123 Reset the handle when freed
    - d66a84d LFOPTEE-123 Handle benchmark logging for key generation measures
    - fb43680 LFOPTEE-95 Add performance measure of key generation
    - a0be085 LFOPTEE-93 Check MP is functional
    - e8aab1b LFOPTEE-84 xtest: Add test of MP feature
    - f8d144f LFOPTEE-84 ta: Add test of MP
    - 0fc4409 MMIOT-789 xtest: crypto_perf: fix resource leak in read_random
    - 76cf0b3 TEE-641 regression_nxp: add AES CTR in place tests
    - 0ebe16e LFOPTEE-65 xtest: add DIGPROG tests
    - b2ab1f3 LFOPTEE-65 xtest: add OCOTP tests
    - b0889a5 YOCIMX-5658 regression_nxp: replace malloc() calls with calloc() calls
    - f71bc8b LFOPTEE-55: crypto-perf: RSA: Fix for RSA Encryption/Decryption  error
    - 6ddc88d LFOPTEE-55: crypto-perf: add domain parameters for dsa
    - 7e40310 LFOPTEE-55: crypto-perf: DH: Remove non-essential attributes passed during key generation
    - 188e830 LFOPTEE-55: crypto-perf: ta: ECDSA, ECDH: Remove non-essential attributes passed during key generation
    - 6f1b8ae LFOPTEE-55: crypto-perf: xtest: ECDH: RoundUp key size
    - eb0d4b8 LFOPTEE-39 regression_nxp: Add test of DEK blob generation
    - 0213905 MMIOT-723 regression_nxp: crypto: Fixing memory corruption in nxp_crypto_003
    - 09af29f LFOPTEE-17: xtest: regression_nxp: add test case for I2C driver testing
    - 76aa4f5 regression_nxp: enable CFG_REGRESSION_NXP flag
    - d31191d LFOPTEE-16: fix warning where uint32_t is expected
    - 2379730 LFOPTEE-16: fix trace compilation warnings
    - 461f258 LFOPTEE-13 crypto-perf: fix command line algorithm search
    - d0a6d89 LFOPTEE-13 crypto-perf: fix compilation warnings
    - 80f3c49 TEE-127 CAAM Crypto Performance
    - 064f3bc TEE-606 xtest: define a 'regression_nxp' test suite in xtest
    - 480e231 TEE-606 xtest: add CFG_REGRESSION_NXP flag
    - 4a3dee2 TEE-367 crypto: cipher memory leakage verification
    - 522dab3 TEE-548 regression_nxp: Cipher operation with a big buffer
    - f44991a TEE-577 regression_nxp: AES CTR streaming byte per byte
    - 5102219 TEE-418 regression_nxp: add cipher streaming byte incremental
    - 1c3d6be ta/crypt: update to mbedTLS 3.4.0 API
    - b49d696 xtest: add command to get system time
    - e1b6445 xtest: regression: add case 1040
    - 1013c49 xtest: regression_1000: remove unneeded stat.h include
    - f4dd113 Remove embedded OpenSSL
    - cf11160 xtest: add -DOPENSSL_API_COMPAT=10100
    - fa2fb9b ta: os_test: fix print_properties() indentation
    
    Signed-off-by: Oleksandr Suvorov <[email protected]>
    MrCry0 committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    e9fb521 View commit details
    Browse the repository at this point in the history