| /optee_os/ |
| H A D | CHANGELOG.md | 11 [OP_TEE_optee_os_release_4_8_0]: https://github.com/OP-TEE/optee_os/releases/tag/4.8.0 12 [OP_TEE_optee_os_commits_4_8_0]: https://github.com/OP-TEE/optee_os/compare/4.7.0...4.8.0 13 [OP_TEE_optee_os_pr_4_8_0]: https://github.com/OP-TEE/optee_os/pulls?q=is%3Apr+is%3Amerged+base%3Am… 15 [OP_TEE_optee_client_release_4_8_0]: https://github.com/OP-TEE/optee_client/releases/tag/4.8.0 16 [OP_TEE_optee_client_commits_4_8_0]: https://github.com/OP-TEE/optee_client/compare/4.7.0...4.8.0 17 [OP_TEE_optee_client_pr_4_8_0]: https://github.com/OP-TEE/optee_client/pulls?q=is%3Apr+is%3Amerged+… 19 [OP_TEE_optee_test_release_4_8_0]: https://github.com/OP-TEE/optee_test/releases/tag/4.8.0 20 [OP_TEE_optee_test_commits_4_8_0]: https://github.com/OP-TEE/optee_test/compare/4.7.0...4.8.0 21 [OP_TEE_optee_test_pr_4_8_0]: https://github.com/OP-TEE/optee_test/pulls?q=is%3Apr+is%3Amerged+base… 23 [OP_TEE_build_release_4_8_0]: https://github.com/OP-TEE/build/releases/tag/4.8.0 [all …]
|
| H A D | MAINTAINERS | 10 Note that OP-TEE development mainly occurs on GitHub [2] so this file should be 13 1. GitHub accounts may be given in square brackets, starting with an @ sign. 16 2. Patches should generally be submitted as GitHub pull requests (more details 17 in documentation/github.md). Therefore, please do NOT send patches to the 18 e-mail addresses below. Maintainers normally are subscribed to GitHub 20 some maintainer, just mention his/her GitHub account in a comment in the pull 23 2. Bug reports and questions should be posted to the GitHub project as well 31 [2] https://github.com/OP-TEE/optee_os
|
| H A D | .gitattributes | 5 .github export-ignore
|
| H A D | .gitignore | 14 !.github
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | BUGS.md | 3 Known issues in Mbed TLS are [tracked on GitHub](https://github.com/Mbed-TLS/mbedtls/issues). 12 2. Check [GitHub](https://github.com/Mbed-TLS/mbedtls/issues) to see if 17 4. Please [create an issue on on GitHub](https://github.com/Mbed-TLS/mbedtls/issues). 19 Please do not use GitHub for support questions. If you want to know
|
| H A D | CONTRIBUTING.md | 24 1. [Check for open issues](https://github.com/Mbed-TLS/mbedtls/issues) or [start a discussion](http… 25 … GitHub](https://github.com/Mbed-TLS/mbedtls) to start making your changes. As a general rule, you… 51 …ckported to LTS branches in addition to the [development branch](https://github.com/Mbed-TLS/mbedt… 72 It is advised to enable the [githooks scripts](https://github.com/Mbed-TLS/mbedtls/tree/development… 82 1. A [ChangeLog](https://github.com/Mbed-TLS/mbedtls/blob/development/ChangeLog.d/00README.md) entr…
|
| H A D | README.md | 22 Documentation for the PSA Cryptography API is available [on GitHub](https://arm-software.github.io/… 59 …ook/en/v2/Git-Tools-Submodules#_cloning_submodules) ([framework](https://github.com/Mbed-TLS/mbedt… 253 …systems, as explained in [our testing infrastructure repository](https://github.com/Mbed-TLS/mbedt… 281 The [PSA cryptography API](https://arm-software.github.io/psa-api/crypto/) provides access to a set… 291 …I. If you think something could be improved, please open an issue on our Github repository. Altern… 320 * `3rdparty/everest/`: Files stem from [Project Everest](https://project-everest.github.io/) and ar… 321 * `3rdparty/p256-m/p256-m/`: Files have been taken from the [p256-m](https://github.com/mpg/p256-m)… 332 * To report a bug or request a feature in Mbed TLS, please [file an issue on GitHub](https://github…
|
| /optee_os/.github/workflows/ |
| H A D | notify.yml | 22 - name: Install python3-github 25 sudo apt-get install python3-github 29 REPO: ${{ github.repository }} 30 PR_NUMBER: ${{ github.event.pull_request.number }} 37 uses: actions/github-script@v8 41 await github.rest.issues.createComment({
|
| /optee_os/.github/ |
| H A D | issue_template.md | 10 3. Try to use GitHub markdown formatting to make your issue more readable: 11 …https://help.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax#quoting-co…
|
| /optee_os/scripts/ |
| H A D | notify_maintainers.py | 26 from github import Github 27 from github import Auth 31 """Parse get_maintainer.py output and return GitHub handles to notify. 93 print('This script must be run in GitHub Actions') 108 g = Github(token) 135 "or are already notified by GitHub.")
|
| H A D | update_changelog.py | 89 text += "\n[{}_release_{}]: https://github.com/{}/releases/tag/" \ 91 text += "[{}_commits_{}]: https://github.com/{}/compare/" \ 93 text += "[{}_pr_{}]: https://github.com/{}/pulls?q=is%3Apr+is%3A" \
|
| H A D | get_maintainer.py | 45 parser.add_argument('-g', '--github-pr', action='append', type=int, 46 help='Github pull request ID. The script will ' 47 'download the patchset from Github to a temporary ' 220 # Ignore anything after the email (Github ID...) 230 url = "https://github.com/OP-TEE/optee_os/pull/{}.patch".format(pr)
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | semihosting_a64.S | 12 * https://github.com/ARM-software/abi-aa/blob/main/semihosting/semihosting.rst
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | semihosting_rv.S | 12 * https://github.com/riscv-non-isa/riscv-semihosting/blob/main/binary-interface.adoc
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | check_config.h | 1090 #error "MBEDTLS_HAVEGE_C was removed in Mbed TLS 3.0. See https://github.com/Mbed-TLS/mbedtls/issue… 1094 #error "MBEDTLS_SSL_HW_RECORD_ACCEL was removed in Mbed TLS 3.0. See https://github.com/Mbed-TLS/mb… 1098 #error "MBEDTLS_SSL_PROTO_SSL3 (SSL v3.0 support) was removed in Mbed TLS 3.0. See https://github.c… 1102 …LO (SSL v2 ClientHello support) was removed in Mbed TLS 3.0. See https://github.com/Mbed-TLS/mbedt… 1106 …ted HMAC in Mbed TLS up to 2.7) was removed in Mbed TLS 3.0. See https://github.com/Mbed-TLS/mbedt… 1114 #error "MBEDTLS_ZLIB_SUPPORT was removed in Mbed TLS 3.0. See https://github.com/Mbed-TLS/mbedtls/i… 1118 #error "MBEDTLS_CHECK_PARAMS was removed in Mbed TLS 3.0. See https://github.com/Mbed-TLS/mbedtls/i… 1122 #error "MBEDTLS_SSL_CID_PADDING_GRANULARITY was removed in Mbed TLS 3.0. See https://github.com/Mbe… 1126 #error "MBEDTLS_SSL_TLS1_3_PADDING_GRANULARITY was removed in Mbed TLS 3.0. See https://github.com/… 1130 #error "MBEDTLS_SSL_TRUNCATED_HMAC was removed in Mbed TLS 3.0. See https://github.com/Mbed-TLS/mbe…
|
| /optee_os/core/lib/libefi/include/efi/ |
| H A D | mmram.h | 41 …* https://github.com/samimujawar/edk2/blob/master/StandaloneMmPkg/Include/Guid/MmramMemoryRese…
|
| /optee_os/core/lib/libtomcrypt/src/mac/poly1305/ |
| H A D | poly1305_memory.c | 6 * https://github.com/floodyberry/poly1305-donna
|
| H A D | poly1305_memory_multi.c | 6 * https://github.com/floodyberry/poly1305-donna
|
| H A D | poly1305_file.c | 6 * https://github.com/floodyberry/poly1305-donna
|
| H A D | poly1305_test.c | 6 * https://github.com/floodyberry/poly1305-donna
|
| /optee_os/core/pta/veraison_attestation/ |
| H A D | README.md | 22 [2] https://github.com/veraison/services
|
| /optee_os/lib/libutils/ext/ |
| H A D | consttime_memcmp.c | 27 * https://github.com/libressl-portable/openbsd/blob/master/src/lib/libc/string/timingsafe_memcmp.c
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | platform_util.c | 103 * https://github.com/google/sanitizers/issues/1507 in mbedtls_platform_zeroize() 104 … * https://github.com/openssh/openssh-portable/commit/74433a19bb6f4cef607680fa4d1d7d81ca3826aa in mbedtls_platform_zeroize()
|
| /optee_os/core/drivers/ |
| H A D | cbmem_console.c | 36 …* https://github.com/coreboot/coreboot/blob/ea2a38be323173075db3b13729a4006ea1fef72d/src/commonlib…
|
| /optee_os/core/kernel/ |
| H A D | semihosting.c | 18 * https://github.com/riscv-non-isa/riscv-semihosting/blob/main/binary-interface.adoc
|