/tf-a-ffa_el3_spmc/bl2/ |
A D | bl2.mk | 9 bl2/${ARCH}/bl2_arch_setup.c \ 10 lib/locks/exclusive/${ARCH}/spinlock.S \ 11 plat/common/${ARCH}/platform_up_stack.S \ 14 ifeq (${ARCH},aarch64) 19 BL2_SOURCES += bl2/${ARCH}/bl2_entrypoint.S 23 BL2_SOURCES += bl2/${ARCH}/bl2_el3_entrypoint.S \ 24 bl2/${ARCH}/bl2_el3_exceptions.S \ 25 lib/cpus/${ARCH}/cpu_helpers.S \ 29 BL2_SOURCES += lib/extensions/mtpmu/${ARCH}/mtpmu.S 32 ifeq (${ARCH},aarch64)
|
/tf-a-ffa_el3_spmc/bl1/ |
A D | bl1.mk | 8 bl1/${ARCH}/bl1_arch_setup.c \ 9 bl1/${ARCH}/bl1_context_mgmt.c \ 10 bl1/${ARCH}/bl1_entrypoint.S \ 11 bl1/${ARCH}/bl1_exceptions.S \ 12 lib/cpus/${ARCH}/cpu_helpers.S \ 14 lib/el3_runtime/${ARCH}/context_mgmt.c \ 16 plat/common/${ARCH}/platform_up_stack.S \ 20 BL1_SOURCES += lib/extensions/mtpmu/${ARCH}/mtpmu.S 23 ifeq (${ARCH},aarch64)
|
/tf-a-ffa_el3_spmc/lib/psci/ |
A D | psci_lib.mk | 8 lib/el3_runtime/${ARCH}/cpu_data.S \ 9 lib/el3_runtime/${ARCH}/context_mgmt.c \ 10 lib/cpus/${ARCH}/cpu_helpers.S \ 12 lib/locks/exclusive/${ARCH}/spinlock.S \ 21 lib/psci/${ARCH}/psci_helpers.S 23 ifeq (${ARCH}, aarch64)
|
/tf-a-ffa_el3_spmc/services/std_svc/spm/common/ |
A D | spm.mk | 7 ifneq (${ARCH},aarch64) 14 ${ARCH}/spm_helpers.S \ 15 ${ARCH}/spm_shim_exceptions.S \
|
/tf-a-ffa_el3_spmc/bl2u/ |
A D | bl2u.mk | 8 bl2u/${ARCH}/bl2u_entrypoint.S \ 9 plat/common/${ARCH}/platform_up_stack.S 11 ifeq (${ARCH},aarch64)
|
/tf-a-ffa_el3_spmc/plat/qemu/qemu_sbsa/ |
A D | platform.mk | 31 PLAT_INCLUDES += -Iinclude/plat/arm/common/${ARCH} 35 drivers/arm/pl011/${ARCH}/pl011_console.S 45 lib/semihosting/${ARCH}/semihosting_call.S \ 47 ${PLAT_QEMU_COMMON_PATH}/${ARCH}/plat_helpers.S \ 59 lib/semihosting/${ARCH}/semihosting_call.S \ 61 ${PLAT_QEMU_COMMON_PATH}/${ARCH}/plat_helpers.S \ 82 lib/semihosting/${ARCH}/semihosting_call.S \
|
/tf-a-ffa_el3_spmc/docs/plat/ |
A D | ti-k3.rst | 36 make ARCH=arm CROSS_COMPILE64=aarch64-linux-gnu- PLATFORM=k3 CFG_ARM64_core=y all 42 make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- am65x_evm_r5_defconfig 43 make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- SYSFW=<path to SYSFW> 49 make ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- am65x_evm_a53_defconfig 50 make ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- ATF=<path> TEE=<path>
|
/tf-a-ffa_el3_spmc/services/std_svc/spmd/ |
A D | spmd.mk | 7 ifneq (${ARCH},aarch64) 12 ${ARCH}/spmd_helpers.S \
|
/tf-a-ffa_el3_spmc/plat/nxp/common/setup/ |
A D | core.mk | 12 CPU_LIBS := lib/cpus/${ARCH}/aem_generic.S 17 CPU_LIBS += lib/cpus/${ARCH}/cortex_$(CORE_TYPE).S
|
/tf-a-ffa_el3_spmc/lib/coreboot/ |
A D | coreboot.mk | 13 ifneq (${ARCH},aarch64) 20 BL31_SOURCES += drivers/coreboot/cbmem_console/${ARCH}/cbmem_console.S
|
/tf-a-ffa_el3_spmc/lib/xlat_tables_v2/ |
A D | xlat_tables.mk | 8 ${ARCH}/enable_mmu.S \ 9 ${ARCH}/xlat_tables_arch.c \
|
/tf-a-ffa_el3_spmc/common/backtrace/ |
A D | backtrace.mk | 8 ifeq (${ARCH},aarch32) 21 ifeq (${ARCH},aarch32)
|
/tf-a-ffa_el3_spmc/plat/qti/sc7180/ |
A D | platform.mk | 46 -I${QTI_PLAT_PATH}/common/inc/$(ARCH) \ 50 QTI_BL31_SOURCES := $(QTI_PLAT_PATH)/common/src/$(ARCH)/qti_helpers.S \ 51 $(QTI_PLAT_PATH)/common/src/$(ARCH)/qti_kryo4_silver.S \ 52 $(QTI_PLAT_PATH)/common/src/$(ARCH)/qti_kryo4_gold.S \ 53 $(QTI_PLAT_PATH)/common/src/$(ARCH)/qti_uart_console.S \
|
/tf-a-ffa_el3_spmc/plat/arm/board/fvp_ve/ |
A D | platform.mk | 25 plat/arm/common/${ARCH}/arm_helpers.S \ 28 drivers/arm/pl011/${ARCH}/pl011_console.S \ 29 plat/arm/board/common/${ARCH}/board_arm_helpers.S 47 plat/arm/board/fvp_ve/${ARCH}/fvp_ve_helpers.S \ 68 plat/arm/common/${ARCH}/arm_bl2_mem_params_desc.c \ 119 PLAT_BL_COMMON_SOURCES += lib/xlat_tables/${ARCH}/nonlpae_tables.c
|
/tf-a-ffa_el3_spmc/make_helpers/ |
A D | defaults.mk | 20 ARCH := aarch64 292 ifeq (${ARCH},aarch32) 307 ifneq (${ARCH},aarch32)
|
A D | armv7-a-cpus.mk | 7 ifneq (${ARCH},aarch32) 8 $(error ARM_ARCH_MAJOR=7 mandates ARCH=aarch32)
|
/tf-a-ffa_el3_spmc/lib/libc/ |
A D | libc.mk | 35 ifeq (${ARCH},aarch64) 41 -Iinclude/lib/libc/$(ARCH) \
|
A D | libc_asm.mk | 34 ifeq (${ARCH},aarch64) 44 -Iinclude/lib/libc/$(ARCH) \
|
/tf-a-ffa_el3_spmc/plat/qemu/qemu/ |
A D | platform.mk | 44 PLAT_INCLUDES += -Iinclude/plat/arm/common/${ARCH} 49 drivers/arm/pl011/${ARCH}/pl011_console.S 102 lib/semihosting/${ARCH}/semihosting_call.S \ 104 ${PLAT_QEMU_COMMON_PATH}/${ARCH}/plat_helpers.S \ 115 BL1_SOURCES += lib/cpus/${ARCH}/cortex_a15.S 123 lib/semihosting/${ARCH}/semihosting_call.S \ 125 ${PLAT_QEMU_COMMON_PATH}/${ARCH}/plat_helpers.S \ 169 lib/semihosting/${ARCH}/semihosting_call.S \
|
/tf-a-ffa_el3_spmc/ |
A D | Makefile | 109 else ifneq (${ARCH},aarch64) 134 ifneq (${ARCH},aarch64) 200 ifeq ($(ARCH), aarch64) 236 ifeq ($(ARCH), aarch32) 278 ifeq (${ARCH},aarch64) 414 ifeq (${ARCH},aarch64) 501 ifeq (${ARCH},aarch32) 590 ifeq (${ARCH},aarch64) 607 ifeq (${ARCH},aarch32) 715 ifneq (${ARCH},aarch64) [all …]
|
/tf-a-ffa_el3_spmc/docs/plat/arm/fvp-ve/ |
A D | index.rst | 36 make ARCH=arm vexpress_aemv8a_aarch32_config 42 make ARCH=arm SUPPORT_ARCH_TIMER=no 48 make ARCH=arm 57 make PLAT=fvp_ve ARCH=aarch32 ARM_ARCH_MAJOR=7 ARM_CORTEX_A5=yes \ 65 make PLAT=fvp_ve ARCH=aarch32 ARM_ARCH_MAJOR=7 ARM_CORTEX_A7=yes \
|
/tf-a-ffa_el3_spmc/plat/arm/board/a5ds/ |
A D | platform.mk | 28 PLAT_BL_COMMON_SOURCES := drivers/arm/pl011/${ARCH}/pl011_console.S \ 30 plat/arm/common/${ARCH}/arm_helpers.S \ 33 plat/arm/board/common/${ARCH}/board_arm_helpers.S 46 plat/arm/board/a5ds/${ARCH}/a5ds_helpers.S \ 67 plat/arm/common/${ARCH}/arm_bl2_mem_params_desc.c \
|
/tf-a-ffa_el3_spmc/plat/nxp/soc-lx2160a/ |
A D | soc.mk | 147 BL31_SOURCES += ${PLAT_SOC_PATH}/$(ARCH)/${SOC}.S\ 151 ${PLAT_COMMON_PATH}/$(ARCH)/bl31_data.S 153 PLAT_BL_COMMON_SOURCES += ${PLAT_COMMON_PATH}/$(ARCH)/ls_helpers.S\ 160 BL31_SOURCES += ${PLAT_SOC_PATH}/$(ARCH)/bootmain64.S\ 161 ${PLAT_SOC_PATH}/$(ARCH)/nonboot64.S
|
/tf-a-ffa_el3_spmc/plat/layerscape/board/ls1043/ |
A D | platform.mk | 29 LS1043_CPU_LIBS := lib/cpus/${ARCH}/aem_generic.S 37 BL1_SOURCES += plat/layerscape/board/ls1043/${ARCH}/ls1043_helpers.S \ 66 ifeq (${ARCH},aarch32)
|
/tf-a-ffa_el3_spmc/plat/layerscape/common/ |
A D | ls_common.mk | 18 PLAT_BL_COMMON_SOURCES += plat/layerscape/common/${ARCH}/ls_helpers.S \ 39 BL2_SOURCES += plat/layerscape/common/${ARCH}/ls_bl2_mem_params_desc.c
|