Home
last modified time | relevance | path

Searched refs:target (Results 1 – 13 of 13) sorted by relevance

/optee_os-3.20.0/ta/mk/
A Dbuild-user-ta.mk8 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))
35 cppflags$(sm) := $(cppflags$(ta-target)) $(CPPFLAGS_$(ta-target)) \
40 cflags$(sm) := $(cflags$(ta-target)) $(CFLAGS_$(ta-target))
41 aflags$(sm) := $(aflags$(ta-target))
[all …]
/optee_os-3.20.0/mk/
A Dclang.mk6 clang-target := $(patsubst %-,%,$(notdir $(lastword $(CROSS_COMPILE_$(sm)))))
7 ifeq ($(clang-target),aarch64-linux)
8 clang-target := aarch64-linux-gnu
12 CC$(sm) := $(ccache-cmd)$(OPTEE_CLANG_COMPILER_PATH)clang --target=$(clang-target)
16 CPP$(sm) := $(ccache-cmd)$(OPTEE_CLANG_COMPILER_PATH)clang --target=$(clang-target) -E
/optee_os-3.20.0/core/lib/libfdt/
A Dfdt_overlay.c556 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-3.20.0/core/kernel/
A Ddelay.c37 uint64_t target = timeout_init_us(us); in udelay() local
39 while (!timeout_elapsed(target)) in udelay()
/optee_os-3.20.0/
A DMakefile82 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 DCHANGELOG.md182 # OP-TEE - version 3.14.0 (target date: 2021-07-16)
/optee_os-3.20.0/core/drivers/bnxt/
A Dbnxt.c66 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-3.20.0/core/drivers/
A Dgic.c295 uint32_t target, target_shift; in gic_it_set_cpu_mask() local
303 target = io_read32(itargetsr); in gic_it_set_cpu_mask()
305 target &= ~(ITARGETSR_FIELD_MASK << target_shift); in gic_it_set_cpu_mask()
306 target |= cpu_mask << target_shift; in gic_it_set_cpu_mask()
307 DMSG("cpu_mask: writing 0x%x to 0x%" PRIxVA, target, itargetsr); in gic_it_set_cpu_mask()
308 io_write32(itargetsr, target); in gic_it_set_cpu_mask()
417 uint32_t target = io_read32(gd->gicd_base + GICD_ITARGETSR(reg_idx)); in gic_it_get_target() local
419 return (target & target_mask) >> target_shift; in gic_it_get_target()
/optee_os-3.20.0/ta/
A Dta.mk4 sm := $(ta-target)
60 ifeq ($(ta-target),ta_arm32)
125 ifeq ($(ta-target),ta_arm32)
179 ifeq ($(ta-target),ta_arm32)
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/
A Dcrc32.c22 #error The existing CRC32 implementation only works properly when the endianness of the target plat…
/optee_os-3.20.0/lib/libmbedtls/
A Dsub.mk124 srcs-$(sm-$(ta-target)) += $(addprefix mbedtls/library/, $(SRCS_X509))
125 srcs-$(sm-$(ta-target)) += $(addprefix mbedtls/library/, $(SRCS_TLS))
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DREADME.md74 In order to build for a Windows platform, you should use `WINDOWS_BUILD=1` if the target is Windows…
A DChangeLog569 mbedcrypto, mbedx509 and apidoc CMake target names. This can be used by
570 external CMake projects that include this one to avoid CMake target name
571 clashes. The default value of this variable is "", so default target names
1657 the target system cannot be deduced automatically, by setting the option
2635 * Fix potential build failures related to the 'apidoc' target, introduced
4138 * Loads of minimal changes to better support WINCE as a build target
4517 * Fixed the make install target to comply with *BSD make

Completed in 23 milliseconds