summaryrefslogtreecommitdiff
path: root/plat/sun50iw1p1/platform.mk
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2016-04-09 00:54:17 +0100
committerAndre Przywara <andre.przywara@arm.com>2016-06-02 01:28:54 +0100
commitab576e7da6dc5416e8e7aa4d05e819a67e4cb232 (patch)
tree181f3f58135079b3602882f0705e85659959e6e6 /plat/sun50iw1p1/platform.mk
parent3497c6975963e1801f94aaa9b59c5b9ffeda753a (diff)
sun50i: remove unneeded platform-specific GIC setup
The Allwinner code defined a platform specific GIC setup. However we don't need secure IRQs or a special setup, so we can easily go with the default ARM GIC setup provided by the driver. Remove the unneeded code file, associated calls and code lines. Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'plat/sun50iw1p1/platform.mk')
-rw-r--r--plat/sun50iw1p1/platform.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/plat/sun50iw1p1/platform.mk b/plat/sun50iw1p1/platform.mk
index 3a1d1e5..720c543 100644
--- a/plat/sun50iw1p1/platform.mk
+++ b/plat/sun50iw1p1/platform.mk
@@ -70,13 +70,14 @@ PLAT_BL_COMMON_SOURCES := lib/aarch64/xlat_tables.c \
-BL31_SOURCES += drivers/arm/cci400/cci400.c \
+BL31_SOURCES += drivers/arm/gic/arm_gic.c \
drivers/arm/gic/gic_v2.c \
+ drivers/arm/gic/gic_v3.c \
lib/cpus/aarch64/cortex_a53.S \
+ plat/common/plat_gic.c \
plat/common/aarch64/platform_mp_stack.S \
plat/sun50iw1p1/bl31_sunxi_setup.c \
plat/sun50iw1p1/plat_pm.c \
- plat/sun50iw1p1/plat_gic.c \
plat/sun50iw1p1/mhu.c \
plat/sun50iw1p1/scpi.c \
plat/sun50iw1p1/sunxi_security.c \