/optee_os/ta/mk/ |
A D | build-user-ta.mk | 8 ta-target := $(strip $(if $(CFG_USER_TA_TARGET_$(sm)), \ 10 $(default-user-ta-target))) 12 ifeq ($(ta-target),ta_arm32) 15 ifeq ($(ta-target),ta_arm64) 19 ta-dev-kit-dir$(sm) := $(out-dir)/export-$(ta-target) 31 CROSS_COMPILE_$(sm) := $(CROSS_COMPILE_$(ta-target)) 32 COMPILER_$(sm) := $(COMPILER_$(ta-target)) 36 cflags$(sm) := $(cflags$(ta-target)) 37 aflags$(sm) := $(aflags$(ta-target)) 56 ifeq ($(ta-target),ta_arm32) [all …]
|
/optee_os/out/arm/export-ta_arm64/mk/ |
A D | clang.mk | 6 clang-target := $(patsubst %-,%,$(notdir $(lastword $(CROSS_COMPILE_$(sm))))) 9 CC$(sm) := $(ccache-cmd)clang --target=$(clang-target) 13 CPP$(sm) := $(ccache-cmd)clang --target=$(clang-target) -E
|
/optee_os/mk/ |
A D | clang.mk | 6 clang-target := $(patsubst %-,%,$(notdir $(lastword $(CROSS_COMPILE_$(sm))))) 9 CC$(sm) := $(ccache-cmd)clang --target=$(clang-target) 13 CPP$(sm) := $(ccache-cmd)clang --target=$(clang-target) -E
|
/optee_os/out/arm/export-ta_arm32/mk/ |
A D | clang.mk | 6 clang-target := $(patsubst %-,%,$(notdir $(lastword $(CROSS_COMPILE_$(sm))))) 9 CC$(sm) := $(ccache-cmd)clang --target=$(clang-target) 13 CPP$(sm) := $(ccache-cmd)clang --target=$(clang-target) -E
|
/optee_os/core/lib/libfdt/ |
A D | fdt_overlay.c | 556 static int overlay_apply_node(void *fdt, int target, in overlay_apply_node() argument 575 ret = fdt_setprop(fdt, target, name, prop, prop_len); in overlay_apply_node() 585 nnode = fdt_add_subnode(fdt, target, name); in overlay_apply_node() 587 nnode = fdt_subnode_offset(fdt, target, name); in overlay_apply_node() 624 int target; in overlay_merge() local 639 if (target < 0) in overlay_merge() 640 return target; in overlay_merge() 784 target = ret; in overlay_symbol_update() 788 ret = get_path_len(fdt, target); in overlay_symbol_update() 806 target = ret; in overlay_symbol_update() [all …]
|
/optee_os/ |
A D | Makefile | 82 default-user-ta-target ?= $(firstword $(ta-targets)) 86 define build-ta-target 87 ta-target := $(1) 90 $(foreach t, $(ta-targets), $(eval $(call build-ta-target, $(t))))
|
A D | .azure-pipelines.yml | 25 # * on each commit in the development branch that is not in the target (merge to) branch
|
A D | CHANGELOG.md | 61 # OP-TEE - version 3.14.0 (target date: 2021-07-16)
|
/optee_os/core/arch/arm/kernel/ |
A D | delay.c | 34 uint64_t target = timeout_init_us(us); in udelay() local 36 while (!timeout_elapsed(target)) in udelay()
|
/optee_os/core/drivers/bnxt/ |
A D | bnxt.c | 66 vaddr_t target = 0; in bnxt_write32_multiple() local 80 target = bnxt_indirect_tgt_addr(dst); in bnxt_write32_multiple() 82 io_write32(target, *(uint32_t *)src); in bnxt_write32_multiple() 83 target += sizeof(uint32_t); in bnxt_write32_multiple()
|
/optee_os/core/drivers/ |
A D | gic.c | 276 uint32_t target, target_shift; in gic_it_set_cpu_mask() local 284 target = io_read32(itargetsr); in gic_it_set_cpu_mask() 286 target &= ~(ITARGETSR_FIELD_MASK << target_shift); in gic_it_set_cpu_mask() 287 target |= cpu_mask << target_shift; in gic_it_set_cpu_mask() 288 DMSG("cpu_mask: writing 0x%x to 0x%" PRIxVA, target, itargetsr); in gic_it_set_cpu_mask() 289 io_write32(itargetsr, target); in gic_it_set_cpu_mask() 398 uint32_t target = io_read32(gd->gicd_base + GICD_ITARGETSR(reg_idx)); in gic_it_get_target() local 400 return (target & target_mask) >> target_shift; in gic_it_get_target()
|
/optee_os/ta/ |
A D | ta.mk | 4 sm := $(ta-target) 52 ifeq ($(ta-target),ta_arm32) 117 ifeq ($(ta-target),ta_arm32) 168 ifeq ($(ta-target),ta_arm32)
|
/optee_os/lib/libmbedtls/ |
A D | sub.mk | 122 srcs-$(sm-$(ta-target)) += $(addprefix mbedtls/library/, $(SRCS_X509)) 123 srcs-$(sm-$(ta-target)) += $(addprefix mbedtls/library/, $(SRCS_TLS))
|
/optee_os/core/lib/libtomcrypt/src/misc/ |
A D | crc32.c | 29 #error The existing CRC32 implementation only works properly when the endianness of the target plat…
|
/optee_os/lib/libmbedtls/mbedtls/ |
A D | README.md | 74 In order to build for a Windows platform, you should use `WINDOWS_BUILD=1` if the target is Windows…
|
A D | ChangeLog | 354 mbedcrypto, mbedx509 and apidoc CMake target names. This can be used by 355 external CMake projects that include this one to avoid CMake target name 356 clashes. The default value of this variable is "", so default target names 1442 the target system cannot be deduced automatically, by setting the option 2420 * Fix potential build failures related to the 'apidoc' target, introduced 3923 * Loads of minimal changes to better support WINCE as a build target 4302 * Fixed the make install target to comply with *BSD make
|