Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 1 | /* |
AlexeiFedorov | 334d235 | 2022-12-29 15:57:40 +0000 | [diff] [blame] | 2 | * Copyright (c) 2013-2023, Arm Limited and Contributors. All rights reserved. |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 3 | * |
dp-arm | fa3cf0b | 2017-05-03 09:38:09 +0100 | [diff] [blame] | 4 | * SPDX-License-Identifier: BSD-3-Clause |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 5 | */ |
| 6 | |
Antonio Nino Diaz | e0f9063 | 2018-12-14 00:18:21 +0000 | [diff] [blame] | 7 | #include <assert.h> |
| 8 | |
| 9 | #include <common/debug.h> |
| 10 | #include <drivers/arm/cci.h> |
| 11 | #include <drivers/arm/ccn.h> |
| 12 | #include <drivers/arm/gicv2.h> |
Alexei Fedorov | 7131d83 | 2019-08-16 14:15:59 +0100 | [diff] [blame] | 13 | #include <drivers/arm/sp804_delay_timer.h> |
| 14 | #include <drivers/generic_delay_timer.h> |
AlexeiFedorov | 334d235 | 2022-12-29 15:57:40 +0000 | [diff] [blame] | 15 | #include <fconf_hw_config_getter.h> |
Antonio Nino Diaz | e0f9063 | 2018-12-14 00:18:21 +0000 | [diff] [blame] | 16 | #include <lib/mmio.h> |
Manish V Badarkhe | a637c3f | 2020-08-04 17:09:10 +0100 | [diff] [blame] | 17 | #include <lib/smccc.h> |
Antonio Nino Diaz | e0f9063 | 2018-12-14 00:18:21 +0000 | [diff] [blame] | 18 | #include <lib/xlat_tables/xlat_tables_compat.h> |
Antonio Nino Diaz | a320ecd | 2019-01-15 14:19:50 +0000 | [diff] [blame] | 19 | #include <platform_def.h> |
Manish V Badarkhe | a637c3f | 2020-08-04 17:09:10 +0100 | [diff] [blame] | 20 | #include <services/arm_arch_svc.h> |
Javier Almansa Sobrino | 4165e84 | 2022-04-25 17:18:15 +0100 | [diff] [blame] | 21 | #include <services/rmm_core_manifest.h> |
Olivier Deprez | 21cf360 | 2020-07-30 17:18:33 +0200 | [diff] [blame] | 22 | #if SPM_MM |
Paul Beesley | 45f4028 | 2019-10-15 10:57:42 +0000 | [diff] [blame] | 23 | #include <services/spm_mm_partition.h> |
Olivier Deprez | 21cf360 | 2020-07-30 17:18:33 +0200 | [diff] [blame] | 24 | #endif |
Antonio Nino Diaz | e0f9063 | 2018-12-14 00:18:21 +0000 | [diff] [blame] | 25 | |
Manish V Badarkhe | a637c3f | 2020-08-04 17:09:10 +0100 | [diff] [blame] | 26 | #include <plat/arm/common/arm_config.h> |
AlexeiFedorov | 8e754f9 | 2022-12-14 17:28:11 +0000 | [diff] [blame] | 27 | #include <plat/arm/common/arm_pas_def.h> |
Manish V Badarkhe | a637c3f | 2020-08-04 17:09:10 +0100 | [diff] [blame] | 28 | #include <plat/arm/common/plat_arm.h> |
| 29 | #include <plat/common/platform.h> |
| 30 | |
Roberto Vargas | 2ca18d9 | 2018-02-12 12:36:17 +0000 | [diff] [blame] | 31 | #include "fvp_private.h" |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 32 | |
Achin Gupta | 1fa7eb6 | 2015-11-03 14:18:34 +0000 | [diff] [blame] | 33 | /* Defines for GIC Driver build time selection */ |
| 34 | #define FVP_GICV2 1 |
| 35 | #define FVP_GICV3 2 |
Achin Gupta | 1fa7eb6 | 2015-11-03 14:18:34 +0000 | [diff] [blame] | 36 | |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 37 | /******************************************************************************* |
Dan Handley | 2b6b574 | 2015-03-19 19:17:53 +0000 | [diff] [blame] | 38 | * arm_config holds the characteristics of the differences between the three FVP |
| 39 | * platforms (Base, A53_A57 & Foundation). It will be populated during cold boot |
Vikram Kanigiri | fbb1301 | 2016-02-15 11:54:14 +0000 | [diff] [blame] | 40 | * at each boot stage by the primary before enabling the MMU (to allow |
| 41 | * interconnect configuration) & used thereafter. Each BL will have its own copy |
| 42 | * to allow independent operation. |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 43 | ******************************************************************************/ |
Dan Handley | 2b6b574 | 2015-03-19 19:17:53 +0000 | [diff] [blame] | 44 | arm_config_t arm_config; |
Soby Mathew | b08bc04 | 2014-09-03 17:48:44 +0100 | [diff] [blame] | 45 | |
| 46 | #define MAP_DEVICE0 MAP_REGION_FLAT(DEVICE0_BASE, \ |
| 47 | DEVICE0_SIZE, \ |
| 48 | MT_DEVICE | MT_RW | MT_SECURE) |
| 49 | |
| 50 | #define MAP_DEVICE1 MAP_REGION_FLAT(DEVICE1_BASE, \ |
| 51 | DEVICE1_SIZE, \ |
| 52 | MT_DEVICE | MT_RW | MT_SECURE) |
| 53 | |
Manish V Badarkhe | b24c637 | 2021-01-24 03:26:50 +0000 | [diff] [blame] | 54 | #if FVP_GICR_REGION_PROTECTION |
| 55 | #define MAP_GICD_MEM MAP_REGION_FLAT(BASE_GICD_BASE, \ |
| 56 | BASE_GICD_SIZE, \ |
| 57 | MT_DEVICE | MT_RW | MT_SECURE) |
| 58 | |
| 59 | /* Map all core's redistributor memory as read-only. After boots up, |
| 60 | * per-core map its redistributor memory as read-write */ |
| 61 | #define MAP_GICR_MEM MAP_REGION_FLAT(BASE_GICR_BASE, \ |
| 62 | (BASE_GICR_SIZE * PLATFORM_CORE_COUNT),\ |
| 63 | MT_DEVICE | MT_RO | MT_SECURE) |
| 64 | #endif /* FVP_GICR_REGION_PROTECTION */ |
| 65 | |
Sandrine Bailleux | d9160a5 | 2017-05-26 15:48:10 +0100 | [diff] [blame] | 66 | /* |
| 67 | * Need to be mapped with write permissions in order to set a new non-volatile |
| 68 | * counter value. |
| 69 | */ |
Juan Castillo | 31a68f0 | 2015-04-14 12:49:03 +0100 | [diff] [blame] | 70 | #define MAP_DEVICE2 MAP_REGION_FLAT(DEVICE2_BASE, \ |
| 71 | DEVICE2_SIZE, \ |
Antonio Nino Diaz | 9d602fe | 2016-05-20 14:14:16 +0100 | [diff] [blame] | 72 | MT_DEVICE | MT_RW | MT_SECURE) |
Juan Castillo | 31a68f0 | 2015-04-14 12:49:03 +0100 | [diff] [blame] | 73 | |
Harrison Mutai | 1dcaf96 | 2023-08-08 15:10:07 +0100 | [diff] [blame] | 74 | #if TRANSFER_LIST |
| 75 | #ifdef FW_NS_HANDOFF_BASE |
| 76 | #define MAP_FW_NS_HANDOFF MAP_REGION_FLAT(FW_NS_HANDOFF_BASE, \ |
| 77 | FW_HANDOFF_SIZE, \ |
| 78 | MT_MEMORY | MT_RW | MT_NS) |
| 79 | #endif |
| 80 | #endif |
| 81 | |
Jon Medhurst | b1eb093 | 2014-02-26 16:27:53 +0000 | [diff] [blame] | 82 | /* |
Sandrine Bailleux | 4a1267a | 2016-05-18 16:11:47 +0100 | [diff] [blame] | 83 | * Table of memory regions for various BL stages to map using the MMU. |
Roberto Vargas | 344ff02 | 2018-10-19 16:44:18 +0100 | [diff] [blame] | 84 | * This doesn't include Trusted SRAM as setup_page_tables() already takes care |
| 85 | * of mapping it. |
Jon Medhurst | b1eb093 | 2014-02-26 16:27:53 +0000 | [diff] [blame] | 86 | */ |
Masahiro Yamada | 441bfdd | 2016-12-25 23:36:24 +0900 | [diff] [blame] | 87 | #ifdef IMAGE_BL1 |
Dan Handley | 2b6b574 | 2015-03-19 19:17:53 +0000 | [diff] [blame] | 88 | const mmap_region_t plat_arm_mmap[] = { |
| 89 | ARM_MAP_SHARED_RAM, |
Manish V Badarkhe | 76bf27b | 2021-06-16 16:50:43 +0100 | [diff] [blame] | 90 | V2M_MAP_FLASH0_RO, |
Dan Handley | 2b6b574 | 2015-03-19 19:17:53 +0000 | [diff] [blame] | 91 | V2M_MAP_IOFPGA, |
Soby Mathew | b08bc04 | 2014-09-03 17:48:44 +0100 | [diff] [blame] | 92 | MAP_DEVICE0, |
Manish V Badarkhe | e40334d | 2021-01-23 10:55:12 +0000 | [diff] [blame] | 93 | #if FVP_INTERCONNECT_DRIVER == FVP_CCN |
Soby Mathew | b08bc04 | 2014-09-03 17:48:44 +0100 | [diff] [blame] | 94 | MAP_DEVICE1, |
Manish V Badarkhe | e40334d | 2021-01-23 10:55:12 +0000 | [diff] [blame] | 95 | #endif |
Yatharth Kochar | 736a3bf | 2015-10-11 14:14:55 +0100 | [diff] [blame] | 96 | #if TRUSTED_BOARD_BOOT |
Sandrine Bailleux | d9160a5 | 2017-05-26 15:48:10 +0100 | [diff] [blame] | 97 | /* To access the Root of Trust Public Key registers. */ |
| 98 | MAP_DEVICE2, |
| 99 | /* Map DRAM to authenticate NS_BL2U image. */ |
Yatharth Kochar | 736a3bf | 2015-10-11 14:14:55 +0100 | [diff] [blame] | 100 | ARM_MAP_NS_DRAM1, |
| 101 | #endif |
Soby Mathew | b08bc04 | 2014-09-03 17:48:44 +0100 | [diff] [blame] | 102 | {0} |
| 103 | }; |
| 104 | #endif |
Masahiro Yamada | 441bfdd | 2016-12-25 23:36:24 +0900 | [diff] [blame] | 105 | #ifdef IMAGE_BL2 |
Dan Handley | 2b6b574 | 2015-03-19 19:17:53 +0000 | [diff] [blame] | 106 | const mmap_region_t plat_arm_mmap[] = { |
| 107 | ARM_MAP_SHARED_RAM, |
Juan Castillo | b6132f1 | 2015-10-06 14:01:35 +0100 | [diff] [blame] | 108 | V2M_MAP_FLASH0_RW, |
Dan Handley | 2b6b574 | 2015-03-19 19:17:53 +0000 | [diff] [blame] | 109 | V2M_MAP_IOFPGA, |
Soby Mathew | b08bc04 | 2014-09-03 17:48:44 +0100 | [diff] [blame] | 110 | MAP_DEVICE0, |
Manish V Badarkhe | e40334d | 2021-01-23 10:55:12 +0000 | [diff] [blame] | 111 | #if FVP_INTERCONNECT_DRIVER == FVP_CCN |
Soby Mathew | b08bc04 | 2014-09-03 17:48:44 +0100 | [diff] [blame] | 112 | MAP_DEVICE1, |
Manish V Badarkhe | e40334d | 2021-01-23 10:55:12 +0000 | [diff] [blame] | 113 | #endif |
Dan Handley | 2b6b574 | 2015-03-19 19:17:53 +0000 | [diff] [blame] | 114 | ARM_MAP_NS_DRAM1, |
Julius Werner | 8e0ef0f | 2019-07-09 14:02:43 -0700 | [diff] [blame] | 115 | #ifdef __aarch64__ |
Roberto Vargas | f8fda10 | 2017-08-08 11:27:20 +0100 | [diff] [blame] | 116 | ARM_MAP_DRAM2, |
| 117 | #endif |
Manish V Badarkhe | 86854e7 | 2022-03-15 16:05:58 +0000 | [diff] [blame] | 118 | /* |
| 119 | * Required to load HW_CONFIG, SPMC and SPs to trusted DRAM. |
| 120 | */ |
Achin Gupta | e97351d | 2019-10-11 15:15:19 +0100 | [diff] [blame] | 121 | ARM_MAP_TRUSTED_DRAM, |
Manish V Badarkhe | b65ae4e | 2022-12-12 10:14:25 +0000 | [diff] [blame] | 122 | |
| 123 | /* |
| 124 | * Required to load Event Log in TZC secured memory |
| 125 | */ |
| 126 | #if MEASURED_BOOT && (defined(SPD_tspd) || defined(SPD_opteed) || \ |
| 127 | defined(SPD_spmd)) |
| 128 | ARM_MAP_EVENT_LOG_DRAM1, |
| 129 | #endif /* MEASURED_BOOT && (SPD_tspd || SPD_opteed || SPD_spmd) */ |
| 130 | |
Zelalem Aweke | c43c563 | 2021-07-12 23:41:05 -0500 | [diff] [blame] | 131 | #if ENABLE_RME |
| 132 | ARM_MAP_RMM_DRAM, |
| 133 | ARM_MAP_GPT_L1_DRAM, |
| 134 | #endif /* ENABLE_RME */ |
Sandrine Bailleux | b260c3a | 2017-08-30 10:59:22 +0100 | [diff] [blame] | 135 | #ifdef SPD_tspd |
Dan Handley | 2b6b574 | 2015-03-19 19:17:53 +0000 | [diff] [blame] | 136 | ARM_MAP_TSP_SEC_MEM, |
Sandrine Bailleux | b260c3a | 2017-08-30 10:59:22 +0100 | [diff] [blame] | 137 | #endif |
Sandrine Bailleux | d9160a5 | 2017-05-26 15:48:10 +0100 | [diff] [blame] | 138 | #if TRUSTED_BOARD_BOOT |
| 139 | /* To access the Root of Trust Public Key registers. */ |
| 140 | MAP_DEVICE2, |
John Tsichritzis | c34341a | 2018-07-30 13:41:52 +0100 | [diff] [blame] | 141 | #endif /* TRUSTED_BOARD_BOOT */ |
Manish V Badarkhe | eba13bd | 2022-01-08 23:08:02 +0000 | [diff] [blame] | 142 | |
Arvind Ram Prakash | 11b9b49 | 2022-11-22 14:41:00 -0600 | [diff] [blame] | 143 | #if CRYPTO_SUPPORT && !RESET_TO_BL2 |
Manish V Badarkhe | eba13bd | 2022-01-08 23:08:02 +0000 | [diff] [blame] | 144 | /* |
| 145 | * To access shared the Mbed TLS heap while booting the |
| 146 | * system with Crypto support |
| 147 | */ |
| 148 | ARM_MAP_BL1_RW, |
Arvind Ram Prakash | 11b9b49 | 2022-11-22 14:41:00 -0600 | [diff] [blame] | 149 | #endif /* CRYPTO_SUPPORT && !RESET_TO_BL2 */ |
Marc Bonnici | 6ba5abe | 2021-11-29 16:59:02 +0000 | [diff] [blame] | 150 | #if SPM_MM || SPMC_AT_EL3 |
Antonio Nino Diaz | 7289f92 | 2017-11-09 11:34:09 +0000 | [diff] [blame] | 151 | ARM_SP_IMAGE_MMAP, |
| 152 | #endif |
David Wang | 0ba499f | 2016-03-07 11:02:57 +0800 | [diff] [blame] | 153 | #if ARM_BL31_IN_DRAM |
| 154 | ARM_MAP_BL31_SEC_DRAM, |
| 155 | #endif |
Jens Wiklander | 0814c6a | 2017-08-25 10:07:20 +0200 | [diff] [blame] | 156 | #ifdef SPD_opteed |
Soby Mathew | 874fc9e | 2017-09-01 13:43:50 +0100 | [diff] [blame] | 157 | ARM_MAP_OPTEE_CORE_MEM, |
Jens Wiklander | 0814c6a | 2017-08-25 10:07:20 +0200 | [diff] [blame] | 158 | ARM_OPTEE_PAGEABLE_LOAD_MEM, |
| 159 | #endif |
Soby Mathew | b08bc04 | 2014-09-03 17:48:44 +0100 | [diff] [blame] | 160 | {0} |
| 161 | }; |
| 162 | #endif |
Masahiro Yamada | 441bfdd | 2016-12-25 23:36:24 +0900 | [diff] [blame] | 163 | #ifdef IMAGE_BL2U |
Yatharth Kochar | 3a11eda | 2015-10-14 15:28:11 +0100 | [diff] [blame] | 164 | const mmap_region_t plat_arm_mmap[] = { |
| 165 | MAP_DEVICE0, |
| 166 | V2M_MAP_IOFPGA, |
| 167 | {0} |
| 168 | }; |
| 169 | #endif |
Masahiro Yamada | 441bfdd | 2016-12-25 23:36:24 +0900 | [diff] [blame] | 170 | #ifdef IMAGE_BL31 |
Dan Handley | 2b6b574 | 2015-03-19 19:17:53 +0000 | [diff] [blame] | 171 | const mmap_region_t plat_arm_mmap[] = { |
| 172 | ARM_MAP_SHARED_RAM, |
Ambroise Vincent | 9660dc1 | 2019-07-12 13:47:03 +0100 | [diff] [blame] | 173 | #if USE_DEBUGFS |
| 174 | /* Required by devfip, can be removed if devfip is not used */ |
| 175 | V2M_MAP_FLASH0_RW, |
| 176 | #endif /* USE_DEBUGFS */ |
Soby Mathew | 9ca2806 | 2017-10-11 16:08:58 +0100 | [diff] [blame] | 177 | ARM_MAP_EL3_TZC_DRAM, |
Dan Handley | 2b6b574 | 2015-03-19 19:17:53 +0000 | [diff] [blame] | 178 | V2M_MAP_IOFPGA, |
Soby Mathew | b08bc04 | 2014-09-03 17:48:44 +0100 | [diff] [blame] | 179 | MAP_DEVICE0, |
Manish V Badarkhe | b24c637 | 2021-01-24 03:26:50 +0000 | [diff] [blame] | 180 | #if FVP_GICR_REGION_PROTECTION |
| 181 | MAP_GICD_MEM, |
| 182 | MAP_GICR_MEM, |
| 183 | #else |
Soby Mathew | b08bc04 | 2014-09-03 17:48:44 +0100 | [diff] [blame] | 184 | MAP_DEVICE1, |
Manish V Badarkhe | b24c637 | 2021-01-24 03:26:50 +0000 | [diff] [blame] | 185 | #endif /* FVP_GICR_REGION_PROTECTION */ |
Roberto Vargas | a1c16b6 | 2017-08-03 09:16:43 +0100 | [diff] [blame] | 186 | ARM_V2M_MAP_MEM_PROTECT, |
Paul Beesley | fe975b4 | 2019-09-16 11:29:03 +0000 | [diff] [blame] | 187 | #if SPM_MM |
Antonio Nino Diaz | 7289f92 | 2017-11-09 11:34:09 +0000 | [diff] [blame] | 188 | ARM_SPM_BUF_EL3_MMAP, |
| 189 | #endif |
Zelalem Aweke | c43c563 | 2021-07-12 23:41:05 -0500 | [diff] [blame] | 190 | #if ENABLE_RME |
| 191 | ARM_MAP_GPT_L1_DRAM, |
Javier Almansa Sobrino | 7176a77 | 2021-11-24 18:37:37 +0000 | [diff] [blame] | 192 | ARM_MAP_EL3_RMM_SHARED_MEM, |
Zelalem Aweke | c43c563 | 2021-07-12 23:41:05 -0500 | [diff] [blame] | 193 | #endif |
Harrison Mutai | 1dcaf96 | 2023-08-08 15:10:07 +0100 | [diff] [blame] | 194 | #ifdef MAP_FW_NS_HANDOFF |
| 195 | MAP_FW_NS_HANDOFF, |
| 196 | #endif |
Antonio Nino Diaz | 7289f92 | 2017-11-09 11:34:09 +0000 | [diff] [blame] | 197 | {0} |
| 198 | }; |
| 199 | |
Paul Beesley | fe975b4 | 2019-09-16 11:29:03 +0000 | [diff] [blame] | 200 | #if defined(IMAGE_BL31) && SPM_MM |
Antonio Nino Diaz | 7289f92 | 2017-11-09 11:34:09 +0000 | [diff] [blame] | 201 | const mmap_region_t plat_arm_secure_partition_mmap[] = { |
| 202 | V2M_MAP_IOFPGA_EL0, /* for the UART */ |
Elyes Haouas | 183638f | 2023-02-13 10:05:41 +0100 | [diff] [blame] | 203 | MAP_REGION_FLAT(DEVICE0_BASE, |
| 204 | DEVICE0_SIZE, |
Sandrine Bailleux | 4808f8b | 2018-01-12 15:50:12 +0100 | [diff] [blame] | 205 | MT_DEVICE | MT_RO | MT_SECURE | MT_USER), |
Antonio Nino Diaz | 7289f92 | 2017-11-09 11:34:09 +0000 | [diff] [blame] | 206 | ARM_SP_IMAGE_MMAP, |
| 207 | ARM_SP_IMAGE_NS_BUF_MMAP, |
| 208 | ARM_SP_IMAGE_RW_MMAP, |
| 209 | ARM_SPM_BUF_EL0_MMAP, |
Soby Mathew | b08bc04 | 2014-09-03 17:48:44 +0100 | [diff] [blame] | 210 | {0} |
| 211 | }; |
| 212 | #endif |
Antonio Nino Diaz | 7289f92 | 2017-11-09 11:34:09 +0000 | [diff] [blame] | 213 | #endif |
Masahiro Yamada | 441bfdd | 2016-12-25 23:36:24 +0900 | [diff] [blame] | 214 | #ifdef IMAGE_BL32 |
Dan Handley | 2b6b574 | 2015-03-19 19:17:53 +0000 | [diff] [blame] | 215 | const mmap_region_t plat_arm_mmap[] = { |
Julius Werner | 8e0ef0f | 2019-07-09 14:02:43 -0700 | [diff] [blame] | 216 | #ifndef __aarch64__ |
Soby Mathew | 0d268dc | 2016-07-11 14:13:56 +0100 | [diff] [blame] | 217 | ARM_MAP_SHARED_RAM, |
Joel Hutton | 10503cc | 2018-03-15 11:33:44 +0000 | [diff] [blame] | 218 | ARM_V2M_MAP_MEM_PROTECT, |
Soby Mathew | 0d268dc | 2016-07-11 14:13:56 +0100 | [diff] [blame] | 219 | #endif |
Dan Handley | 2b6b574 | 2015-03-19 19:17:53 +0000 | [diff] [blame] | 220 | V2M_MAP_IOFPGA, |
Soby Mathew | b08bc04 | 2014-09-03 17:48:44 +0100 | [diff] [blame] | 221 | MAP_DEVICE0, |
| 222 | MAP_DEVICE1, |
Jon Medhurst | b1eb093 | 2014-02-26 16:27:53 +0000 | [diff] [blame] | 223 | {0} |
| 224 | }; |
Soby Mathew | b08bc04 | 2014-09-03 17:48:44 +0100 | [diff] [blame] | 225 | #endif |
Jon Medhurst | b1eb093 | 2014-02-26 16:27:53 +0000 | [diff] [blame] | 226 | |
Zelalem Aweke | 96c0bab | 2021-07-11 18:39:39 -0500 | [diff] [blame] | 227 | #ifdef IMAGE_RMM |
| 228 | const mmap_region_t plat_arm_mmap[] = { |
| 229 | V2M_MAP_IOFPGA, |
| 230 | MAP_DEVICE0, |
| 231 | MAP_DEVICE1, |
| 232 | {0} |
| 233 | }; |
| 234 | #endif |
| 235 | |
Dan Handley | 2b6b574 | 2015-03-19 19:17:53 +0000 | [diff] [blame] | 236 | ARM_CASSERT_MMAP |
Soby Mathew | 13ee968 | 2015-01-22 11:22:22 +0000 | [diff] [blame] | 237 | |
Jeenu Viswambharan | 9e78b92 | 2017-07-18 15:42:50 +0100 | [diff] [blame] | 238 | #if FVP_INTERCONNECT_DRIVER != FVP_CCN |
| 239 | static const int fvp_cci400_map[] = { |
| 240 | PLAT_FVP_CCI400_CLUS0_SL_PORT, |
| 241 | PLAT_FVP_CCI400_CLUS1_SL_PORT, |
| 242 | }; |
| 243 | |
| 244 | static const int fvp_cci5xx_map[] = { |
| 245 | PLAT_FVP_CCI5XX_CLUS0_SL_PORT, |
| 246 | PLAT_FVP_CCI5XX_CLUS1_SL_PORT, |
| 247 | }; |
| 248 | |
| 249 | static unsigned int get_interconnect_master(void) |
| 250 | { |
| 251 | unsigned int master; |
| 252 | u_register_t mpidr; |
| 253 | |
| 254 | mpidr = read_mpidr_el1(); |
Antonio Nino Diaz | 6971f00 | 2018-11-06 13:14:21 +0000 | [diff] [blame] | 255 | master = ((arm_config.flags & ARM_CONFIG_FVP_SHIFTED_AFF) != 0U) ? |
Jeenu Viswambharan | 9e78b92 | 2017-07-18 15:42:50 +0100 | [diff] [blame] | 256 | MPIDR_AFFLVL2_VAL(mpidr) : MPIDR_AFFLVL1_VAL(mpidr); |
| 257 | |
| 258 | assert(master < FVP_CLUSTER_COUNT); |
| 259 | return master; |
| 260 | } |
Antonio Nino Diaz | 7289f92 | 2017-11-09 11:34:09 +0000 | [diff] [blame] | 261 | #endif |
| 262 | |
Paul Beesley | fe975b4 | 2019-09-16 11:29:03 +0000 | [diff] [blame] | 263 | #if defined(IMAGE_BL31) && SPM_MM |
Antonio Nino Diaz | 7289f92 | 2017-11-09 11:34:09 +0000 | [diff] [blame] | 264 | /* |
| 265 | * Boot information passed to a secure partition during initialisation. Linear |
| 266 | * indices in MP information will be filled at runtime. |
| 267 | */ |
Paul Beesley | 45f4028 | 2019-10-15 10:57:42 +0000 | [diff] [blame] | 268 | static spm_mm_mp_info_t sp_mp_info[] = { |
Antonio Nino Diaz | 7289f92 | 2017-11-09 11:34:09 +0000 | [diff] [blame] | 269 | [0] = {0x80000000, 0}, |
| 270 | [1] = {0x80000001, 0}, |
| 271 | [2] = {0x80000002, 0}, |
| 272 | [3] = {0x80000003, 0}, |
| 273 | [4] = {0x80000100, 0}, |
| 274 | [5] = {0x80000101, 0}, |
| 275 | [6] = {0x80000102, 0}, |
| 276 | [7] = {0x80000103, 0}, |
| 277 | }; |
| 278 | |
Paul Beesley | 45f4028 | 2019-10-15 10:57:42 +0000 | [diff] [blame] | 279 | const spm_mm_boot_info_t plat_arm_secure_partition_boot_info = { |
Antonio Nino Diaz | 7289f92 | 2017-11-09 11:34:09 +0000 | [diff] [blame] | 280 | .h.type = PARAM_SP_IMAGE_BOOT_INFO, |
| 281 | .h.version = VERSION_1, |
Paul Beesley | 45f4028 | 2019-10-15 10:57:42 +0000 | [diff] [blame] | 282 | .h.size = sizeof(spm_mm_boot_info_t), |
Antonio Nino Diaz | 7289f92 | 2017-11-09 11:34:09 +0000 | [diff] [blame] | 283 | .h.attr = 0, |
| 284 | .sp_mem_base = ARM_SP_IMAGE_BASE, |
| 285 | .sp_mem_limit = ARM_SP_IMAGE_LIMIT, |
| 286 | .sp_image_base = ARM_SP_IMAGE_BASE, |
| 287 | .sp_stack_base = PLAT_SP_IMAGE_STACK_BASE, |
| 288 | .sp_heap_base = ARM_SP_IMAGE_HEAP_BASE, |
Ard Biesheuvel | 8b034fc | 2018-12-29 19:43:21 +0100 | [diff] [blame] | 289 | .sp_ns_comm_buf_base = PLAT_SP_IMAGE_NS_BUF_BASE, |
Antonio Nino Diaz | 7289f92 | 2017-11-09 11:34:09 +0000 | [diff] [blame] | 290 | .sp_shared_buf_base = PLAT_SPM_BUF_BASE, |
| 291 | .sp_image_size = ARM_SP_IMAGE_SIZE, |
| 292 | .sp_pcpu_stack_size = PLAT_SP_IMAGE_STACK_PCPU_SIZE, |
| 293 | .sp_heap_size = ARM_SP_IMAGE_HEAP_SIZE, |
Ard Biesheuvel | 8b034fc | 2018-12-29 19:43:21 +0100 | [diff] [blame] | 294 | .sp_ns_comm_buf_size = PLAT_SP_IMAGE_NS_BUF_SIZE, |
Antonio Nino Diaz | 7289f92 | 2017-11-09 11:34:09 +0000 | [diff] [blame] | 295 | .sp_shared_buf_size = PLAT_SPM_BUF_SIZE, |
| 296 | .num_sp_mem_regions = ARM_SP_IMAGE_NUM_MEM_REGIONS, |
| 297 | .num_cpus = PLATFORM_CORE_COUNT, |
| 298 | .mp_info = &sp_mp_info[0], |
| 299 | }; |
| 300 | |
| 301 | const struct mmap_region *plat_get_secure_partition_mmap(void *cookie) |
| 302 | { |
| 303 | return plat_arm_secure_partition_mmap; |
| 304 | } |
| 305 | |
Paul Beesley | 45f4028 | 2019-10-15 10:57:42 +0000 | [diff] [blame] | 306 | const struct spm_mm_boot_info *plat_get_secure_partition_boot_info( |
Antonio Nino Diaz | 7289f92 | 2017-11-09 11:34:09 +0000 | [diff] [blame] | 307 | void *cookie) |
| 308 | { |
| 309 | return &plat_arm_secure_partition_boot_info; |
| 310 | } |
Jeenu Viswambharan | 9e78b92 | 2017-07-18 15:42:50 +0100 | [diff] [blame] | 311 | #endif |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 312 | |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 313 | /******************************************************************************* |
| 314 | * A single boot loader stack is expected to work on both the Foundation FVP |
| 315 | * models and the two flavours of the Base FVP models (AEMv8 & Cortex). The |
| 316 | * SYS_ID register provides a mechanism for detecting the differences between |
| 317 | * these platforms. This information is stored in a per-BL array to allow the |
| 318 | * code to take the correct path.Per BL platform configuration. |
| 319 | ******************************************************************************/ |
Daniel Boulby | f45a4bb | 2018-09-18 13:26:03 +0100 | [diff] [blame] | 320 | void __init fvp_config_setup(void) |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 321 | { |
Soby Mathew | 8e2f287 | 2014-08-14 12:49:05 +0100 | [diff] [blame] | 322 | unsigned int rev, hbi, bld, arch, sys_id; |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 323 | |
Dan Handley | 2b6b574 | 2015-03-19 19:17:53 +0000 | [diff] [blame] | 324 | sys_id = mmio_read_32(V2M_SYSREGS_BASE + V2M_SYS_ID); |
| 325 | rev = (sys_id >> V2M_SYS_ID_REV_SHIFT) & V2M_SYS_ID_REV_MASK; |
| 326 | hbi = (sys_id >> V2M_SYS_ID_HBI_SHIFT) & V2M_SYS_ID_HBI_MASK; |
| 327 | bld = (sys_id >> V2M_SYS_ID_BLD_SHIFT) & V2M_SYS_ID_BLD_MASK; |
| 328 | arch = (sys_id >> V2M_SYS_ID_ARCH_SHIFT) & V2M_SYS_ID_ARCH_MASK; |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 329 | |
Andrew Thoelke | 960347d | 2014-06-26 14:27:26 +0100 | [diff] [blame] | 330 | if (arch != ARCH_MODEL) { |
| 331 | ERROR("This firmware is for FVP models\n"); |
James Morrissey | 40a6f64 | 2014-02-10 14:24:36 +0000 | [diff] [blame] | 332 | panic(); |
Andrew Thoelke | 960347d | 2014-06-26 14:27:26 +0100 | [diff] [blame] | 333 | } |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 334 | |
| 335 | /* |
| 336 | * The build field in the SYS_ID tells which variant of the GIC |
| 337 | * memory is implemented by the model. |
| 338 | */ |
| 339 | switch (bld) { |
| 340 | case BLD_GIC_VE_MMAP: |
Soby Mathew | cf022c5 | 2016-01-13 17:06:00 +0000 | [diff] [blame] | 341 | ERROR("Legacy Versatile Express memory map for GIC peripheral" |
| 342 | " is not supported\n"); |
Achin Gupta | 1fa7eb6 | 2015-11-03 14:18:34 +0000 | [diff] [blame] | 343 | panic(); |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 344 | break; |
| 345 | case BLD_GIC_A53A57_MMAP: |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 346 | break; |
| 347 | default: |
Andrew Thoelke | 960347d | 2014-06-26 14:27:26 +0100 | [diff] [blame] | 348 | ERROR("Unsupported board build %x\n", bld); |
| 349 | panic(); |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 350 | } |
| 351 | |
| 352 | /* |
| 353 | * The hbi field in the SYS_ID is 0x020 for the Base FVP & 0x010 |
| 354 | * for the Foundation FVP. |
| 355 | */ |
| 356 | switch (hbi) { |
Dan Handley | 2b6b574 | 2015-03-19 19:17:53 +0000 | [diff] [blame] | 357 | case HBI_FOUNDATION_FVP: |
Dan Handley | 2b6b574 | 2015-03-19 19:17:53 +0000 | [diff] [blame] | 358 | arm_config.flags = 0; |
Andrew Thoelke | 960347d | 2014-06-26 14:27:26 +0100 | [diff] [blame] | 359 | |
| 360 | /* |
| 361 | * Check for supported revisions of Foundation FVP |
| 362 | * Allow future revisions to run but emit warning diagnostic |
| 363 | */ |
| 364 | switch (rev) { |
Dan Handley | 2b6b574 | 2015-03-19 19:17:53 +0000 | [diff] [blame] | 365 | case REV_FOUNDATION_FVP_V2_0: |
| 366 | case REV_FOUNDATION_FVP_V2_1: |
| 367 | case REV_FOUNDATION_FVP_v9_1: |
Sandrine Bailleux | 8b33d70 | 2016-09-22 09:46:50 +0100 | [diff] [blame] | 368 | case REV_FOUNDATION_FVP_v9_6: |
Andrew Thoelke | 960347d | 2014-06-26 14:27:26 +0100 | [diff] [blame] | 369 | break; |
| 370 | default: |
| 371 | WARN("Unrecognized Foundation FVP revision %x\n", rev); |
| 372 | break; |
| 373 | } |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 374 | break; |
Dan Handley | 2b6b574 | 2015-03-19 19:17:53 +0000 | [diff] [blame] | 375 | case HBI_BASE_FVP: |
Jeenu Viswambharan | 9e78b92 | 2017-07-18 15:42:50 +0100 | [diff] [blame] | 376 | arm_config.flags |= (ARM_CONFIG_BASE_MMAP | ARM_CONFIG_HAS_TZC); |
Andrew Thoelke | 960347d | 2014-06-26 14:27:26 +0100 | [diff] [blame] | 377 | |
| 378 | /* |
| 379 | * Check for supported revisions |
| 380 | * Allow future revisions to run but emit warning diagnostic |
| 381 | */ |
| 382 | switch (rev) { |
Dan Handley | 2b6b574 | 2015-03-19 19:17:53 +0000 | [diff] [blame] | 383 | case REV_BASE_FVP_V0: |
Jeenu Viswambharan | 9e78b92 | 2017-07-18 15:42:50 +0100 | [diff] [blame] | 384 | arm_config.flags |= ARM_CONFIG_FVP_HAS_CCI400; |
| 385 | break; |
| 386 | case REV_BASE_FVP_REVC: |
Isla Mitchell | c7860cf | 2017-08-17 12:25:34 +0100 | [diff] [blame] | 387 | arm_config.flags |= (ARM_CONFIG_FVP_HAS_SMMUV3 | |
Jeenu Viswambharan | 9e78b92 | 2017-07-18 15:42:50 +0100 | [diff] [blame] | 388 | ARM_CONFIG_FVP_HAS_CCI5XX); |
Andrew Thoelke | 960347d | 2014-06-26 14:27:26 +0100 | [diff] [blame] | 389 | break; |
| 390 | default: |
| 391 | WARN("Unrecognized Base FVP revision %x\n", rev); |
| 392 | break; |
| 393 | } |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 394 | break; |
| 395 | default: |
Andrew Thoelke | 960347d | 2014-06-26 14:27:26 +0100 | [diff] [blame] | 396 | ERROR("Unsupported board HBI number 0x%x\n", hbi); |
| 397 | panic(); |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 398 | } |
Isla Mitchell | c7860cf | 2017-08-17 12:25:34 +0100 | [diff] [blame] | 399 | |
| 400 | /* |
| 401 | * We assume that the presence of MT bit, and therefore shifted |
| 402 | * affinities, is uniform across the platform: either all CPUs, or no |
| 403 | * CPUs implement it. |
| 404 | */ |
Antonio Nino Diaz | 6971f00 | 2018-11-06 13:14:21 +0000 | [diff] [blame] | 405 | if ((read_mpidr_el1() & MPIDR_MT_MASK) != 0U) |
Isla Mitchell | c7860cf | 2017-08-17 12:25:34 +0100 | [diff] [blame] | 406 | arm_config.flags |= ARM_CONFIG_FVP_SHIFTED_AFF; |
Sandrine Bailleux | 3fa9847 | 2014-03-31 11:25:18 +0100 | [diff] [blame] | 407 | } |
Vikram Kanigiri | 9637745 | 2014-04-24 11:02:16 +0100 | [diff] [blame] | 408 | |
Vikram Kanigiri | 4e97e54 | 2015-02-26 15:25:58 +0000 | [diff] [blame] | 409 | |
Daniel Boulby | f45a4bb | 2018-09-18 13:26:03 +0100 | [diff] [blame] | 410 | void __init fvp_interconnect_init(void) |
Vikram Kanigiri | 9637745 | 2014-04-24 11:02:16 +0100 | [diff] [blame] | 411 | { |
Soby Mathew | 7356b1e | 2016-03-24 10:12:42 +0000 | [diff] [blame] | 412 | #if FVP_INTERCONNECT_DRIVER == FVP_CCN |
Jeenu Viswambharan | 9e78b92 | 2017-07-18 15:42:50 +0100 | [diff] [blame] | 413 | if (ccn_get_part0_id(PLAT_ARM_CCN_BASE) != CCN_502_PART0_ID) { |
Antonio Nino Diaz | 6971f00 | 2018-11-06 13:14:21 +0000 | [diff] [blame] | 414 | ERROR("Unrecognized CCN variant detected. Only CCN-502 is supported"); |
Jeenu Viswambharan | 9e78b92 | 2017-07-18 15:42:50 +0100 | [diff] [blame] | 415 | panic(); |
| 416 | } |
| 417 | |
| 418 | plat_arm_interconnect_init(); |
| 419 | #else |
Antonio Nino Diaz | 6971f00 | 2018-11-06 13:14:21 +0000 | [diff] [blame] | 420 | uintptr_t cci_base = 0U; |
| 421 | const int *cci_map = NULL; |
| 422 | unsigned int map_size = 0U; |
Jeenu Viswambharan | 9e78b92 | 2017-07-18 15:42:50 +0100 | [diff] [blame] | 423 | |
| 424 | /* Initialize the right interconnect */ |
Antonio Nino Diaz | 6971f00 | 2018-11-06 13:14:21 +0000 | [diff] [blame] | 425 | if ((arm_config.flags & ARM_CONFIG_FVP_HAS_CCI5XX) != 0U) { |
Jeenu Viswambharan | 9e78b92 | 2017-07-18 15:42:50 +0100 | [diff] [blame] | 426 | cci_base = PLAT_FVP_CCI5XX_BASE; |
| 427 | cci_map = fvp_cci5xx_map; |
| 428 | map_size = ARRAY_SIZE(fvp_cci5xx_map); |
Antonio Nino Diaz | 6971f00 | 2018-11-06 13:14:21 +0000 | [diff] [blame] | 429 | } else if ((arm_config.flags & ARM_CONFIG_FVP_HAS_CCI400) != 0U) { |
Jeenu Viswambharan | 9e78b92 | 2017-07-18 15:42:50 +0100 | [diff] [blame] | 430 | cci_base = PLAT_FVP_CCI400_BASE; |
| 431 | cci_map = fvp_cci400_map; |
| 432 | map_size = ARRAY_SIZE(fvp_cci400_map); |
Antonio Nino Diaz | 6971f00 | 2018-11-06 13:14:21 +0000 | [diff] [blame] | 433 | } else { |
| 434 | return; |
Soby Mathew | 7356b1e | 2016-03-24 10:12:42 +0000 | [diff] [blame] | 435 | } |
Jeenu Viswambharan | 9e78b92 | 2017-07-18 15:42:50 +0100 | [diff] [blame] | 436 | |
Antonio Nino Diaz | 6971f00 | 2018-11-06 13:14:21 +0000 | [diff] [blame] | 437 | assert(cci_base != 0U); |
| 438 | assert(cci_map != NULL); |
Jeenu Viswambharan | 9e78b92 | 2017-07-18 15:42:50 +0100 | [diff] [blame] | 439 | cci_init(cci_base, cci_map, map_size); |
| 440 | #endif |
Dan Handley | be234f9 | 2014-08-04 16:11:15 +0100 | [diff] [blame] | 441 | } |
| 442 | |
Vikram Kanigiri | fbb1301 | 2016-02-15 11:54:14 +0000 | [diff] [blame] | 443 | void fvp_interconnect_enable(void) |
Dan Handley | be234f9 | 2014-08-04 16:11:15 +0100 | [diff] [blame] | 444 | { |
Jeenu Viswambharan | 9e78b92 | 2017-07-18 15:42:50 +0100 | [diff] [blame] | 445 | #if FVP_INTERCONNECT_DRIVER == FVP_CCN |
| 446 | plat_arm_interconnect_enter_coherency(); |
| 447 | #else |
| 448 | unsigned int master; |
| 449 | |
Antonio Nino Diaz | 6971f00 | 2018-11-06 13:14:21 +0000 | [diff] [blame] | 450 | if ((arm_config.flags & (ARM_CONFIG_FVP_HAS_CCI400 | |
| 451 | ARM_CONFIG_FVP_HAS_CCI5XX)) != 0U) { |
Jeenu Viswambharan | 9e78b92 | 2017-07-18 15:42:50 +0100 | [diff] [blame] | 452 | master = get_interconnect_master(); |
| 453 | cci_enable_snoop_dvm_reqs(master); |
| 454 | } |
| 455 | #endif |
Vikram Kanigiri | 4e97e54 | 2015-02-26 15:25:58 +0000 | [diff] [blame] | 456 | } |
| 457 | |
Vikram Kanigiri | fbb1301 | 2016-02-15 11:54:14 +0000 | [diff] [blame] | 458 | void fvp_interconnect_disable(void) |
Vikram Kanigiri | 4e97e54 | 2015-02-26 15:25:58 +0000 | [diff] [blame] | 459 | { |
Jeenu Viswambharan | 9e78b92 | 2017-07-18 15:42:50 +0100 | [diff] [blame] | 460 | #if FVP_INTERCONNECT_DRIVER == FVP_CCN |
| 461 | plat_arm_interconnect_exit_coherency(); |
| 462 | #else |
| 463 | unsigned int master; |
| 464 | |
Antonio Nino Diaz | 6971f00 | 2018-11-06 13:14:21 +0000 | [diff] [blame] | 465 | if ((arm_config.flags & (ARM_CONFIG_FVP_HAS_CCI400 | |
| 466 | ARM_CONFIG_FVP_HAS_CCI5XX)) != 0U) { |
Jeenu Viswambharan | 9e78b92 | 2017-07-18 15:42:50 +0100 | [diff] [blame] | 467 | master = get_interconnect_master(); |
| 468 | cci_disable_snoop_dvm_reqs(master); |
| 469 | } |
| 470 | #endif |
Vikram Kanigiri | 9637745 | 2014-04-24 11:02:16 +0100 | [diff] [blame] | 471 | } |
John Tsichritzis | c34341a | 2018-07-30 13:41:52 +0100 | [diff] [blame] | 472 | |
Manish V Badarkhe | eba13bd | 2022-01-08 23:08:02 +0000 | [diff] [blame] | 473 | #if CRYPTO_SUPPORT |
John Tsichritzis | c34341a | 2018-07-30 13:41:52 +0100 | [diff] [blame] | 474 | int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) |
| 475 | { |
| 476 | assert(heap_addr != NULL); |
| 477 | assert(heap_size != NULL); |
| 478 | |
| 479 | return arm_get_mbedtls_heap(heap_addr, heap_size); |
| 480 | } |
Manish V Badarkhe | eba13bd | 2022-01-08 23:08:02 +0000 | [diff] [blame] | 481 | #endif /* CRYPTO_SUPPORT */ |
Alexei Fedorov | 7131d83 | 2019-08-16 14:15:59 +0100 | [diff] [blame] | 482 | |
| 483 | void fvp_timer_init(void) |
| 484 | { |
Madhukar Pappireddy | 7a554a1 | 2020-08-12 13:18:19 -0500 | [diff] [blame] | 485 | #if USE_SP804_TIMER |
Alexei Fedorov | 7131d83 | 2019-08-16 14:15:59 +0100 | [diff] [blame] | 486 | /* Enable the clock override for SP804 timer 0, which means that no |
| 487 | * clock dividers are applied and the raw (35MHz) clock will be used. |
| 488 | */ |
| 489 | mmio_write_32(V2M_SP810_BASE, FVP_SP810_CTRL_TIM0_OV); |
| 490 | |
| 491 | /* Initialize delay timer driver using SP804 dual timer 0 */ |
| 492 | sp804_timer_init(V2M_SP804_TIMER0_BASE, |
| 493 | SP804_TIMER_CLKMULT, SP804_TIMER_CLKDIV); |
| 494 | #else |
| 495 | generic_delay_timer_init(); |
| 496 | |
| 497 | /* Enable System level generic timer */ |
| 498 | mmio_write_32(ARM_SYS_CNTCTL_BASE + CNTCR_OFF, |
| 499 | CNTCR_FCREQ(0U) | CNTCR_EN); |
Madhukar Pappireddy | 7a554a1 | 2020-08-12 13:18:19 -0500 | [diff] [blame] | 500 | #endif /* USE_SP804_TIMER */ |
Alexei Fedorov | 7131d83 | 2019-08-16 14:15:59 +0100 | [diff] [blame] | 501 | } |
Manish V Badarkhe | a637c3f | 2020-08-04 17:09:10 +0100 | [diff] [blame] | 502 | |
| 503 | /***************************************************************************** |
| 504 | * plat_is_smccc_feature_available() - This function checks whether SMCCC |
| 505 | * feature is availabile for platform. |
| 506 | * @fid: SMCCC function id |
| 507 | * |
| 508 | * Return SMC_ARCH_CALL_SUCCESS if SMCCC feature is available and |
| 509 | * SMC_ARCH_CALL_NOT_SUPPORTED otherwise. |
| 510 | *****************************************************************************/ |
| 511 | int32_t plat_is_smccc_feature_available(u_register_t fid) |
| 512 | { |
| 513 | switch (fid) { |
| 514 | case SMCCC_ARCH_SOC_ID: |
| 515 | return SMC_ARCH_CALL_SUCCESS; |
| 516 | default: |
| 517 | return SMC_ARCH_CALL_NOT_SUPPORTED; |
| 518 | } |
| 519 | } |
| 520 | |
| 521 | /* Get SOC version */ |
| 522 | int32_t plat_get_soc_version(void) |
| 523 | { |
| 524 | return (int32_t) |
Yann Gautier | ee05077 | 2021-05-20 14:57:34 +0200 | [diff] [blame] | 525 | (SOC_ID_SET_JEP_106(ARM_SOC_CONTINUATION_CODE, |
| 526 | ARM_SOC_IDENTIFICATION_CODE) | |
| 527 | (FVP_SOC_ID & SOC_ID_IMPL_DEF_MASK)); |
Manish V Badarkhe | a637c3f | 2020-08-04 17:09:10 +0100 | [diff] [blame] | 528 | } |
| 529 | |
| 530 | /* Get SOC revision */ |
| 531 | int32_t plat_get_soc_revision(void) |
| 532 | { |
| 533 | unsigned int sys_id; |
| 534 | |
| 535 | sys_id = mmio_read_32(V2M_SYSREGS_BASE + V2M_SYS_ID); |
Yann Gautier | ee05077 | 2021-05-20 14:57:34 +0200 | [diff] [blame] | 536 | return (int32_t)(((sys_id >> V2M_SYS_ID_REV_SHIFT) & |
| 537 | V2M_SYS_ID_REV_MASK) & SOC_ID_REV_MASK); |
Manish V Badarkhe | a637c3f | 2020-08-04 17:09:10 +0100 | [diff] [blame] | 538 | } |
Javier Almansa Sobrino | 7176a77 | 2021-11-24 18:37:37 +0000 | [diff] [blame] | 539 | |
| 540 | #if ENABLE_RME |
| 541 | /* |
| 542 | * Get a pointer to the RMM-EL3 Shared buffer and return it |
| 543 | * through the pointer passed as parameter. |
| 544 | * |
| 545 | * This function returns the size of the shared buffer. |
| 546 | */ |
| 547 | size_t plat_rmmd_get_el3_rmm_shared_mem(uintptr_t *shared) |
| 548 | { |
| 549 | *shared = (uintptr_t)RMM_SHARED_BASE; |
| 550 | |
| 551 | return (size_t)RMM_SHARED_SIZE; |
| 552 | } |
Javier Almansa Sobrino | 4165e84 | 2022-04-25 17:18:15 +0100 | [diff] [blame] | 553 | |
AlexeiFedorov | 8e754f9 | 2022-12-14 17:28:11 +0000 | [diff] [blame] | 554 | int plat_rmmd_load_manifest(struct rmm_manifest *manifest) |
Javier Almansa Sobrino | 4165e84 | 2022-04-25 17:18:15 +0100 | [diff] [blame] | 555 | { |
AlexeiFedorov | 334d235 | 2022-12-29 15:57:40 +0000 | [diff] [blame] | 556 | uint64_t checksum, num_banks; |
| 557 | struct ns_dram_bank *bank_ptr; |
AlexeiFedorov | 8e754f9 | 2022-12-14 17:28:11 +0000 | [diff] [blame] | 558 | |
Javier Almansa Sobrino | 4165e84 | 2022-04-25 17:18:15 +0100 | [diff] [blame] | 559 | assert(manifest != NULL); |
| 560 | |
AlexeiFedorov | 334d235 | 2022-12-29 15:57:40 +0000 | [diff] [blame] | 561 | /* Get number of DRAM banks */ |
| 562 | num_banks = FCONF_GET_PROPERTY(hw_config, dram_layout, num_banks); |
| 563 | assert(num_banks <= ARM_DRAM_NUM_BANKS); |
| 564 | |
Javier Almansa Sobrino | 4165e84 | 2022-04-25 17:18:15 +0100 | [diff] [blame] | 565 | manifest->version = RMMD_MANIFEST_VERSION; |
Javier Almansa Sobrino | 04a6f2f | 2022-12-01 17:20:45 +0000 | [diff] [blame] | 566 | manifest->padding = 0U; /* RES0 */ |
Javier Almansa Sobrino | 4165e84 | 2022-04-25 17:18:15 +0100 | [diff] [blame] | 567 | manifest->plat_data = (uintptr_t)NULL; |
AlexeiFedorov | 334d235 | 2022-12-29 15:57:40 +0000 | [diff] [blame] | 568 | manifest->plat_dram.num_banks = num_banks; |
AlexeiFedorov | 8e754f9 | 2022-12-14 17:28:11 +0000 | [diff] [blame] | 569 | |
AlexeiFedorov | 334d235 | 2022-12-29 15:57:40 +0000 | [diff] [blame] | 570 | /* |
| 571 | * Array ns_dram_banks[] follows ns_dram_info structure: |
| 572 | * |
| 573 | * +-----------------------------------+ |
| 574 | * | offset | field | comment | |
| 575 | * +----------+-----------+------------+ |
| 576 | * | 0 | version | 0x00000002 | |
| 577 | * +----------+-----------+------------+ |
| 578 | * | 4 | padding | 0x00000000 | |
| 579 | * +----------+-----------+------------+ |
| 580 | * | 8 | plat_data | NULL | |
| 581 | * +----------+-----------+------------+ |
| 582 | * | 16 | num_banks | | |
| 583 | * +----------+-----------+ | |
| 584 | * | 24 | banks | plat_dram | |
| 585 | * +----------+-----------+ | |
| 586 | * | 32 | checksum | | |
| 587 | * +----------+-----------+------------+ |
| 588 | * | 40 | base 0 | | |
| 589 | * +----------+-----------+ bank[0] | |
| 590 | * | 48 | size 0 | | |
| 591 | * +----------+-----------+------------+ |
| 592 | * | 56 | base 1 | | |
| 593 | * +----------+-----------+ bank[1] | |
| 594 | * | 64 | size 1 | | |
| 595 | * +----------+-----------+------------+ |
| 596 | */ |
| 597 | bank_ptr = (struct ns_dram_bank *) |
| 598 | ((uintptr_t)&manifest->plat_dram.checksum + |
| 599 | sizeof(manifest->plat_dram.checksum)); |
| 600 | |
| 601 | manifest->plat_dram.banks = bank_ptr; |
AlexeiFedorov | 8e754f9 | 2022-12-14 17:28:11 +0000 | [diff] [blame] | 602 | |
AlexeiFedorov | 334d235 | 2022-12-29 15:57:40 +0000 | [diff] [blame] | 603 | /* Calculate checksum of plat_dram structure */ |
| 604 | checksum = num_banks + (uint64_t)bank_ptr; |
AlexeiFedorov | 8e754f9 | 2022-12-14 17:28:11 +0000 | [diff] [blame] | 605 | |
AlexeiFedorov | 334d235 | 2022-12-29 15:57:40 +0000 | [diff] [blame] | 606 | /* Store FVP DRAM banks data in Boot Manifest */ |
| 607 | for (unsigned long i = 0UL; i < num_banks; i++) { |
| 608 | uintptr_t base = FCONF_GET_PROPERTY(hw_config, dram_layout, dram_bank[i].base); |
| 609 | uint64_t size = FCONF_GET_PROPERTY(hw_config, dram_layout, dram_bank[i].size); |
AlexeiFedorov | 8e754f9 | 2022-12-14 17:28:11 +0000 | [diff] [blame] | 610 | |
AlexeiFedorov | 334d235 | 2022-12-29 15:57:40 +0000 | [diff] [blame] | 611 | bank_ptr[i].base = base; |
| 612 | bank_ptr[i].size = size; |
AlexeiFedorov | 8e754f9 | 2022-12-14 17:28:11 +0000 | [diff] [blame] | 613 | |
AlexeiFedorov | 334d235 | 2022-12-29 15:57:40 +0000 | [diff] [blame] | 614 | /* Update checksum */ |
| 615 | checksum += base + size; |
AlexeiFedorov | 8e754f9 | 2022-12-14 17:28:11 +0000 | [diff] [blame] | 616 | } |
| 617 | |
AlexeiFedorov | 334d235 | 2022-12-29 15:57:40 +0000 | [diff] [blame] | 618 | /* Checksum must be 0 */ |
| 619 | manifest->plat_dram.checksum = ~checksum + 1UL; |
Javier Almansa Sobrino | 4165e84 | 2022-04-25 17:18:15 +0100 | [diff] [blame] | 620 | |
| 621 | return 0; |
| 622 | } |
AlexeiFedorov | 8e754f9 | 2022-12-14 17:28:11 +0000 | [diff] [blame] | 623 | #endif /* ENABLE_RME */ |