blob: f55000dc88f9469ddbeaef05bcd13d4126b5d3c3 [file] [log] [blame]
Ryan Harkin25cff832014-01-13 12:37:03 +00001#
2# Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are met:
6#
7# Redistributions of source code must retain the above copyright notice, this
8# list of conditions and the following disclaimer.
9#
10# Redistributions in binary form must reproduce the above copyright notice,
11# this list of conditions and the following disclaimer in the documentation
12# and/or other materials provided with the distribution.
13#
14# Neither the name of ARM nor the names of its contributors may be used
15# to endorse or promote products derived from this software without specific
16# prior written permission.
17#
18# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
22# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28# POSSIBILITY OF SUCH DAMAGE.
29#
30
Dan Handley4ecca332014-04-09 12:48:25 +010031#
32# No additional platform system include directories required
33#
34# PLAT_INCLUDES :=
Ryan Harkin25cff832014-01-13 12:37:03 +000035
Dan Handley4ecca332014-04-09 12:48:25 +010036PLAT_BL1_C_VPATH := drivers/arm/cci400 \
37 drivers/arm/pl011 \
38 lib/${ARCH} \
Ryan Harkind7a6b0f2014-01-13 14:40:13 +000039 lib/semihosting \
James Morrissey9d72b4e2014-02-10 17:04:32 +000040 lib/stdlib \
41 drivers/io
Ryan Harkin25cff832014-01-13 12:37:03 +000042
Ryan Harkind7a6b0f2014-01-13 14:40:13 +000043PLAT_BL1_S_VPATH := lib/semihosting/${ARCH}
Ryan Harkin25cff832014-01-13 12:37:03 +000044
Dan Handley4ecca332014-04-09 12:48:25 +010045PLAT_BL2_C_VPATH := drivers/arm/cci400 \
46 drivers/arm/pl011 \
47 drivers/arm/tzc400 \
48 lib/${ARCH} \
Ryan Harkind7a6b0f2014-01-13 14:40:13 +000049 lib/stdlib \
James Morrissey9d72b4e2014-02-10 17:04:32 +000050 lib/semihosting \
51 drivers/io
Ryan Harkin25cff832014-01-13 12:37:03 +000052
Ryan Harkind7a6b0f2014-01-13 14:40:13 +000053PLAT_BL2_S_VPATH := lib/semihosting/${ARCH}
Ryan Harkin25cff832014-01-13 12:37:03 +000054
Dan Handley4ecca332014-04-09 12:48:25 +010055PLAT_BL31_C_VPATH := drivers/arm/cci-400 \
56 drivers/arm/pl011 \
57 lib/${ARCH} \
Ryan Harkind7a6b0f2014-01-13 14:40:13 +000058 lib/semihosting \
59 lib/stdlib \
Dan Handleye8246c02014-04-11 11:52:12 +010060 drivers/io \
61 plat/fvp/drivers/pwrc
Ryan Harkin25cff832014-01-13 12:37:03 +000062
Ryan Harkind7a6b0f2014-01-13 14:40:13 +000063PLAT_BL31_S_VPATH := lib/semihosting/${ARCH}
Ryan Harkin25cff832014-01-13 12:37:03 +000064
Jon Medhurst6d55d102014-02-12 15:54:48 +000065PLAT_BL_COMMON_SOURCES := semihosting_call.S \
66 mmio.c \
Dan Handleyd72f6e32014-04-14 17:03:01 +010067 pl011_console.c \
Jon Medhurst6d55d102014-02-12 15:54:48 +000068 pl011.c \
69 semihosting.c \
70 sysreg_helpers.S \
71 plat_io_storage.c \
72 io_semihosting.c \
73 io_fip.c \
Jon Medhurst38aa76a2014-02-26 16:27:53 +000074 io_memmap.c \
75 xlat_tables.c
Ryan Harkin25cff832014-01-13 12:37:03 +000076
Jon Medhurst6d55d102014-02-12 15:54:48 +000077BL1_SOURCES += bl1_plat_setup.c \
78 bl1_plat_helpers.S \
79 plat_helpers.S \
Andrew Thoelke2bf28e62014-03-20 10:48:23 +000080 platform_up_stack.S \
Jon Medhurst6d55d102014-02-12 15:54:48 +000081 plat_common.c \
Jon Medhurst6d55d102014-02-12 15:54:48 +000082 cci400.c
Ryan Harkin25cff832014-01-13 12:37:03 +000083
Jon Medhurst6d55d102014-02-12 15:54:48 +000084BL2_SOURCES += bl2_plat_setup.c \
Andrew Thoelke2bf28e62014-03-20 10:48:23 +000085 platform_up_stack.S \
Harry Liebelf2199d92014-04-01 19:27:38 +010086 plat_common.c \
87 plat_security.c \
88 tzc400.c
Ryan Harkin25cff832014-01-13 12:37:03 +000089
Jon Medhurst6d55d102014-02-12 15:54:48 +000090BL31_SOURCES += bl31_plat_setup.c \
91 plat_helpers.S \
Andrew Thoelke2bf28e62014-03-20 10:48:23 +000092 platform_mp_stack.S \
Jon Medhurst6d55d102014-02-12 15:54:48 +000093 plat_common.c \
94 plat_pm.c \
95 plat_topology.c \
96 plat_gic.c \
97 fvp_pwrc.c \
98 cci400.c \
99 gic_v2.c \
100 gic_v3.c