Lines Matching refs:common
51 PLAT_INCLUDES := -Iinclude/plat/common/ \
54 -I${PLAT_PATH}/common/inc \
55 -I${PLAT_PATH}/common/inc/$(ARCH) \
60 PLAT_BL_COMMON_SOURCES += common/desc_image_load.c \
66 plat/common/aarch64/crash_console_helpers.S \
67 $(PLAT_PATH)/common/src/$(ARCH)/qti_uart_console.S \
68 $(PLAT_PATH)/common/src/qti_stack_protector.c \
69 $(PLAT_PATH)/common/src/qti_common.c \
75 $(PLAT_PATH)/common/src/$(ARCH)/qti_bl2_helpers.S \
76 $(PLAT_PATH)/common/src/qti_bl2_setup.c \
77 $(PLAT_PATH)/common/src/qti_image_desc.c \
78 $(PLAT_PATH)/common/src/qti_io_storage.c
83 plat/common/plat_gicv3.c \
85 plat/common/plat_psci_common.c \
86 $(PLAT_PATH)/common/src/$(ARCH)/qti_helpers.S \
87 $(PLAT_PATH)/common/src/pm_ps_hold.c \
88 $(PLAT_PATH)/common/src/qti_bl31_setup.c \
89 $(PLAT_PATH)/common/src/qti_gic_v3.c \
90 $(PLAT_PATH)/common/src/qti_interrupt_svc.c \
91 $(PLAT_PATH)/common/src/qti_syscall.c \
92 $(PLAT_PATH)/common/src/qti_topology.c \
93 $(PLAT_PATH)/common/src/qti_pm.c \
94 $(PLAT_PATH)/common/src/spmi_arb.c \