Searched refs:build (Results 1 – 12 of 12) sorted by relevance
| /optee_os/lib/libutils/ext/ |
| H A D | sub.mk | 16 build-ubsan := y 19 build-ubsan := $(CFG_TA_SANITIZE_UNDEFINED) 21 srcs-$(build-ubsan) += ubsan.c
|
| /optee_os/ |
| H A D | Makefile | 87 define build-ta-target 91 $(foreach t, $(ta-targets), $(eval $(call build-ta-target, $(t)))) 95 define build-user-ta 97 include ta/mk/build-user-ta.mk 99 $(foreach t, $(sort $(wildcard ta/*/user_ta.mk)), $(eval $(call build-user-ta,$(t))))
|
| H A D | CHANGELOG.md | 7 …- OP-TEE/build: [release page][OP_TEE_build_release_4_8_0], [commits][OP_TEE_build_commits_4_8_0] … 23 [OP_TEE_build_release_4_8_0]: https://github.com/OP-TEE/build/releases/tag/4.8.0 24 [OP_TEE_build_commits_4_8_0]: https://github.com/OP-TEE/build/compare/4.7.0...4.8.0 25 [OP_TEE_build_pr_4_8_0]: https://github.com/OP-TEE/build/pulls?q=is%3Apr+is%3Amerged+base%3Amaster+… 37 …- OP-TEE/build: [release page][OP_TEE_build_release_4_7_0], [commits][OP_TEE_build_commits_4_7_0] … 53 [OP_TEE_build_release_4_7_0]: https://github.com/OP-TEE/build/releases/tag/4.7.0 54 [OP_TEE_build_commits_4_7_0]: https://github.com/OP-TEE/build/compare/4.6.0...4.7.0 55 [OP_TEE_build_pr_4_7_0]: https://github.com/OP-TEE/build/pulls?q=is%3Apr+is%3Amerged+base%3Amaster+… 67 …- OP-TEE/build: [release page][OP_TEE_build_release_4_6_0], [commits][OP_TEE_build_commits_4_6_0] … 83 [OP_TEE_build_release_4_6_0]: https://github.com/OP-TEE/build/releases/tag/4.6.0 [all …]
|
| H A D | MAINTAINERS | 35 AOSP build
|
| /optee_os/core/lib/scmi-server/ |
| H A D | sub.mk | 44 produce-fwk_module_list = build/framework/src/fwk_module_list.c 45 recipe-fwk_module_list = cmake -S $(scpfw-path) -B $(scpfw-out-path)/build \ 49 incdirs_ext-y += $(scpfw-out-path)/build/framework/include
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | README.md | 11 Mbed TLS should build out of the box on most systems. Some platform specific options are available … 13 …ronment variables such as `CC` and `CFLAGS` when using the Make and CMake build system (see below). 35 There are currently three active build systems used within Mbed TLS releases: 41 …date. The others should reflect all changes present in the CMake and Make build system, although f… 43 The Make and CMake build systems create three libraries: libmbedcrypto, libmbedx509, and libmbedtls… 47 You need the following tools to build the library with the provided makefiles: 49 * GNU Make 3.82 or a build tool that CMake supports. 51 * Python 3.8 to generate the test code. Python is also needed to integrate PSA drivers and to build… 67 * Perl, for some library source files and for Visual Studio build files. 87 …uire GNU Make. To build the library and the sample programs, GNU Make and a C compiler are suffici… [all …]
|
| H A D | ChangeLog | 82 * Resolved build issue with C++ projects using Mbed TLS 3.6 when compiling 131 largest PSA key enabled in the build. 212 in C++. This resolves a build failure under C++ compilers that do not 217 * In a PSA-client-only build (i.e. MBEDTLS_PSA_CRYPTO_CLIENT && 306 * Fix TLS 1.3 client build and runtime when support for session tickets is 321 entropy_poll.c and sha_256.c. There was a build warning during 325 * Fix the build when MBEDTLS_PSA_CRYPTO_CONFIG is enabled and the built-in 339 * Fix server mode only build when MBEDTLS_SSL_SRV_C is enabled but 442 * If a cipher or AEAD mechanism has a PSA driver, you can now build the 507 MBEDTLS_PSA_CRYPTO_CLIENT is enabled at build time and psa_crypto_init() is [all …]
|
| H A D | CONTRIBUTING.md | 49 …this may be additional test cases or quality improvements such as changes to build or test scripts. 64 A test script `tests/scripts/basic-build-test.sh` is available to show test coverage of the library…
|
| /optee_os/.devcontainer/ |
| H A D | Dockerfile.vscode | 5 build-essential \
|
| /optee_os/mk/ |
| H A D | aosp_optee.mk | 25 PREBUILT_MAKE ?= prebuilts/build-tools/linux-x86/bin/make
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 230 CMake can also be used to build QCBOR and the test application. Having the root 232 existing CMake environment. The result of the build process is a static library, 233 to build a shared library instead you must add the 240 build). 246 # Configuring the project and generating a native build system 249 cmake --build <build_folder> 255 # Configuring the project and generating a native build system 258 cmake --build <build_folder>
|
| /optee_os/core/drivers/bnxt/ |
| H A D | bnxt_fw.c | 127 uint8_t build; member
|