| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \
| | |
| | | |
optee: Upgrade 3.17.0.imx to 3.19.0.imx
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
After updating op-tee to 3.19, it is able to be built with clang
toolchain.
This reverts commit 86680b12d44ffe2831244a2f7f7dcaaa1a1440c5.
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
NXP BSP lf-5.15.71_2.2.0 uses op-tee 3.19.0.imx.
Upgrade optee-os, optee-client, and optee-test accordingly.
Add missed support for imx93evk platform.
Relevant changes for optee-os:
- 00919403f LF-7525 drivers: dcp: do not modify DCP node status in the DTB
- 842961521 core: mm: fix error flushing unused pgt's
- 96d9b4c19 libutils: util.h: fix the ROUNDUP_OVERFLOW() macro
- 2885fd08e LFOPTEE-203 drivers: ele: align HUK output buffer
- 7e41f6603 drivers: imx_ele: add HUK support for imx93
- ab1525d14 core: imx: remove SC_IPC_BASE_SECURE definition
- 382a7ae57 LFOPTEE-181 drivers: imx_ele: re-work imx_ele_session_get_device_info()
- b27da7b0d LFOPTEE-181 drivers: imx_ele: remove RNG support for 8ulp A0
- 4a9f3e387 LFOPTEE-181 drivers: imx_ele: add MU infos for imx93
- 8c4caec41 LFOPTEE-181 core: imx: enable MU and ELE drivers for imx93
- f5bc45d6d LFOPTEE-181 core: imx: add MU_BASE and MU_SIZE for imx93
- b19786dfb LFOPTEE-181 drivers: imx_mu: add support for imx93
- 4c598c905 core: imx_ele: remove addition of word for CRC
- 9f9fb3899 LFU-368: core: imx93: enable trusted_keys as early TA
- 23889478f LFU-368: core: imx: enabled dynamic share memory for i.MX93
Relevant changes in optee-client:
- 644022f teeacl: fix include path
- 140bf46 libckteec: Add EDDSA attribute serialization
- 1fc38c6 libteeacl: Add function to resolve name to gid_t
- 1560582 libteeacl: function to encode a group login UUID
- e58b158 libteeacl: Add new ACL helper library
- 5364e61 tee-supplicant: read rpmb dev info from sysfs
- a46239c tee-supplicant: android: make RPMB_EMU a conditional assignment
- 30abe6c cmake: Use separate generator expression for lib targets
- f2755fe cmake: Don't set teec include_directory from libseteec
- 1dcb80a Use CMake project command to set version
- 492410d tee-supplicant: -d: return after TEE device is opened
- d59ed2d cmake: fix log level don't take effect
- e7cba71 tee-supplicant: fs: use errno instead of returning TEEC_ERROR_GENERIC
- f7ed8e3 tee-supplicant: support multiple TA load paths
- a5c30b1 Makefile: Makefile: only preserve links when installing output files
- dc58de2 tee-supplicant: close shm fd before freeing memory
- f2a7c94 tee-supplicant/src/tee_supplicant.c: fix build without plugins
Relevant changes in optee-test:
- 5c1dbb5 LFOPTEE-129 Make MP test use embedded crypto instead of openssl
- 661a7b3 LFOPTEE-131 Fix ta_keygen compilation warnings
- 6fcbcb1 LFOPTEE-123 Reset the handle when freed
- 980dbbb LFOPTEE-123 Handle benchmark logging for key generation measures
- ebf619a LFOPTEE-95 Add performance measure of key generation
- 28ba903 LFOPTEE-93 Check MP is functional
- d7f6c03 LFOPTEE-84 xtest: Add test of MP feature
- d928ce2 LFOPTEE-84 ta: Add test of MP
- b060fc4 MMIOT-789 xtest: crypto_perf: fix resource leak in read_random
- f9d2ab0 TEE-641 regression_nxp: add AES CTR in place tests
- dd158a7 LFOPTEE-65 xtest: add DIGPROG tests
- e1492fa LFOPTEE-65 xtest: add OCOTP tests
- c520c98 YOCIMX-5658 regression_nxp: replace malloc() calls with calloc() calls
- 09dbac1 LFOPTEE-55: crypto-perf: RSA: Fix for RSA Encryption/Decryption error
- 63dcd10 LFOPTEE-55: crypto-perf: add domain parameters for dsa
- c88fb78 LFOPTEE-55: crypto-perf: DH: Remove non-essential attributes passed during key generation
- b7b285a LFOPTEE-55: crypto-perf: ta: ECDSA, ECDH: Remove non-essential attributes passed during key generation
- 8350e03 LFOPTEE-55: crypto-perf: xtest: ECDH: RoundUp key size
- 7a9c375 LFOPTEE-39 regression_nxp: Add test of DEK blob generation
- 61e5ede MMIOT-723 regression_nxp: crypto: Fixing memory corruption in nxp_crypto_003
- 7d9ff08 LFOPTEE-17: xtest: regression_nxp: add test case for I2C driver testing
- 6ae8e95 xtest: enable PKCS11 tests
- 35173ba regression_nxp: enable CFG_REGRESSION_NXP flag
- cfb6e7b LFOPTEE-16: fix warning where uint32_t is expected
- a740498 LFOPTEE-16: fix trace compilation warnings
- 0fa4d73 LFOPTEE-13 crypto-perf: fix command line algorithm search
- 6a28f3c LFOPTEE-13 crypto-perf: fix compilation warnings
- e78f18d TEE-127 CAAM Crypto Performance
- 5ec9bce TEE-606 xtest: define a 'regression_nxp' test suite in xtest
- e562b26 TEE-606 xtest: add CFG_REGRESSION_NXP flag
- d9d73a8 TEE-367 crypto: cipher memory leakage verification
- f3e776b TEE-548 regression_nxp: Cipher operation with a big buffer
- 5312feb TEE-577 regression_nxp: AES CTR streaming byte per byte
- 6df2c3f TEE-418 regression_nxp: add cipher streaming byte incremental
- ab9863c Add ED25519 test cases
- eb3d01f xtest: Add FF-A memory test
- 252faa9 xtest: SPMC Add basic test
- 13cce36 xtest: remove ADBG_REQUIRE* macros
- d9d269e xtest: fix compilation issue
- 2055d75 xtest: fix compilation issue
- c7f733c xtest: fix compilation issue
- d09b43b host: supp_plugin: fix cross compilation
- da5282a sdp: Add dmabuf support
- 366179c regression 4007_x25519: do not fail if X25519 is not supported
- 00b3f2c Add x25519 test cases
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
|
|\ \
| | |
| | | |
imx-seco Update from lf-5.15.52-2.1.0 to lf-5.15.71-2.2.0
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Update to the version used in lf-5.15.71_2.2.0.
License was updated to NXP EULA v39 August 2022.
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
No commits. Change branch to imx_5.4.70_2.3.11 which is used in
NXP BSP 5.15.71-2.2.0.
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes QA errors like
ERROR: imx-seco-libs-git-r0 do_package: QA Issue: imx-seco-libs: Files/directories were installed but not shipped in any package:
/usr/usr
/usr/usr/lib
/usr/usr/lib/hsm_lib.a
/usr/usr/lib/she_lib.a
/usr/usr/lib/seco_nvm_manager.a
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
| |/
| |
| |
| | |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|\ \
| |/
|/| |
Update firmware and atf to 5.15.71-2.2.0
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Relevant changes:
- 3bfcfcc iMX8DXL: update default hash algorithm for kernel image to SHA256
- 6e44968 Revert "iMX8DXL: add flash_kernel_sha256 target for sha256 hash alogorithm"
- 67ac638 imx8ulp: Update fspi_header_atxp to support GD25LX256E
- 15ac07f Removed default server. Please define in your .bashrc.
- b6a8e30 Change netrc check to a warning.
- 62b49b9 Fix issue when N=latest.
- 0bf9cba Use Nexus for auto build downloads.
- 7913800 imx8ulp: Add new target to pack ROM patch signed image
- bf2924b iMX8DXL: add flash_kernel_sha256 target for sha256 hash alogorithm
- fe3cdb2 iMX8ULP: update README for A1 silicon
- 735945e iMX8M: use name mkeficapsule
- 0d4d3b1 iMX8M: use GUID for mkeficapsule
- ee1d098 iMX8M: add a delete_capsule_key target
- 95d74cd imx8ulp: Update flash_kernel for A1 part
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
|
| |
| |
| |
| |
| |
| | |
No commits. Change a branch name.
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Relevant changes:
- 3c1583ba0 Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
- da3f2f567 LF-7722 imx8ulp: Allow RTD to reset APD through MU
- 73d13d901 Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
- be497b02d LF-7686 imx8ulp: Modify WDOG reset sequence
- 8ae9ee6a7 Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
- 969443b6e LF-7683 feat(imx93): enable the s401 clock on/off handshake
- 9f6886fdc Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
- 67dfe831b LF-7671 feat(imx8ulp): update the pad setting to save more power
- 04adcb11b Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
- b40dd6d2c LF-7430 feat(imx93): change the pwr switch ack mode
- 51cbf311e Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
- 5ce1b13c8 LF-7608 imx8ulp: xrdc: Skip PAC configuration for XRDC manager
- d5d795787 Merge remote-tracking branch 'origin/ls_v2.6' into lf_v2.6
- c9d760d5c fix(layerscape): unlock write access for SMMU SMMU_CBn_ACTLR
- 80f5da009 Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
- 79d4f174f LF-7420: plat: imx8ulp: upower hal: fix temp below zero
- 254d57d0e Merge remote-tracking branch 'origin/ls_v2.6' into lf_v2.6
- ab2b81a77 ddr: phy.c : Add check for while restoring training values from xspi
- 13a157a94 Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
- b68f61b58 LF-5378 feat(imx8ulp): put all the pad into off mode
- 3e8c6512e LF-7296-02 feat(imx8ulp): shutdown LDO1 in APD DPD mode
- 8048b198e LF-7296-01 feat(imx8ulp): set buck3 to 0.73v when APD enter PD mode
- f123e1c3c Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
- f8bc350c9 MA-20469 Enable suspend/resume when GPC interrupt-controller is disabled in the kernel
- 4040a7820 LF-7358 feat(imx93): init the qos setting for nicmix & wakeupmix
- e1668ec47 LF-7106 fix(imx8mq): fix the potential buffer overflow
- 15e294aab LF-7262 feat(imx93): add ddr retention & sys_sleep mode support
- 9646c95aa feat(lx2): enable OCRAM ECC
- 4c04badd7 Merge remote-tracking branch 'origin/ls_v2.6' into lf_v2.6
- 34199bd9b Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
- ef5a61b29 Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
- 88d8d83f2 LF-7238 imx93: trdc: Protect OPTEE memory to secure access only
- d4b2ed9b3 Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
- 1d7b5ccb8 MA-20669-2 android: imx8ulp: add memory region policy
- bfb6408a8 MA-20669-1 trusty: ffa: support TRUSTY_LEND
- b1043e574 Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6
- 6e8159d6f LF-7160 imx8ulp: Allow HIFI DID2 to access LPUART6
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
New firmware binaries are available from NXP as a part of
5.15.71-2.2.0 release.
Updated firmware:
vpu/vpu_fw_imx8_enc.bin - Sep 22 2022
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
|
|\ \
| |/
|/| |
optee-os: Use gcc compiler
|
|/
|
|
|
|
|
|
| |
It does not compile with clang, all work to get it compiling with clang
has gone into 3.18+ ( see meta-arm ) until imx version revs up to 3.18
lets use gcc always to build it
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|\
| |
| | |
gstreamer1.0-plugins-bad: Force gcc compiler always
|
|/
|
|
|
|
|
|
| |
This ensures that clang based distributions can compile this recipe,
since it uses nested functions ( bad bad ) which is not supported by
clang
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|\
| |
| | |
Upgrade U-Boot-FSLC to v2023.01
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
U-Boot fork has been updated to include new version v2023.01 from
upstream.
Following commits were ported from 2022.10+fslc revision:
----
- 598f87fbdb6 imx6qdl-sabresd: Pass mmc alias
- 1b64b05f407 imx: iMX6: Define disconnect_from_pc function
- 0335a01b6d5 MLK-21854-2 imx: uuu: Update autoboot to run uuu or fastboot
- 9a38462d252 pico-imx6ul, pico-imx7d: Explain how to use eMMC user partition
- 881d7241411 mx6sabre_common: Dynamically change the video output
- e427569fa3e mx6sabresd: Enable video interfaces in bootargs
----
Update U-Boot recipe versions and point to new revision.
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
|
|\
| |
| | |
Upgrade kernel & u-boot
|
| |
| |
| |
| |
| |
| |
| |
| | |
The re-use of the u-boot-imx recipe is non-standard and requires a
non-standard FILESEXTRAPATHS setting. Make this clear with a comment
and grouping of the logic.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
| |
| |
| |
| |
| |
| | |
Includes new dependency on xxd-native.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
| |
| |
| |
| | |
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
| |
| |
| |
| | |
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
| |
| |
| |
| | |
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
| |
| |
| |
| | |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|\ \
| |/
|/| |
layer.conf: Update LAYERSERIES_COMPAT for mickledore
|
|/
|
|
|
|
|
|
| |
oe-core switched to mickedore [1]
[1] https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|\
| |
| | |
imx-base.inc: Use gstreamer-imx as default for mx8mm and mx8mq
|
| |
| |
| |
| |
| |
| |
| | |
These are covered by gstreamer-imx. Others are WIP and will be addressed
in future commits.
Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
|
|\|
| |
| | |
libimxvpuapi2: Upgrade to version 2.2.2
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* imx6-coda: Skip incomplete frames instead of just reporting them
* imx6-coda: Only flush bit buffer when framebuffers were registered
This prevents misleading error-level log lines from occurring
* imx6-coda: Prefer semi planar modes over fully planar ones
* imx8m-hantro: Reset decoder write_offset to fill_level when moving
read_offset
* Add imx_vpu_api_is_color_format_tiled() function
* update waf to 2.0.24
* Add closed_gop_interval field to ImxVpuApiEncOpenParams
This allows for enforcing regularly occurring IDR
boundaries when encoding to h.264
* imx8m-hantro: Fix supported decoder color formats and include
tiled formats
* Fix and improve h.264 max level estimation for encoding
* imx6-coda: Use 2-row alignment in encoder
* imx6-coda: Fix JPEG encoding quantization parameter handling in encoder
Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
|
|\ \
| |/
|/| |
Add NXP WiFi/BT support
|
| |
| |
| |
| |
| |
| |
| | |
This package doesn't aim to be a replacement for linux-firmware but rather
to offer different firmware files.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
| |
| |
| |
| | |
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
| |
| |
| |
| |
| |
| | |
Tie the firmware and drivers for NXP WiFi/BT by machine features.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|/
|
|
| |
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|\
| |
| | |
Update uefi and fm-ucode to new revision; Fix the weston-init issue
|
| |
| |
| |
| |
| |
| |
| | |
current implement only includes INI_UNCOMMENT_USE_G2D
to INI_UNCOMMENT_ASSIGNMENTS on the platforms with VIV G2D hardware.
Signed-off-by: Jun Zhu <junzhu@nxp.com>
|
| |
| |
| |
| | |
Signed-off-by: Jun Zhu <junzhu@nxp.com>
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
New Changes:
d887e52 update uefi binaries for lf-5.15.71-2.2.0 (2022 Q4 release)
1d52091 update uefi binaries for lf-5.15.52-2.1.0 (2022 Q3 release)
6792163 update uefi binaries for lf-5.15.32-2.0.0 (2022 Q2 release)
54b23d5 Fix for BSA-UEFI test 402
a92e8b4 lf-5.15.5-1.0.0-rc1: update uefi binaries
58f2b57 lx2: acpi: add node for the Inphi retimer
c8f702f update binaries for lf-5.10.72-2.2.0
Signed-off-by: Jun Zhu <junzhu@nxp.com>
|
|\
| |
| | |
Update rcw/tsntool/qoriq-cst to the latest version
|
| |
| |
| |
| |
| |
| |
| | |
New commits:
af56e6c LS2088/LS1088: DDR Memory Address Change
Signed-off-by: Jun Zhu <junzhu@nxp.com>
|
| |
| |
| |
| | |
Signed-off-by: Jun Zhu <junzhu@nxp.com>
|
|/
|
|
|
|
| |
- Include the Errata A-050426
Signed-off-by: Jun Zhu <junzhu@nxp.com>
|
|\
| |
| | |
Upgrade MC/mc-util and restool
|
| |
| |
| |
| |
| |
| |
| | |
New commit:
65c9a10 dprc: fix export of DPNI_OPT_SHARED_FS option in generated DPL
Signed-off-by: Jun Zhu <junzhu@nxp.com>
|
| |
| |
| |
| |
| |
| |
| | |
New commit:
bc14133 Add APIs for MC 10.35.0
Signed-off-by: Jun Zhu <junzhu@nxp.com>
|
|/
|
|
| |
Signed-off-by: Jun Zhu <junzhu@nxp.com>
|
|\
| |
| | |
weston-init: Drop redundant xwayland=true setting
|