Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 1 | # |
| 2 | # Copyright (c) 2016, 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 | |
| 31 | RK_PLAT := plat/rockchip |
| 32 | RK_PLAT_SOC := ${RK_PLAT}/${PLAT} |
| 33 | RK_PLAT_COMMON := ${RK_PLAT}/common |
| 34 | |
| 35 | PLAT_INCLUDES := -I${RK_PLAT_COMMON}/ \ |
| 36 | -I${RK_PLAT_COMMON}/include/ \ |
| 37 | -I${RK_PLAT_COMMON}/pmusram \ |
| 38 | -I${RK_PLAT_COMMON}/drivers/pmu/ \ |
| 39 | -I${RK_PLAT_SOC}/ \ |
| 40 | -I${RK_PLAT_SOC}/drivers/pmu/ \ |
| 41 | -I${RK_PLAT_SOC}/drivers/soc/ \ |
| 42 | -I${RK_PLAT_SOC}/drivers/ddr/ \ |
| 43 | -I${RK_PLAT_SOC}/include/ |
| 44 | |
| 45 | RK_GIC_SOURCES := drivers/arm/gic/common/gic_common.c \ |
| 46 | drivers/arm/gic/v2/gicv2_main.c \ |
| 47 | drivers/arm/gic/v2/gicv2_helpers.c \ |
| 48 | plat/common/plat_gicv2.c \ |
| 49 | ${RK_PLAT}/common/rockchip_gicv2.c |
| 50 | |
Soby Mathew | cc037c1 | 2016-04-08 16:42:58 +0100 | [diff] [blame] | 51 | PLAT_BL_COMMON_SOURCES := lib/xlat_tables/xlat_tables_common.c \ |
| 52 | lib/xlat_tables/aarch64/xlat_tables.c \ |
Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 53 | plat/common/aarch64/plat_common.c \ |
Soby Mathew | f6c4108 | 2016-05-03 12:31:18 +0100 | [diff] [blame] | 54 | plat/common/plat_psci_common.c |
Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 55 | |
| 56 | BL31_SOURCES += ${RK_GIC_SOURCES} \ |
| 57 | drivers/arm/cci/cci.c \ |
Soby Mathew | 1723113 | 2016-08-08 12:33:06 +0100 | [diff] [blame] | 58 | drivers/console/aarch64/console.S \ |
| 59 | drivers/ti/uart/aarch64/16550_console.S \ |
Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 60 | drivers/delay_timer/delay_timer.c \ |
Antonio Nino Diaz | 2361fcc | 2016-05-05 15:25:02 +0100 | [diff] [blame] | 61 | drivers/delay_timer/generic_delay_timer.c \ |
Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 62 | lib/cpus/aarch64/cortex_a53.S \ |
| 63 | plat/common/aarch64/platform_mp_stack.S \ |
| 64 | ${RK_PLAT_COMMON}/aarch64/plat_helpers.S \ |
| 65 | ${RK_PLAT_COMMON}/bl31_plat_setup.c \ |
Caesar Wang | 3e3c5b0 | 2016-05-25 19:03:04 +0800 | [diff] [blame] | 66 | ${RK_PLAT_COMMON}/params_setup.c \ |
Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 67 | ${RK_PLAT_COMMON}/pmusram/pmu_sram_cpus_on.S \ |
| 68 | ${RK_PLAT_COMMON}/pmusram/pmu_sram.c \ |
Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 69 | ${RK_PLAT_COMMON}/plat_pm.c \ |
| 70 | ${RK_PLAT_COMMON}/plat_topology.c \ |
| 71 | ${RK_PLAT_COMMON}/aarch64/platform_common.c \ |
Caesar Wang | c1bf646 | 2016-06-21 14:44:01 +0800 | [diff] [blame] | 72 | ${RK_PLAT_COMMON}/rockchip_sip_svc.c \ |
| 73 | ${RK_PLAT_SOC}/plat_sip_calls.c \ |
Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 74 | ${RK_PLAT_SOC}/drivers/pmu/pmu.c \ |
| 75 | ${RK_PLAT_SOC}/drivers/soc/soc.c \ |
| 76 | ${RK_PLAT_SOC}/drivers/ddr/ddr_rk3368.c \ |
| 77 | |
| 78 | ENABLE_PLAT_COMPAT := 0 |