Home
last modified time | relevance | path

Searched +full:imx +full:- +full:mx6ullevk (Results 1 – 3 of 3) sorted by relevance

/optee_os/.github/workflows/
H A Dci.yml6 group: ci-${{ github.ref }} # unique per branch
7 cancel-in-progress: true # cancel previous runs on the same branch
11 runs-on: ubuntu-latest
14 - name: Checkout
17 fetch-depth: 0 # full history so checkpatch can check commit IDs in commit messages
18 - name: Update Git config
19 run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
20 - name: Run checkpatch
24 set -e
26 mkdir -p /tmp/linux/scripts
[all …]
/optee_os/core/arch/arm/plat-imx/
H A Dconf.mk4 # But mk/config.mk is included after $(platform-dir)/conf.mk from
11 mx6ul-flavorlist = \
17 mx6ull-flavorlist = \
18 mx6ullevk \
21 mx6q-flavorlist = \
28 mx6qp-flavorlist = \
32 mx6sl-flavorlist = \
35 mx6sll-flavorlist = \
38 mx6sx-flavorlist = \
43 mx6d-flavorlist = \
[all …]
/optee_os/
H A DCHANGELOG.md1 # OP-TEE - version 4.10.0 (2026-04-17)
3 - Links to the release pages, commits and pull requests merged into this release for:
4 - OP-TEE/optee_os: [release page][OP_TEE_optee_os_release_4_10_0], [commits][OP_TEE_optee_os_commits_4_10_0] and [pull requests][OP_TEE_optee_os_pr_4_10_0]
5 - OP-TEE/optee_client: [release page][OP_TEE_optee_client_release_4_10_0], [commits][OP_TEE_optee_client_commits_4_10_0] and [pull requests][OP_TEE_optee_client_pr_4_10_0]
6 - O
[all...]