Andrew Walbran | dc8ad20 | 2019-03-07 15:49:28 +0000 | [diff] [blame] | 1 | # Copyright 2018 The Hafnium Authors. |
Andrew Scull | 2d527c2 | 2018-11-27 14:21:08 +0000 | [diff] [blame] | 2 | # |
Andrew Walbran | 23417d8 | 2020-06-17 14:44:22 +0100 | [diff] [blame] | 3 | # Use of this source code is governed by a BSD-style |
| 4 | # license that can be found in the LICENSE file or at |
| 5 | # https://opensource.org/licenses/BSD-3-Clause. |
Andrew Scull | 2d527c2 | 2018-11-27 14:21:08 +0000 | [diff] [blame] | 6 | |
| 7 | import("//build/toolchain/embedded.gni") |
| 8 | import("//build/toolchain/host.gni") |
| 9 | |
Olivier Deprez | 7e64593 | 2023-11-06 09:49:05 +0100 | [diff] [blame] | 10 | group("aem_v8a_fvp_vhe") { |
| 11 | deps = [ "//src:hafnium(:aem_v8a_fvp_vhe_clang)" ] |
| 12 | } |
| 13 | |
| 14 | group("qemu_aarch64_vhe") { |
| 15 | deps = [ "//src:hafnium(:qemu_aarch64_vhe_clang)" ] |
| 16 | } |
| 17 | |
| 18 | group("rpi4") { |
| 19 | deps = [ "//src:hafnium(:rpi4_clang)" ] |
| 20 | } |
| 21 | |
| 22 | group("secure_aem_v8a_fvp_vhe") { |
| 23 | deps = [ "//src:hafnium(:secure_aem_v8a_fvp_vhe_clang)" ] |
| 24 | } |
| 25 | |
| 26 | group("secure_qemu_aarch64") { |
| 27 | deps = [ "//src:hafnium(:secure_qemu_aarch64_clang)" ] |
| 28 | } |
| 29 | |
| 30 | group("secure_tc") { |
| 31 | deps = [ "//src:hafnium(:secure_tc_clang)" ] |
| 32 | } |
| 33 | |
| 34 | group("secure_rd_fremont") { |
| 35 | deps = [ "//src:hafnium(:secure_rd_fremont_clang)" ] |
| 36 | } |
| 37 | |
Jerry Wang | 4937157 | 2023-11-30 09:42:36 +0000 | [diff] [blame] | 38 | group("secure_rd_fremont_cfg1") { |
| 39 | deps = [ "//src:hafnium(:secure_rd_fremont_cfg1_clang)" ] |
| 40 | } |
| 41 | |
Andrew Scull | 2d527c2 | 2018-11-27 14:21:08 +0000 | [diff] [blame] | 42 | group("root") { |
| 43 | deps = [ |
Olivier Deprez | 7e64593 | 2023-11-06 09:49:05 +0100 | [diff] [blame] | 44 | ":aem_v8a_fvp_vhe", |
| 45 | ":qemu_aarch64_vhe", |
| 46 | ":rpi4", |
| 47 | ":secure_aem_v8a_fvp_vhe", |
| 48 | ":secure_qemu_aarch64", |
| 49 | ":secure_rd_fremont", |
Jerry Wang | 4937157 | 2023-11-30 09:42:36 +0000 | [diff] [blame] | 50 | ":secure_rd_fremont_cfg1", |
Olivier Deprez | 7e64593 | 2023-11-06 09:49:05 +0100 | [diff] [blame] | 51 | ":secure_tc", |
Raghu Krishnamurthy | e0ede85 | 2021-12-04 14:29:57 -0800 | [diff] [blame] | 52 | "//src/arch/aarch64/qemuloader:bl(:qemu_aarch64_vhe_clang)", |
Andrew Scull | 2d527c2 | 2018-11-27 14:21:08 +0000 | [diff] [blame] | 53 | ] |
| 54 | } |
| 55 | |
| 56 | group("test_root") { |
| 57 | testonly = true |
| 58 | |
| 59 | deps = [ |
| 60 | "//src:unit_tests(:host_fake_clang)", |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 61 | "//test/arch(:aem_v8a_fvp_vhe_clang)", |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 62 | "//test/arch(:qemu_aarch64_vhe_clang)", |
David Brazdil | 3d7b88b | 2019-07-22 17:19:35 +0100 | [diff] [blame] | 63 | "//test/arch(:rpi4_clang)", |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 64 | "//test/linux(:aem_v8a_fvp_vhe_vm_clang)", |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 65 | "//test/linux(:qemu_aarch64_vhe_vm_clang)", |
Andrew Walbran | 3eeaa40 | 2019-11-01 14:48:29 +0000 | [diff] [blame] | 66 | "//test/linux(:rpi4_vm_clang)", |
Olivier Deprez | acd0a4e | 2022-02-23 09:31:21 +0100 | [diff] [blame] | 67 | "//test/vmapi:partitions(:secure_aem_v8a_fvp_vhe_vm_clang)", |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 68 | "//test/vmapi(:aem_v8a_fvp_vhe_vm_clang)", |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 69 | "//test/vmapi(:qemu_aarch64_vhe_vm_clang)", |
Andrew Walbran | 3eeaa40 | 2019-11-01 14:48:29 +0000 | [diff] [blame] | 70 | "//test/vmapi(:rpi4_vm_clang)", |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 71 | "//test/vmapi/arch/aarch64/gicv3:gicv3_test(:aem_v8a_fvp_vhe_vm_clang)", |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 72 | "//test/vmapi/arch/aarch64/gicv3:gicv3_test(:qemu_aarch64_vhe_vm_clang)", |
Andrew Scull | 2d527c2 | 2018-11-27 14:21:08 +0000 | [diff] [blame] | 73 | ] |
| 74 | } |
| 75 | |
| 76 | # Describe each of the platforms used in this project. |
| 77 | |
| 78 | host_toolchain("host_fake") { |
| 79 | use_platform = true |
Andrew Walbran | bc737c4 | 2018-12-07 14:24:16 +0000 | [diff] [blame] | 80 | heap_pages = 60 |
Andrew Scull | 2d527c2 | 2018-11-27 14:21:08 +0000 | [diff] [blame] | 81 | max_cpus = 4 |
| 82 | max_vms = 6 |
| 83 | } |
| 84 | |
Nishant Sharma | 74e645a | 2023-08-10 18:37:51 +0100 | [diff] [blame] | 85 | # RD (Reference Design) is a collection of resources to provide a representative |
| 86 | # view of typical compute subsystems that can be designed and implemented using |
| 87 | # specific generations of Arm IP. RD-Fremont is the first RD platform with Realm |
| 88 | # Management Extension (RME) support. |
| 89 | # For more information please refer: |
| 90 | # https://neoverse-reference-design.docs.arm.com/en/latest/platforms/rdfremont/readme.html |
| 91 | aarch64_toolchains("secure_rd_fremont") { |
| 92 | cpu = "cortex-a57" |
| 93 | origin_address = "0xF9000000" |
| 94 | boot_flow = "//src/boot_flow:spmc" |
| 95 | console = "//src/arch/aarch64/pl011" |
| 96 | iommu = "//src/iommu:absent" |
J-Alves | 57f5a66 | 2023-11-08 12:10:49 +0000 | [diff] [blame] | 97 | memory_protect = "//src/arch/aarch64/memory_protect:memory_protect" |
Nishant Sharma | 74e645a | 2023-08-10 18:37:51 +0100 | [diff] [blame] | 98 | gic_version = 4 |
| 99 | gicd_base_address = "0x30000000" |
| 100 | gicr_base_address = "0x301C0000" |
| 101 | gicr_frames = 16 |
| 102 | heap_pages = 180 |
| 103 | max_cpus = 16 |
| 104 | max_vms = 16 |
| 105 | toolchain_args = { |
| 106 | plat_ffa = "//src/arch/aarch64/plat/ffa:spmc" |
| 107 | plat_psci = "//src/arch/aarch64/plat/psci:spmc" |
| 108 | plat_interrupts = "//src/arch/aarch64/plat/interrupts:gicv3" |
| 109 | secure_world = "1" |
| 110 | pl011_base_address = "0x2A410000" |
| 111 | enable_mte = "1" |
| 112 | plat_log_level = "LOG_LEVEL_INFO" |
| 113 | plat_num_virtual_interrupts_ids = 1024 |
| 114 | } |
| 115 | } |
| 116 | |
Jerry Wang | 4937157 | 2023-11-30 09:42:36 +0000 | [diff] [blame] | 117 | aarch64_toolchains("secure_rd_fremont_cfg1") { |
| 118 | cpu = "cortex-a57" |
| 119 | origin_address = "0xF9000000" |
| 120 | boot_flow = "//src/boot_flow:spmc" |
| 121 | console = "//src/arch/aarch64/pl011" |
| 122 | iommu = "//src/iommu:absent" |
J-Alves | 57f5a66 | 2023-11-08 12:10:49 +0000 | [diff] [blame] | 123 | memory_protect = "//src/arch/aarch64/memory_protect:memory_protect" |
Jerry Wang | 4937157 | 2023-11-30 09:42:36 +0000 | [diff] [blame] | 124 | gic_version = 4 |
| 125 | gicd_base_address = "0x30000000" |
| 126 | gicr_base_address = "0x30100000" |
| 127 | gicr_frames = 8 |
| 128 | heap_pages = 180 |
| 129 | max_cpus = 8 |
| 130 | max_vms = 8 |
| 131 | toolchain_args = { |
| 132 | plat_ffa = "//src/arch/aarch64/plat/ffa:spmc" |
| 133 | plat_psci = "//src/arch/aarch64/plat/psci:spmc" |
| 134 | plat_interrupts = "//src/arch/aarch64/plat/interrupts:gicv3" |
| 135 | secure_world = "1" |
| 136 | pl011_base_address = "0x2A410000" |
| 137 | enable_mte = "1" |
| 138 | plat_log_level = "LOG_LEVEL_INFO" |
| 139 | plat_num_virtual_interrupts_ids = 1024 |
| 140 | } |
| 141 | } |
| 142 | |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 143 | aarch64_toolchains("secure_aem_v8a_fvp_vhe") { |
| 144 | cpu = "cortex-a57" |
| 145 | origin_address = "0x06000000" |
| 146 | boot_flow = "//src/boot_flow:spmc" |
| 147 | console = "//src/arch/aarch64/pl011" |
| 148 | iommu = "//src/arch/aarch64/arm_smmuv3" |
J-Alves | 57f5a66 | 2023-11-08 12:10:49 +0000 | [diff] [blame] | 149 | memory_protect = "//src/arch/aarch64/memory_protect:memory_protect" |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 150 | gic_version = 3 |
Madhukar Pappireddy | 48050f5 | 2023-08-29 13:52:33 -0500 | [diff] [blame] | 151 | gic_enable_espi = 1 |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 152 | gicd_base_address = "0x2f000000" |
| 153 | gicr_base_address = "0x2f100000" |
Varun Wadekar | fa4b3ac | 2022-02-14 17:19:18 +0000 | [diff] [blame] | 154 | gicr_frames = 8 |
Raghu Krishnamurthy | f895639 | 2022-09-20 09:51:05 -0700 | [diff] [blame] | 155 | heap_pages = 180 |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 156 | max_cpus = 8 |
| 157 | max_vms = 16 |
Raghu Krishnamurthy | 510aa3e | 2021-11-28 07:20:45 -0800 | [diff] [blame] | 158 | branch_protection = "standard" |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 159 | toolchain_args = { |
| 160 | plat_ffa = "//src/arch/aarch64/plat/ffa:spmc" |
| 161 | plat_psci = "//src/arch/aarch64/plat/psci:spmc" |
| 162 | plat_interrupts = "//src/arch/aarch64/plat/interrupts:gicv3" |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 163 | secure_world = "1" |
| 164 | pl011_base_address = "0x1c090000" |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 165 | smmu_base_address = "0x2b400000" |
| 166 | smmu_memory_size = "0x100000" |
Maksims Svecovs | c3cda25 | 2021-09-30 12:20:11 +0100 | [diff] [blame] | 167 | enable_mte = "1" |
Varun Wadekar | 4cba5e4 | 2022-09-29 17:39:14 +0100 | [diff] [blame] | 168 | plat_log_level = "LOG_LEVEL_INFO" |
Madhukar Pappireddy | 48050f5 | 2023-08-29 13:52:33 -0500 | [diff] [blame] | 169 | plat_num_virtual_interrupts_ids = 5120 |
Madhukar Pappireddy | 47b5848 | 2023-10-11 16:02:05 -0500 | [diff] [blame] | 170 | plat_partition_max_dma_devices = 1 |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 171 | } |
| 172 | } |
| 173 | |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 174 | aarch64_toolchains("aem_v8a_fvp_vhe") { |
| 175 | cpu = "cortex-a57" |
| 176 | origin_address = "0x80000000" |
| 177 | boot_flow = "//src/boot_flow:linux" |
J-Alves | 57f5a66 | 2023-11-08 12:10:49 +0000 | [diff] [blame] | 178 | memory_protect = "//src/memory_protect:absent" |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 179 | console = "//src/arch/aarch64/pl011" |
| 180 | iommu = "//src/arch/aarch64/arm_smmuv3" |
| 181 | gic_version = 3 |
| 182 | gicd_base_address = "0x2f000000" |
| 183 | gicr_base_address = "0x2f100000" |
Varun Wadekar | fa4b3ac | 2022-02-14 17:19:18 +0000 | [diff] [blame] | 184 | gicr_frames = 8 |
Raghu Krishnamurthy | f895639 | 2022-09-20 09:51:05 -0700 | [diff] [blame] | 185 | heap_pages = 180 |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 186 | max_cpus = 8 |
| 187 | max_vms = 16 |
Raghu Krishnamurthy | 510aa3e | 2021-11-28 07:20:45 -0800 | [diff] [blame] | 188 | branch_protection = "standard" |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 189 | toolchain_args = { |
| 190 | plat_ffa = "//src/arch/aarch64/plat/ffa:hypervisor" |
| 191 | pl011_base_address = "0x1c090000" |
| 192 | smmu_base_address = "0x2b400000" |
| 193 | smmu_memory_size = "0x100000" |
Varun Wadekar | 4cba5e4 | 2022-09-29 17:39:14 +0100 | [diff] [blame] | 194 | plat_log_level = "LOG_LEVEL_INFO" |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 195 | } |
| 196 | } |
| 197 | |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 198 | aarch64_toolchains("qemu_aarch64_vhe") { |
| 199 | cpu = "cortex-a57" |
| 200 | origin_address = "0x40001000" |
| 201 | boot_flow = "//src/boot_flow:linux" |
| 202 | console = "//src/arch/aarch64/pl011" |
| 203 | iommu = "//src/iommu:absent" |
J-Alves | 57f5a66 | 2023-11-08 12:10:49 +0000 | [diff] [blame] | 204 | memory_protect = "//src/memory_protect:absent" |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 205 | gic_version = 3 |
| 206 | gicd_base_address = "0x08000000" |
| 207 | gicr_base_address = "0x080A0000" |
Varun Wadekar | fa4b3ac | 2022-02-14 17:19:18 +0000 | [diff] [blame] | 208 | gicr_frames = 8 |
Raghu Krishnamurthy | f895639 | 2022-09-20 09:51:05 -0700 | [diff] [blame] | 209 | heap_pages = 180 |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 210 | max_cpus = 8 |
| 211 | max_vms = 16 |
| 212 | toolchain_args = { |
Olivier Deprez | d82b5e0 | 2021-07-05 11:16:16 +0200 | [diff] [blame] | 213 | plat_ffa = "//src/arch/aarch64/plat/ffa:hypervisor" |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 214 | pl011_base_address = "0x09000000" |
Varun Wadekar | 4cba5e4 | 2022-09-29 17:39:14 +0100 | [diff] [blame] | 215 | plat_log_level = "LOG_LEVEL_INFO" |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 216 | } |
| 217 | } |
| 218 | |
Olivier Deprez | f17c61e | 2023-01-30 13:50:25 +0100 | [diff] [blame] | 219 | aarch64_toolchains("secure_qemu_aarch64") { |
| 220 | cpu = "cortex-a57" |
| 221 | origin_address = "0xe100000" |
J-Alves | 57f5a66 | 2023-11-08 12:10:49 +0000 | [diff] [blame] | 222 | memory_protect = "//src/memory_protect:absent" |
Olivier Deprez | f17c61e | 2023-01-30 13:50:25 +0100 | [diff] [blame] | 223 | boot_flow = "//src/boot_flow:spmc" |
| 224 | console = "//src/arch/aarch64/pl011" |
| 225 | iommu = "//src/iommu:absent" |
| 226 | gic_version = 3 |
| 227 | gicd_base_address = "0x08000000" |
| 228 | gicr_base_address = "0x080A0000" |
| 229 | gicr_frames = 8 |
| 230 | heap_pages = 180 |
| 231 | max_cpus = 8 |
| 232 | max_vms = 16 |
| 233 | branch_protection = "standard" |
| 234 | toolchain_args = { |
| 235 | plat_ffa = "//src/arch/aarch64/plat/ffa:spmc" |
| 236 | plat_psci = "//src/arch/aarch64/plat/psci:spmc" |
| 237 | plat_interrupts = "//src/arch/aarch64/plat/interrupts:gicv3" |
| 238 | secure_world = "1" |
| 239 | pl011_base_address = "0x09000000" |
| 240 | hftest_ctrl = "//test/hftest:ctrl_uart" |
Olivier Deprez | f17c61e | 2023-01-30 13:50:25 +0100 | [diff] [blame] | 241 | enable_mte = "1" |
| 242 | plat_log_level = "LOG_LEVEL_INFO" |
Madhukar Pappireddy | ffbe2e2 | 2023-02-02 17:45:30 -0600 | [diff] [blame] | 243 | plat_num_virtual_interrupts_ids = 1024 |
Olivier Deprez | f17c61e | 2023-01-30 13:50:25 +0100 | [diff] [blame] | 244 | } |
| 245 | } |
| 246 | |
David Brazdil | 3d7b88b | 2019-07-22 17:19:35 +0100 | [diff] [blame] | 247 | aarch64_toolchains("rpi4") { |
| 248 | cpu = "cortex-a72" |
| 249 | origin_address = "0x80000" |
| 250 | boot_flow = "//src/boot_flow:linux" |
Olivier Deprez | a701547 | 2023-10-16 20:17:50 +0200 | [diff] [blame] | 251 | console = "//project/reference/rpi4:mini_uart" |
J-Alves | 57f5a66 | 2023-11-08 12:10:49 +0000 | [diff] [blame] | 252 | memory_protect = "//src/memory_protect:absent" |
Andrew Scull | e2a525d | 2019-12-02 12:56:06 +0000 | [diff] [blame] | 253 | iommu = "//src/iommu:absent" |
David Brazdil | 3d7b88b | 2019-07-22 17:19:35 +0100 | [diff] [blame] | 254 | gic_version = 2 |
Raghu Krishnamurthy | f895639 | 2022-09-20 09:51:05 -0700 | [diff] [blame] | 255 | heap_pages = 180 |
David Brazdil | 3d7b88b | 2019-07-22 17:19:35 +0100 | [diff] [blame] | 256 | max_cpus = 4 |
| 257 | max_vms = 16 |
| 258 | toolchain_args = { |
Daniel Boulby | 0029f48 | 2021-03-25 14:19:21 +0000 | [diff] [blame] | 259 | plat_ffa = "//src/arch/aarch64/plat/ffa:hypervisor" |
David Brazdil | 3d7b88b | 2019-07-22 17:19:35 +0100 | [diff] [blame] | 260 | gpio_base_address = "0xfe200000" |
| 261 | aux_base_address = "0xfe215000" |
| 262 | core_freq_mhz = 500 |
David Brazdil | b38816f | 2020-01-31 16:31:10 +0000 | [diff] [blame] | 263 | hftest_ctrl = "//test/hftest:ctrl_uart" |
Varun Wadekar | 4cba5e4 | 2022-09-29 17:39:14 +0100 | [diff] [blame] | 264 | plat_log_level = "LOG_LEVEL_INFO" |
David Brazdil | 3d7b88b | 2019-07-22 17:19:35 +0100 | [diff] [blame] | 265 | } |
| 266 | } |
David Brazdil | c702a03 | 2020-01-31 15:44:11 +0000 | [diff] [blame] | 267 | |
Olivier Deprez | b5ebdd7 | 2023-11-08 12:48:20 +0100 | [diff] [blame] | 268 | # The Total Compute platform provides an envelope for Arm's latest client IPs. |
| 269 | # Release notes and user manual for the open source software stack targeting |
| 270 | # the Total Compute Fixed Virtual Platform (FVP) are found here: |
| 271 | # https://totalcompute.docs.arm.com/en/latest/ |
Usama Arif | f0996a5 | 2021-08-09 14:28:30 +0100 | [diff] [blame] | 272 | aarch64_toolchains("secure_tc") { |
Arunachalam Ganapathy | f20727f | 2020-04-28 20:23:13 +0100 | [diff] [blame] | 273 | cpu = "cortex-a57" |
| 274 | origin_address = "0xfd000000" |
Olivier Deprez | 59e35f7 | 2020-11-10 17:15:18 +0100 | [diff] [blame] | 275 | boot_flow = "//src/boot_flow:spmc" |
Arunachalam Ganapathy | f20727f | 2020-04-28 20:23:13 +0100 | [diff] [blame] | 276 | console = "//src/arch/aarch64/pl011" |
| 277 | iommu = "//src/iommu:absent" |
J-Alves | 57f5a66 | 2023-11-08 12:10:49 +0000 | [diff] [blame] | 278 | memory_protect = "//src/memory_protect:absent" |
Madhukar Pappireddy | 89ee8cc | 2021-10-29 10:03:18 -0500 | [diff] [blame] | 279 | gic_version = 4 |
Arunachalam Ganapathy | f20727f | 2020-04-28 20:23:13 +0100 | [diff] [blame] | 280 | gicd_base_address = "0x30000000" |
Usama Arif | 2c636ff | 2021-04-01 11:09:25 +0100 | [diff] [blame] | 281 | gicr_base_address = "0x30080000" |
Varun Wadekar | fa4b3ac | 2022-02-14 17:19:18 +0000 | [diff] [blame] | 282 | gicr_frames = 8 |
Raghu Krishnamurthy | f895639 | 2022-09-20 09:51:05 -0700 | [diff] [blame] | 283 | heap_pages = 180 |
Arunachalam Ganapathy | 51e8157 | 2021-01-20 14:57:41 +0000 | [diff] [blame] | 284 | max_cpus = 8 |
Arunachalam Ganapathy | f20727f | 2020-04-28 20:23:13 +0100 | [diff] [blame] | 285 | max_vms = 16 |
Davidson K | 9e0329f | 2024-06-25 12:21:42 +0530 | [diff] [blame^] | 286 | branch_protection = "standard" |
Arunachalam Ganapathy | f20727f | 2020-04-28 20:23:13 +0100 | [diff] [blame] | 287 | toolchain_args = { |
Daniel Boulby | 0029f48 | 2021-03-25 14:19:21 +0000 | [diff] [blame] | 288 | plat_ffa = "//src/arch/aarch64/plat/ffa:spmc" |
Olivier Deprez | cf03990 | 2021-01-25 15:32:39 +0100 | [diff] [blame] | 289 | plat_psci = "//src/arch/aarch64/plat/psci:spmc" |
Olivier Deprez | cc0eb84 | 2021-04-07 14:03:59 +0200 | [diff] [blame] | 290 | plat_interrupts = "//src/arch/aarch64/plat/interrupts:gicv3" |
Arunachalam Ganapathy | f20727f | 2020-04-28 20:23:13 +0100 | [diff] [blame] | 291 | secure_world = "1" |
annsai01 | c194b3a | 2023-02-21 14:09:29 +0000 | [diff] [blame] | 292 | pl011_base_address = "0x2A410000" |
Maksims Svecovs | c3cda25 | 2021-09-30 12:20:11 +0100 | [diff] [blame] | 293 | enable_mte = "1" |
Varun Wadekar | 4cba5e4 | 2022-09-29 17:39:14 +0100 | [diff] [blame] | 294 | plat_log_level = "LOG_LEVEL_INFO" |
Madhukar Pappireddy | ffbe2e2 | 2023-02-02 17:45:30 -0600 | [diff] [blame] | 295 | plat_num_virtual_interrupts_ids = 1024 |
Arunachalam Ganapathy | f20727f | 2020-04-28 20:23:13 +0100 | [diff] [blame] | 296 | } |
| 297 | } |