juno: Pull out some software components

On Juno, we don't need the following components so this patch
removes them of the images:
 - semihosting support;
 - FVP power controller support;
 - GICv3 support.
This commit is contained in:
Sandrine Bailleux 2014-03-10 15:30:20 +00:00
parent 476165d31d
commit 6a89c0d46e
1 changed files with 3 additions and 18 deletions

View File

@ -30,44 +30,30 @@
PLAT_INCLUDES := -Idrivers/arm/interconnect/cci-400 \
-Idrivers/arm/trustzone/tzc-400 \
-Idrivers/arm/peripherals/pl011 \
-Idrivers/power
-Idrivers/arm/peripherals/pl011
PLAT_BL1_C_VPATH := drivers/arm/interconnect/cci-400 \
drivers/arm/peripherals/pl011 \
lib/arch/${ARCH} \
lib/semihosting \
lib/stdlib \
drivers/io
PLAT_BL1_S_VPATH := lib/semihosting/${ARCH}
PLAT_BL2_C_VPATH := drivers/arm/interconnect/cci-400 \
drivers/arm/peripherals/pl011 \
lib/arch/${ARCH} \
lib/stdlib \
lib/semihosting \
drivers/io
PLAT_BL2_S_VPATH := lib/semihosting/${ARCH}
PLAT_BL31_C_VPATH := drivers/arm/interconnect/cci-400 \
drivers/arm/peripherals/pl011 \
lib/arch/${ARCH} \
lib/semihosting \
lib/stdlib \
drivers/power \
drivers/io
PLAT_BL31_S_VPATH := lib/semihosting/${ARCH}
PLAT_BL_COMMON_SOURCES := semihosting_call.S \
mmio.c \
PLAT_BL_COMMON_SOURCES := mmio.c \
pl011.c \
semihosting.c \
sysreg_helpers.S \
plat_io_storage.c \
io_semihosting.c \
io_fip.c \
io_memmap.c \
xlat_tables.c
@ -96,5 +82,4 @@ BL31_SOURCES += bl31_plat_setup.c \
scpi.c \
smc_arm.c \
cci400.c \
gic_v2.c \
gic_v3.c
gic_v2.c