Ryan Harkin | 25cff83 | 2014-01-13 12:37:03 +0000 | [diff] [blame] | 1 | # |
| 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 Handley | 4ecca33 | 2014-04-09 12:48:25 +0100 | [diff] [blame] | 31 | # |
| 32 | # No additional platform system include directories required |
| 33 | # |
| 34 | # PLAT_INCLUDES := |
Ryan Harkin | 25cff83 | 2014-01-13 12:37:03 +0000 | [diff] [blame] | 35 | |
Dan Handley | 4ecca33 | 2014-04-09 12:48:25 +0100 | [diff] [blame] | 36 | PLAT_BL1_C_VPATH := drivers/arm/cci400 \ |
| 37 | drivers/arm/pl011 \ |
| 38 | lib/${ARCH} \ |
Ryan Harkin | d7a6b0f | 2014-01-13 14:40:13 +0000 | [diff] [blame] | 39 | lib/semihosting \ |
James Morrissey | 9d72b4e | 2014-02-10 17:04:32 +0000 | [diff] [blame] | 40 | lib/stdlib \ |
| 41 | drivers/io |
Ryan Harkin | 25cff83 | 2014-01-13 12:37:03 +0000 | [diff] [blame] | 42 | |
Ryan Harkin | d7a6b0f | 2014-01-13 14:40:13 +0000 | [diff] [blame] | 43 | PLAT_BL1_S_VPATH := lib/semihosting/${ARCH} |
Ryan Harkin | 25cff83 | 2014-01-13 12:37:03 +0000 | [diff] [blame] | 44 | |
Dan Handley | 4ecca33 | 2014-04-09 12:48:25 +0100 | [diff] [blame] | 45 | PLAT_BL2_C_VPATH := drivers/arm/cci400 \ |
| 46 | drivers/arm/pl011 \ |
| 47 | drivers/arm/tzc400 \ |
| 48 | lib/${ARCH} \ |
Ryan Harkin | d7a6b0f | 2014-01-13 14:40:13 +0000 | [diff] [blame] | 49 | lib/stdlib \ |
James Morrissey | 9d72b4e | 2014-02-10 17:04:32 +0000 | [diff] [blame] | 50 | lib/semihosting \ |
| 51 | drivers/io |
Ryan Harkin | 25cff83 | 2014-01-13 12:37:03 +0000 | [diff] [blame] | 52 | |
Ryan Harkin | d7a6b0f | 2014-01-13 14:40:13 +0000 | [diff] [blame] | 53 | PLAT_BL2_S_VPATH := lib/semihosting/${ARCH} |
Ryan Harkin | 25cff83 | 2014-01-13 12:37:03 +0000 | [diff] [blame] | 54 | |
Dan Handley | 4ecca33 | 2014-04-09 12:48:25 +0100 | [diff] [blame] | 55 | PLAT_BL31_C_VPATH := drivers/arm/cci-400 \ |
| 56 | drivers/arm/pl011 \ |
| 57 | lib/${ARCH} \ |
Ryan Harkin | d7a6b0f | 2014-01-13 14:40:13 +0000 | [diff] [blame] | 58 | lib/semihosting \ |
| 59 | lib/stdlib \ |
Dan Handley | e8246c0 | 2014-04-11 11:52:12 +0100 | [diff] [blame] | 60 | drivers/io \ |
| 61 | plat/fvp/drivers/pwrc |
Ryan Harkin | 25cff83 | 2014-01-13 12:37:03 +0000 | [diff] [blame] | 62 | |
Ryan Harkin | d7a6b0f | 2014-01-13 14:40:13 +0000 | [diff] [blame] | 63 | PLAT_BL31_S_VPATH := lib/semihosting/${ARCH} |
Ryan Harkin | 25cff83 | 2014-01-13 12:37:03 +0000 | [diff] [blame] | 64 | |
Jon Medhurst | 6d55d10 | 2014-02-12 15:54:48 +0000 | [diff] [blame] | 65 | PLAT_BL_COMMON_SOURCES := semihosting_call.S \ |
| 66 | mmio.c \ |
Dan Handley | d72f6e3 | 2014-04-14 17:03:01 +0100 | [diff] [blame] | 67 | pl011_console.c \ |
Jon Medhurst | 6d55d10 | 2014-02-12 15:54:48 +0000 | [diff] [blame] | 68 | pl011.c \ |
| 69 | semihosting.c \ |
| 70 | sysreg_helpers.S \ |
| 71 | plat_io_storage.c \ |
| 72 | io_semihosting.c \ |
| 73 | io_fip.c \ |
Jon Medhurst | 38aa76a | 2014-02-26 16:27:53 +0000 | [diff] [blame] | 74 | io_memmap.c \ |
| 75 | xlat_tables.c |
Ryan Harkin | 25cff83 | 2014-01-13 12:37:03 +0000 | [diff] [blame] | 76 | |
Jon Medhurst | 6d55d10 | 2014-02-12 15:54:48 +0000 | [diff] [blame] | 77 | BL1_SOURCES += bl1_plat_setup.c \ |
| 78 | bl1_plat_helpers.S \ |
| 79 | plat_helpers.S \ |
Andrew Thoelke | 2bf28e6 | 2014-03-20 10:48:23 +0000 | [diff] [blame] | 80 | platform_up_stack.S \ |
Jon Medhurst | 6d55d10 | 2014-02-12 15:54:48 +0000 | [diff] [blame] | 81 | plat_common.c \ |
Jon Medhurst | 6d55d10 | 2014-02-12 15:54:48 +0000 | [diff] [blame] | 82 | cci400.c |
Ryan Harkin | 25cff83 | 2014-01-13 12:37:03 +0000 | [diff] [blame] | 83 | |
Jon Medhurst | 6d55d10 | 2014-02-12 15:54:48 +0000 | [diff] [blame] | 84 | BL2_SOURCES += bl2_plat_setup.c \ |
Andrew Thoelke | 2bf28e6 | 2014-03-20 10:48:23 +0000 | [diff] [blame] | 85 | platform_up_stack.S \ |
Harry Liebel | f2199d9 | 2014-04-01 19:27:38 +0100 | [diff] [blame] | 86 | plat_common.c \ |
| 87 | plat_security.c \ |
| 88 | tzc400.c |
Ryan Harkin | 25cff83 | 2014-01-13 12:37:03 +0000 | [diff] [blame] | 89 | |
Jon Medhurst | 6d55d10 | 2014-02-12 15:54:48 +0000 | [diff] [blame] | 90 | BL31_SOURCES += bl31_plat_setup.c \ |
| 91 | plat_helpers.S \ |
Andrew Thoelke | 2bf28e6 | 2014-03-20 10:48:23 +0000 | [diff] [blame] | 92 | platform_mp_stack.S \ |
Jon Medhurst | 6d55d10 | 2014-02-12 15:54:48 +0000 | [diff] [blame] | 93 | 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 |