Sandrine Bailleux | 798140d | 2014-07-17 16:06:39 +0100 | [diff] [blame] | 1 | # |
Antonio Nino Diaz | 4e6408c | 2019-01-23 16:23:07 +0000 | [diff] [blame] | 2 | # Copyright (c) 2013-2019, ARM Limited and Contributors. All rights reserved. |
Sandrine Bailleux | 798140d | 2014-07-17 16:06:39 +0100 | [diff] [blame] | 3 | # |
dp-arm | fa3cf0b | 2017-05-03 09:38:09 +0100 | [diff] [blame] | 4 | # SPDX-License-Identifier: BSD-3-Clause |
Sandrine Bailleux | 798140d | 2014-07-17 16:06:39 +0100 | [diff] [blame] | 5 | # |
| 6 | |
Achin Gupta | 1fa7eb6 | 2015-11-03 14:18:34 +0000 | [diff] [blame] | 7 | JUNO_GIC_SOURCES := drivers/arm/gic/common/gic_common.c \ |
| 8 | drivers/arm/gic/v2/gicv2_main.c \ |
| 9 | drivers/arm/gic/v2/gicv2_helpers.c \ |
| 10 | plat/common/plat_gicv2.c \ |
| 11 | plat/arm/common/arm_gicv2.c |
| 12 | |
Vikram Kanigiri | fbb1301 | 2016-02-15 11:54:14 +0000 | [diff] [blame] | 13 | JUNO_INTERCONNECT_SOURCES := drivers/arm/cci/cci.c \ |
| 14 | plat/arm/common/arm_cci.c |
| 15 | |
Soby Mathew | 9c708b5 | 2016-02-26 14:23:19 +0000 | [diff] [blame] | 16 | JUNO_SECURITY_SOURCES := drivers/arm/tzc/tzc400.c \ |
Vikram Kanigiri | 70752bb | 2016-02-10 14:50:53 +0000 | [diff] [blame] | 17 | plat/arm/board/juno/juno_security.c \ |
dp-arm | 8f59e15 | 2017-02-27 12:21:43 +0000 | [diff] [blame] | 18 | plat/arm/board/juno/juno_trng.c \ |
Vikram Kanigiri | 70752bb | 2016-02-10 14:50:53 +0000 | [diff] [blame] | 19 | plat/arm/common/arm_tzc400.c |
| 20 | |
dp-arm | b3263b3 | 2017-02-28 14:43:15 +0000 | [diff] [blame] | 21 | ifneq (${ENABLE_STACK_PROTECTOR}, 0) |
| 22 | JUNO_SECURITY_SOURCES += plat/arm/board/juno/juno_stack_protector.c |
| 23 | endif |
Vikram Kanigiri | fbb1301 | 2016-02-15 11:54:14 +0000 | [diff] [blame] | 24 | |
Sathees Balya | 2257607 | 2018-09-03 17:41:13 +0100 | [diff] [blame] | 25 | # Select SCMI/SDS drivers instead of SCPI/BOM driver for communicating with the |
| 26 | # SCP during power management operations and for SCP RAM Firmware transfer. |
| 27 | CSS_USE_SCMI_SDS_DRIVER := 1 |
| 28 | |
Antonio Nino Diaz | 09d5876 | 2019-01-23 19:06:55 +0000 | [diff] [blame] | 29 | PLAT_INCLUDES := -Iplat/arm/board/juno/include |
Juan Castillo | 921b877 | 2014-09-05 17:29:38 +0100 | [diff] [blame] | 30 | |
Antonio Nino Diaz | cbc6826 | 2018-10-10 11:02:34 +0100 | [diff] [blame] | 31 | PLAT_BL_COMMON_SOURCES := plat/arm/board/juno/${ARCH}/juno_helpers.S \ |
| 32 | plat/arm/board/juno/juno_common.c |
Juan Castillo | 921b877 | 2014-09-05 17:29:38 +0100 | [diff] [blame] | 33 | |
Yatharth Kochar | ede39cb | 2016-11-14 12:01:04 +0000 | [diff] [blame] | 34 | # Flag to enable support for AArch32 state on JUNO |
| 35 | JUNO_AARCH32_EL3_RUNTIME := 0 |
| 36 | $(eval $(call assert_boolean,JUNO_AARCH32_EL3_RUNTIME)) |
| 37 | $(eval $(call add_define,JUNO_AARCH32_EL3_RUNTIME)) |
| 38 | |
Summer Qin | 13b95c2 | 2018-03-02 15:51:14 +0800 | [diff] [blame] | 39 | # Flag to enable support for TZMP1 on JUNO |
| 40 | JUNO_TZMP1 := 0 |
| 41 | $(eval $(call assert_boolean,JUNO_TZMP1)) |
| 42 | ifeq (${JUNO_TZMP1}, 1) |
| 43 | $(eval $(call add_define,JUNO_TZMP1)) |
| 44 | endif |
| 45 | |
Soby Mathew | bf16923 | 2017-11-14 14:10:10 +0000 | [diff] [blame] | 46 | ifeq (${JUNO_AARCH32_EL3_RUNTIME}, 1) |
| 47 | # Include BL32 in FIP |
| 48 | NEED_BL32 := yes |
| 49 | # BL31 is not required |
| 50 | override BL31_SOURCES = |
| 51 | |
| 52 | # The BL32 needs to be built separately invoking the AARCH32 compiler and |
| 53 | # be specifed via `BL32` build option. |
| 54 | ifneq (${ARCH}, aarch32) |
| 55 | override BL32_SOURCES = |
| 56 | endif |
| 57 | endif |
| 58 | |
Yatharth Kochar | ede39cb | 2016-11-14 12:01:04 +0000 | [diff] [blame] | 59 | ifeq (${ARCH},aarch64) |
Dan Handley | 7bef800 | 2015-03-19 19:22:44 +0000 | [diff] [blame] | 60 | BL1_SOURCES += lib/cpus/aarch64/cortex_a53.S \ |
Brendan Jackman | a443d22 | 2015-10-30 16:25:12 +0000 | [diff] [blame] | 61 | lib/cpus/aarch64/cortex_a57.S \ |
Juan Castillo | b6132f1 | 2015-10-06 14:01:35 +0100 | [diff] [blame] | 62 | lib/cpus/aarch64/cortex_a72.S \ |
Sathees Balya | 2257607 | 2018-09-03 17:41:13 +0100 | [diff] [blame] | 63 | plat/arm/board/juno/juno_err.c \ |
Yatharth Kochar | 736a3bf | 2015-10-11 14:14:55 +0100 | [diff] [blame] | 64 | plat/arm/board/juno/juno_bl1_setup.c \ |
Aditya Angadi | 20b4841 | 2019-04-16 11:29:14 +0530 | [diff] [blame] | 65 | drivers/arm/sp805/sp805.c \ |
dp-arm | b3263b3 | 2017-02-28 14:43:15 +0000 | [diff] [blame] | 66 | ${JUNO_INTERCONNECT_SOURCES} \ |
| 67 | ${JUNO_SECURITY_SOURCES} |
Juan Castillo | 921b877 | 2014-09-05 17:29:38 +0100 | [diff] [blame] | 68 | |
Ambroise Vincent | fa42c9e | 2019-07-04 14:58:45 +0100 | [diff] [blame] | 69 | BL2_SOURCES += drivers/arm/sp805/sp805.c \ |
| 70 | lib/utils/mem_region.c \ |
Sathees Balya | 2257607 | 2018-09-03 17:41:13 +0100 | [diff] [blame] | 71 | plat/arm/board/juno/juno_err.c \ |
Roberto Vargas | b96ee4b | 2018-08-06 13:35:31 +0100 | [diff] [blame] | 72 | plat/arm/board/juno/juno_bl2_setup.c \ |
| 73 | plat/arm/common/arm_nor_psci_mem_protect.c \ |
Vikram Kanigiri | 70752bb | 2016-02-10 14:50:53 +0000 | [diff] [blame] | 74 | ${JUNO_SECURITY_SOURCES} |
Juan Castillo | 921b877 | 2014-09-05 17:29:38 +0100 | [diff] [blame] | 75 | |
Vikram Kanigiri | 70752bb | 2016-02-10 14:50:53 +0000 | [diff] [blame] | 76 | BL2U_SOURCES += ${JUNO_SECURITY_SOURCES} |
Yatharth Kochar | 3a11eda | 2015-10-14 15:28:11 +0100 | [diff] [blame] | 77 | |
Antonio Nino Diaz | d7da2f8 | 2018-10-10 11:14:44 +0100 | [diff] [blame] | 78 | BL31_SOURCES += drivers/cfi/v2m/v2m_flash.c \ |
| 79 | lib/cpus/aarch64/cortex_a53.S \ |
Soby Mathew | 61e8d0b | 2015-10-12 17:32:29 +0100 | [diff] [blame] | 80 | lib/cpus/aarch64/cortex_a57.S \ |
Brendan Jackman | a443d22 | 2015-10-30 16:25:12 +0000 | [diff] [blame] | 81 | lib/cpus/aarch64/cortex_a72.S \ |
Roberto Vargas | b96ee4b | 2018-08-06 13:35:31 +0100 | [diff] [blame] | 82 | lib/utils/mem_region.c \ |
Chandni Cherukuri | e4bf6a0 | 2018-11-14 13:43:59 +0530 | [diff] [blame] | 83 | plat/arm/board/juno/juno_pm.c \ |
Soby Mathew | 47e43f2 | 2016-02-01 14:04:34 +0000 | [diff] [blame] | 84 | plat/arm/board/juno/juno_topology.c \ |
Roberto Vargas | b96ee4b | 2018-08-06 13:35:31 +0100 | [diff] [blame] | 85 | plat/arm/common/arm_nor_psci_mem_protect.c \ |
Vikram Kanigiri | 70752bb | 2016-02-10 14:50:53 +0000 | [diff] [blame] | 86 | ${JUNO_GIC_SOURCES} \ |
Vikram Kanigiri | fbb1301 | 2016-02-15 11:54:14 +0000 | [diff] [blame] | 87 | ${JUNO_INTERCONNECT_SOURCES} \ |
Vikram Kanigiri | 70752bb | 2016-02-10 14:50:53 +0000 | [diff] [blame] | 88 | ${JUNO_SECURITY_SOURCES} |
Sathees Balya | 2257607 | 2018-09-03 17:41:13 +0100 | [diff] [blame] | 89 | |
| 90 | ifeq (${CSS_USE_SCMI_SDS_DRIVER},1) |
Antonio Nino Diaz | 09d5876 | 2019-01-23 19:06:55 +0000 | [diff] [blame] | 91 | BL1_SOURCES += drivers/arm/css/sds/sds.c |
Yatharth Kochar | ede39cb | 2016-11-14 12:01:04 +0000 | [diff] [blame] | 92 | endif |
Juan Castillo | 921b877 | 2014-09-05 17:29:38 +0100 | [diff] [blame] | 93 | |
Sathees Balya | 2257607 | 2018-09-03 17:41:13 +0100 | [diff] [blame] | 94 | endif |
| 95 | |
Deepak Pandey | b0971f9 | 2018-05-25 12:43:30 +0530 | [diff] [blame] | 96 | ifneq (${RESET_TO_BL31},0) |
Sandrine Bailleux | 1e32d32 | 2019-01-07 15:35:37 +0100 | [diff] [blame] | 97 | $(error "Using BL31 as the reset vector is not supported on ${PLAT} platform. \ |
Deepak Pandey | b0971f9 | 2018-05-25 12:43:30 +0530 | [diff] [blame] | 98 | Please set RESET_TO_BL31 to 0.") |
| 99 | endif |
| 100 | |
Sathees Balya | 6f07a60 | 2018-11-02 14:56:06 +0000 | [diff] [blame] | 101 | ifeq ($(USE_ROMLIB),1) |
| 102 | all : bl1_romlib.bin |
| 103 | endif |
| 104 | |
| 105 | bl1_romlib.bin : $(BUILD_PLAT)/bl1.bin $(BUILD_PLAT)/romlib/romlib.bin |
| 106 | @echo "Building combined BL1 and ROMLIB binary for Juno $@" |
| 107 | ./lib/romlib/gen_combined_bl1_romlib.sh -o bl1_romlib.bin $(BUILD_PLAT) |
| 108 | |
Eleanor Bonnici | 8392aab | 2017-08-04 15:03:51 +0100 | [diff] [blame] | 109 | # Errata workarounds for Cortex-A53: |
Ambroise Vincent | bde4246 | 2019-02-22 14:19:16 +0000 | [diff] [blame] | 110 | ERRATA_A53_819472 := 1 |
| 111 | ERRATA_A53_824069 := 1 |
Eleanor Bonnici | 8392aab | 2017-08-04 15:03:51 +0100 | [diff] [blame] | 112 | ERRATA_A53_826319 := 1 |
Ambroise Vincent | bde4246 | 2019-02-22 14:19:16 +0000 | [diff] [blame] | 113 | ERRATA_A53_827319 := 1 |
Douglas Raillard | d56fb04 | 2017-06-19 15:38:02 +0100 | [diff] [blame] | 114 | ERRATA_A53_835769 := 1 |
Eleanor Bonnici | 8392aab | 2017-08-04 15:03:51 +0100 | [diff] [blame] | 115 | ERRATA_A53_836870 := 1 |
Douglas Raillard | d56fb04 | 2017-06-19 15:38:02 +0100 | [diff] [blame] | 116 | ERRATA_A53_843419 := 1 |
Andre Przywara | 00eefd9 | 2016-10-06 16:54:53 +0100 | [diff] [blame] | 117 | ERRATA_A53_855873 := 1 |
Eleanor Bonnici | 8392aab | 2017-08-04 15:03:51 +0100 | [diff] [blame] | 118 | |
| 119 | # Errata workarounds for Cortex-A57: |
Vikram Kanigiri | eade34c | 2016-01-20 15:57:35 +0000 | [diff] [blame] | 120 | ERRATA_A57_806969 := 0 |
Antonio Nino Diaz | 3f13c35 | 2017-02-24 11:39:22 +0000 | [diff] [blame] | 121 | ERRATA_A57_813419 := 1 |
Vikram Kanigiri | eade34c | 2016-01-20 15:57:35 +0000 | [diff] [blame] | 122 | ERRATA_A57_813420 := 1 |
Ambroise Vincent | bde4246 | 2019-02-22 14:19:16 +0000 | [diff] [blame] | 123 | ERRATA_A57_814670 := 1 |
| 124 | ERRATA_A57_817169 := 1 |
Douglas Raillard | 71d4fe2 | 2017-02-28 17:56:15 +0000 | [diff] [blame] | 125 | ERRATA_A57_826974 := 1 |
| 126 | ERRATA_A57_826977 := 1 |
| 127 | ERRATA_A57_828024 := 1 |
| 128 | ERRATA_A57_829520 := 1 |
| 129 | ERRATA_A57_833471 := 1 |
Eleanor Bonnici | 8392aab | 2017-08-04 15:03:51 +0100 | [diff] [blame] | 130 | ERRATA_A57_859972 := 0 |
Douglas Raillard | 71d4fe2 | 2017-02-28 17:56:15 +0000 | [diff] [blame] | 131 | |
Eleanor Bonnici | 8392aab | 2017-08-04 15:03:51 +0100 | [diff] [blame] | 132 | # Errata workarounds for Cortex-A72: |
| 133 | ERRATA_A72_859971 := 0 |
Soby Mathew | 937488b | 2014-09-22 14:13:34 +0100 | [diff] [blame] | 134 | |
| 135 | # Enable option to skip L1 data cache flush during the Cortex-A57 cluster |
| 136 | # power down sequence |
| 137 | SKIP_A57_L1_FLUSH_PWR_DWN := 1 |
Dan Handley | 7bef800 | 2015-03-19 19:22:44 +0000 | [diff] [blame] | 138 | |
David Cunado | c5b0c0f | 2017-10-31 23:19:21 +0000 | [diff] [blame] | 139 | # Do not enable SVE |
| 140 | ENABLE_SVE_FOR_NS := 0 |
| 141 | |
Antonio Nino Diaz | 4e6408c | 2019-01-23 16:23:07 +0000 | [diff] [blame] | 142 | # Enable the dynamic translation tables library. |
| 143 | ifeq (${ARCH},aarch32) |
| 144 | ifeq (${RESET_TO_SP_MIN},1) |
| 145 | BL32_CFLAGS += -DPLAT_XLAT_TABLES_DYNAMIC=1 |
| 146 | endif |
| 147 | else |
| 148 | ifeq (${RESET_TO_BL31},1) |
| 149 | BL31_CFLAGS += -DPLAT_XLAT_TABLES_DYNAMIC=1 |
| 150 | endif |
| 151 | endif |
| 152 | |
Louis Mayencourt | 65cac46 | 2019-07-29 10:40:17 +0100 | [diff] [blame] | 153 | # Add the FDT_SOURCES and options for Dynamic Config |
| 154 | FDT_SOURCES += plat/arm/board/juno/fdts/${PLAT}_tb_fw_config.dts |
| 155 | TB_FW_CONFIG := ${BUILD_PLAT}/fdts/${PLAT}_tb_fw_config.dtb |
| 156 | |
| 157 | # Add the TB_FW_CONFIG to FIP and specify the same to certtool |
| 158 | $(eval $(call TOOL_ADD_PAYLOAD,${TB_FW_CONFIG},--tb-fw-config)) |
| 159 | |
Antonio Nino Diaz | cbc6826 | 2018-10-10 11:02:34 +0100 | [diff] [blame] | 160 | include plat/arm/board/common/board_common.mk |
Dan Handley | 7bef800 | 2015-03-19 19:22:44 +0000 | [diff] [blame] | 161 | include plat/arm/common/arm_common.mk |
| 162 | include plat/arm/soc/common/soc_css.mk |
| 163 | include plat/arm/css/common/css_common.mk |