aboutsummaryrefslogtreecommitdiff
path: root/bl31
diff options
context:
space:
mode:
authorIan Spray <ian.spray@arm.com>2014-01-02 16:57:12 +0000
committerDan Handley <dan.handley@arm.com>2014-01-17 10:27:52 +0000
commit8468739c5f19928240934f80c6582e45985bf975 (patch)
tree2ef94904cffe808aabe0639398fb2aaa179fa371 /bl31
parente22fb91e3145ab95e44c2ad291b330ae79847893 (diff)
Move GIC setup to a separate file
GIC setup code which used to be in bl31_plat_setup.c is now in fvp_gic.c to simplify future changes to other bootloader stages. This patch moves code from bl31_plat_setup.c to fvp_gic.c, simplifies the include file list for bl31_plat_setup.c, moves GIC declarations from the bl31.h header file into the platform.h, and reworks files according to coding style guide. Change-Id: I48d82a4ba33e7114dcc88f9ca98767a06cf8f417
Diffstat (limited to 'bl31')
-rw-r--r--bl31/bl31.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bl31/bl31.mk b/bl31/bl31.mk
index fec09b8..4aed11b 100644
--- a/bl31/bl31.mk
+++ b/bl31/bl31.mk
@@ -43,7 +43,7 @@ BL31_ASM_OBJS := bl31_entrypoint.o runtime_exceptions.o psci_entry.o \
BL31_C_OBJS := bl31_main.o bl31_plat_setup.o bl31_arch_setup.o \
exception_handlers.o bakery_lock.o cci400.o \
fvp_common.o fvp_pm.o fvp_pwrc.o fvp_topology.o \
- runtime_svc.o gic_v2.o psci_setup.o \
+ runtime_svc.o fvp_gic.o gic_v2.o psci_setup.o \
psci_common.o psci_afflvl_on.o psci_main.o \
psci_afflvl_off.o psci_afflvl_suspend.o