Lines Matching refs:ta
309 ifeq (,$(supported-ta-targets))
310 supported-ta-targets = ta_arm32
312 supported-ta-targets += ta_arm64
316 ta-targets := $(if $(CFG_USER_TA_TARGETS),$(filter $(supported-ta-targets),$(CFG_USER_TA_TARGETS)),…
317 unsup-targets := $(filter-out $(ta-targets),$(CFG_USER_TA_TARGETS))
319 …_TA_TARGETS contains unsupported value(s): $(unsup-targets). Valid values: $(supported-ta-targets))
322 ifneq ($(filter ta_arm32,$(ta-targets)),)
364 ta-mk-file-export-vars-ta_arm32 += CFG_ARM32_ta_arm32
365 ta-mk-file-export-vars-ta_arm32 += ta_arm32-platform-cppflags
366 ta-mk-file-export-vars-ta_arm32 += ta_arm32-platform-cflags
367 ta-mk-file-export-vars-ta_arm32 += ta_arm32-platform-aflags
368 ta-mk-file-export-vars-ta_arm32 += ta_arm32-platform-cxxflags
370 ta-mk-file-export-add-ta_arm32 += CROSS_COMPILE ?= arm-linux-gnueabihf-_nl_
371 ta-mk-file-export-add-ta_arm32 += CROSS_COMPILE32 ?= $$(CROSS_COMPILE)_nl_
372 ta-mk-file-export-add-ta_arm32 += CROSS_COMPILE_ta_arm32 ?= $$(CROSS_COMPILE32)_nl_
373 ta-mk-file-export-add-ta_arm32 += COMPILER ?= gcc_nl_
374 ta-mk-file-export-add-ta_arm32 += COMPILER_ta_arm32 ?= $$(COMPILER)_nl_
375 ta-mk-file-export-add-ta_arm32 += PYTHON3 ?= python3_nl_
378 ifneq ($(filter ta_arm64,$(ta-targets)),)
402 bp-ta-opt := $(call cc-option,-mbranch-protection=pac-ret+leaf)
406 bp-ta-opt := $(call cc-option,-mbranch-protection=bti)
410 bp-ta-opt := $(call cc-option,-mbranch-protection=pac-ret+leaf+bti)
414 ifeq (,$(bp-ta-opt))
417 ta_arm64-platform-cflags += $(bp-ta-opt)
420 ta-mk-file-export-vars-ta_arm64 += CFG_ARM64_ta_arm64
421 ta-mk-file-export-vars-ta_arm64 += ta_arm64-platform-cppflags
422 ta-mk-file-export-vars-ta_arm64 += ta_arm64-platform-cflags
423 ta-mk-file-export-vars-ta_arm64 += ta_arm64-platform-aflags
424 ta-mk-file-export-vars-ta_arm64 += ta_arm64-platform-cxxflags
426 ta-mk-file-export-add-ta_arm64 += CROSS_COMPILE64 ?= $$(CROSS_COMPILE)_nl_
427 ta-mk-file-export-add-ta_arm64 += CROSS_COMPILE_ta_arm64 ?= $$(CROSS_COMPILE64)_nl_
428 ta-mk-file-export-add-ta_arm64 += COMPILER ?= gcc_nl_
429 ta-mk-file-export-add-ta_arm64 += COMPILER_ta_arm64 ?= $$(COMPILER)_nl_
430 ta-mk-file-export-add-ta_arm64 += PYTHON3 ?= python3_nl_
434 $(foreach sm, $(ta-targets), $(eval CROSS_COMPILE_$(sm) ?= $(CROSS_COMPILE$(arch-bits-$(sm)))))