Home
last modified time | relevance | path

Searched +full:ls +full:- +full:ls1012ardb (Results 1 – 2 of 2) 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/
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...]