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 | |
Andrew Scull | 2d527c2 | 2018-11-27 14:21:08 +0000 | [diff] [blame] | 10 | group("root") { |
| 11 | deps = [ |
| 12 | "//src:hafnium(:aem_v8a_fvp_clang)", |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 13 | "//src:hafnium(:aem_v8a_fvp_vhe_clang)", |
Andrew Scull | 2d527c2 | 2018-11-27 14:21:08 +0000 | [diff] [blame] | 14 | "//src:hafnium(:qemu_aarch64_clang)", |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 15 | "//src:hafnium(:qemu_aarch64_vhe_clang)", |
David Brazdil | 3d7b88b | 2019-07-22 17:19:35 +0100 | [diff] [blame] | 16 | "//src:hafnium(:rpi4_clang)", |
Jose Marinho | 69cd27d | 2019-10-17 15:51:31 +0100 | [diff] [blame] | 17 | "//src:hafnium(:secure_aem_v8a_fvp_clang)", |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 18 | "//src:hafnium(:secure_aem_v8a_fvp_vhe_clang)", |
Usama Arif | f0996a5 | 2021-08-09 14:28:30 +0100 | [diff] [blame] | 19 | "//src:hafnium(:secure_tc_clang)", |
Andrew Walbran | 92627a8 | 2020-01-17 10:52:44 +0000 | [diff] [blame] | 20 | "//src/arch/aarch64/qemuloader:bl(:qemu_aarch64_clang)", |
Raghu Krishnamurthy | e0ede85 | 2021-12-04 14:29:57 -0800 | [diff] [blame] | 21 | "//src/arch/aarch64/qemuloader:bl(:qemu_aarch64_vhe_clang)", |
Andrew Scull | 2d527c2 | 2018-11-27 14:21:08 +0000 | [diff] [blame] | 22 | ] |
| 23 | } |
| 24 | |
| 25 | group("test_root") { |
| 26 | testonly = true |
| 27 | |
| 28 | deps = [ |
| 29 | "//src:unit_tests(:host_fake_clang)", |
Andrew Walbran | fd37939 | 2019-03-14 17:45:04 +0000 | [diff] [blame] | 30 | "//test/arch(:aem_v8a_fvp_clang)", |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 31 | "//test/arch(:aem_v8a_fvp_vhe_clang)", |
Andrew Scull | 75da2d1 | 2018-12-09 21:25:45 +0000 | [diff] [blame] | 32 | "//test/arch(:qemu_aarch64_clang)", |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 33 | "//test/arch(:qemu_aarch64_vhe_clang)", |
David Brazdil | 3d7b88b | 2019-07-22 17:19:35 +0100 | [diff] [blame] | 34 | "//test/arch(:rpi4_clang)", |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 35 | "//test/linux(:aem_v8a_fvp_vhe_vm_clang)", |
Andrew Walbran | b145760 | 2019-05-13 16:43:57 +0100 | [diff] [blame] | 36 | "//test/linux(:aem_v8a_fvp_vm_clang)", |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 37 | "//test/linux(:qemu_aarch64_vhe_vm_clang)", |
Andrew Walbran | b145760 | 2019-05-13 16:43:57 +0100 | [diff] [blame] | 38 | "//test/linux(:qemu_aarch64_vm_clang)", |
Andrew Walbran | 3eeaa40 | 2019-11-01 14:48:29 +0000 | [diff] [blame] | 39 | "//test/linux(:rpi4_vm_clang)", |
Olivier Deprez | acd0a4e | 2022-02-23 09:31:21 +0100 | [diff] [blame] | 40 | "//test/vmapi:partitions(:secure_aem_v8a_fvp_vhe_vm_clang)", |
| 41 | "//test/vmapi:partitions(:secure_aem_v8a_fvp_vm_clang)", |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 42 | "//test/vmapi(:aem_v8a_fvp_vhe_vm_clang)", |
Andrew Walbran | b145760 | 2019-05-13 16:43:57 +0100 | [diff] [blame] | 43 | "//test/vmapi(:aem_v8a_fvp_vm_clang)", |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 44 | "//test/vmapi(:qemu_aarch64_vhe_vm_clang)", |
Andrew Walbran | b145760 | 2019-05-13 16:43:57 +0100 | [diff] [blame] | 45 | "//test/vmapi(:qemu_aarch64_vm_clang)", |
Andrew Walbran | 3eeaa40 | 2019-11-01 14:48:29 +0000 | [diff] [blame] | 46 | "//test/vmapi(:rpi4_vm_clang)", |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 47 | "//test/vmapi/arch/aarch64/gicv3:gicv3_test(:aem_v8a_fvp_vhe_vm_clang)", |
Andrew Scull | 3fe2408 | 2019-09-30 15:27:23 +0100 | [diff] [blame] | 48 | "//test/vmapi/arch/aarch64/gicv3:gicv3_test(:aem_v8a_fvp_vm_clang)", |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 49 | "//test/vmapi/arch/aarch64/gicv3:gicv3_test(:qemu_aarch64_vhe_vm_clang)", |
Andrew Scull | 3fe2408 | 2019-09-30 15:27:23 +0100 | [diff] [blame] | 50 | "//test/vmapi/arch/aarch64/gicv3:gicv3_test(:qemu_aarch64_vm_clang)", |
Andrew Scull | 2d527c2 | 2018-11-27 14:21:08 +0000 | [diff] [blame] | 51 | ] |
| 52 | } |
| 53 | |
| 54 | # Describe each of the platforms used in this project. |
| 55 | |
| 56 | host_toolchain("host_fake") { |
| 57 | use_platform = true |
Andrew Walbran | bc737c4 | 2018-12-07 14:24:16 +0000 | [diff] [blame] | 58 | heap_pages = 60 |
Andrew Scull | 2d527c2 | 2018-11-27 14:21:08 +0000 | [diff] [blame] | 59 | max_cpus = 4 |
| 60 | max_vms = 6 |
| 61 | } |
| 62 | |
Jose Marinho | 69cd27d | 2019-10-17 15:51:31 +0100 | [diff] [blame] | 63 | aarch64_toolchains("secure_aem_v8a_fvp") { |
| 64 | cpu = "cortex-a57" |
| 65 | origin_address = "0x06000000" |
Olivier Deprez | 59e35f7 | 2020-11-10 17:15:18 +0100 | [diff] [blame] | 66 | boot_flow = "//src/boot_flow:spmc" |
Jose Marinho | 69cd27d | 2019-10-17 15:51:31 +0100 | [diff] [blame] | 67 | console = "//src/arch/aarch64/pl011" |
Madhukar Pappireddy | f2a1e5c | 2020-11-16 13:06:33 -0600 | [diff] [blame] | 68 | iommu = "//src/arch/aarch64/arm_smmuv3" |
Jose Marinho | 69cd27d | 2019-10-17 15:51:31 +0100 | [diff] [blame] | 69 | gic_version = 3 |
| 70 | gicd_base_address = "0x2f000000" |
| 71 | gicr_base_address = "0x2f100000" |
| 72 | heap_pages = 60 |
| 73 | max_cpus = 8 |
| 74 | max_vms = 16 |
Olivier Deprez | 16fc50e | 2021-02-16 08:59:07 +0100 | [diff] [blame] | 75 | branch_protection = "standard" |
Jose Marinho | 69cd27d | 2019-10-17 15:51:31 +0100 | [diff] [blame] | 76 | toolchain_args = { |
Daniel Boulby | 0029f48 | 2021-03-25 14:19:21 +0000 | [diff] [blame] | 77 | plat_ffa = "//src/arch/aarch64/plat/ffa:spmc" |
Olivier Deprez | cf03990 | 2021-01-25 15:32:39 +0100 | [diff] [blame] | 78 | plat_psci = "//src/arch/aarch64/plat/psci:spmc" |
Olivier Deprez | cc0eb84 | 2021-04-07 14:03:59 +0200 | [diff] [blame] | 79 | plat_interrupts = "//src/arch/aarch64/plat/interrupts:gicv3" |
Olivier Deprez | 16fc50e | 2021-02-16 08:59:07 +0100 | [diff] [blame] | 80 | plat_prng = "//src/arch/aarch64/plat/prng:prng" |
Jose Marinho | 69cd27d | 2019-10-17 15:51:31 +0100 | [diff] [blame] | 81 | secure_world = "1" |
| 82 | pl011_base_address = "0x1c090000" |
Madhukar Pappireddy | f2a1e5c | 2020-11-16 13:06:33 -0600 | [diff] [blame] | 83 | smmu_base_address = "0x2b400000" |
| 84 | smmu_memory_size = "0x100000" |
Jose Marinho | 69cd27d | 2019-10-17 15:51:31 +0100 | [diff] [blame] | 85 | } |
| 86 | } |
| 87 | |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 88 | aarch64_toolchains("secure_aem_v8a_fvp_vhe") { |
| 89 | cpu = "cortex-a57" |
| 90 | origin_address = "0x06000000" |
| 91 | boot_flow = "//src/boot_flow:spmc" |
| 92 | console = "//src/arch/aarch64/pl011" |
| 93 | iommu = "//src/arch/aarch64/arm_smmuv3" |
| 94 | gic_version = 3 |
| 95 | gicd_base_address = "0x2f000000" |
| 96 | gicr_base_address = "0x2f100000" |
| 97 | heap_pages = 60 |
| 98 | max_cpus = 8 |
| 99 | max_vms = 16 |
Raghu Krishnamurthy | 510aa3e | 2021-11-28 07:20:45 -0800 | [diff] [blame] | 100 | branch_protection = "standard" |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 101 | toolchain_args = { |
| 102 | plat_ffa = "//src/arch/aarch64/plat/ffa:spmc" |
| 103 | plat_psci = "//src/arch/aarch64/plat/psci:spmc" |
| 104 | plat_interrupts = "//src/arch/aarch64/plat/interrupts:gicv3" |
| 105 | plat_prng = "//src/arch/aarch64/plat/prng:prng" |
| 106 | secure_world = "1" |
| 107 | pl011_base_address = "0x1c090000" |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 108 | smmu_base_address = "0x2b400000" |
| 109 | smmu_memory_size = "0x100000" |
| 110 | enable_vhe = "1" |
| 111 | } |
| 112 | } |
| 113 | |
Andrew Walbran | b145760 | 2019-05-13 16:43:57 +0100 | [diff] [blame] | 114 | aarch64_toolchains("aem_v8a_fvp") { |
| 115 | cpu = "cortex-a57" |
Andrew Walbran | 6582198 | 2019-04-16 14:34:03 +0100 | [diff] [blame] | 116 | origin_address = "0x80000000" |
David Brazdil | 653261a | 2019-09-09 18:04:33 +0100 | [diff] [blame] | 117 | boot_flow = "//src/boot_flow:linux" |
Andrew Walbran | 808531e | 2019-05-20 14:52:45 +0100 | [diff] [blame] | 118 | console = "//src/arch/aarch64/pl011" |
Madhukar Pappireddy | f2a1e5c | 2020-11-16 13:06:33 -0600 | [diff] [blame] | 119 | iommu = "//src/arch/aarch64/arm_smmuv3" |
Andrew Walbran | f1aa19e | 2018-12-10 13:42:40 +0000 | [diff] [blame] | 120 | gic_version = 3 |
| 121 | gicd_base_address = "0x2f000000" |
| 122 | gicr_base_address = "0x2f100000" |
Andrew Walbran | bc737c4 | 2018-12-07 14:24:16 +0000 | [diff] [blame] | 123 | heap_pages = 60 |
Andrew Scull | 2d527c2 | 2018-11-27 14:21:08 +0000 | [diff] [blame] | 124 | max_cpus = 8 |
| 125 | max_vms = 16 |
Andrew Walbran | 808531e | 2019-05-20 14:52:45 +0100 | [diff] [blame] | 126 | toolchain_args = { |
Daniel Boulby | 0029f48 | 2021-03-25 14:19:21 +0000 | [diff] [blame] | 127 | plat_ffa = "//src/arch/aarch64/plat/ffa:hypervisor" |
Andrew Walbran | 808531e | 2019-05-20 14:52:45 +0100 | [diff] [blame] | 128 | pl011_base_address = "0x1c090000" |
Madhukar Pappireddy | f2a1e5c | 2020-11-16 13:06:33 -0600 | [diff] [blame] | 129 | smmu_base_address = "0x2b400000" |
| 130 | smmu_memory_size = "0x100000" |
Andrew Walbran | 808531e | 2019-05-20 14:52:45 +0100 | [diff] [blame] | 131 | } |
Andrew Scull | 2d527c2 | 2018-11-27 14:21:08 +0000 | [diff] [blame] | 132 | } |
| 133 | |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 134 | aarch64_toolchains("aem_v8a_fvp_vhe") { |
| 135 | cpu = "cortex-a57" |
| 136 | origin_address = "0x80000000" |
| 137 | boot_flow = "//src/boot_flow:linux" |
| 138 | console = "//src/arch/aarch64/pl011" |
| 139 | iommu = "//src/arch/aarch64/arm_smmuv3" |
| 140 | gic_version = 3 |
| 141 | gicd_base_address = "0x2f000000" |
| 142 | gicr_base_address = "0x2f100000" |
| 143 | heap_pages = 60 |
| 144 | max_cpus = 8 |
| 145 | max_vms = 16 |
Raghu Krishnamurthy | 510aa3e | 2021-11-28 07:20:45 -0800 | [diff] [blame] | 146 | branch_protection = "standard" |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 147 | toolchain_args = { |
| 148 | plat_ffa = "//src/arch/aarch64/plat/ffa:hypervisor" |
| 149 | pl011_base_address = "0x1c090000" |
| 150 | smmu_base_address = "0x2b400000" |
| 151 | smmu_memory_size = "0x100000" |
| 152 | enable_vhe = "1" |
| 153 | } |
| 154 | } |
| 155 | |
Andrew Walbran | b145760 | 2019-05-13 16:43:57 +0100 | [diff] [blame] | 156 | aarch64_toolchains("qemu_aarch64") { |
| 157 | cpu = "cortex-a57" |
Andrew Scull | 2d527c2 | 2018-11-27 14:21:08 +0000 | [diff] [blame] | 158 | origin_address = "0x40001000" |
David Brazdil | 653261a | 2019-09-09 18:04:33 +0100 | [diff] [blame] | 159 | boot_flow = "//src/boot_flow:linux" |
Andrew Walbran | 808531e | 2019-05-20 14:52:45 +0100 | [diff] [blame] | 160 | console = "//src/arch/aarch64/pl011" |
Andrew Scull | e2a525d | 2019-12-02 12:56:06 +0000 | [diff] [blame] | 161 | iommu = "//src/iommu:absent" |
Andrew Walbran | f1aa19e | 2018-12-10 13:42:40 +0000 | [diff] [blame] | 162 | gic_version = 3 |
| 163 | gicd_base_address = "0x08000000" |
| 164 | gicr_base_address = "0x080A0000" |
Andrew Walbran | bc737c4 | 2018-12-07 14:24:16 +0000 | [diff] [blame] | 165 | heap_pages = 60 |
Andrew Scull | 2d527c2 | 2018-11-27 14:21:08 +0000 | [diff] [blame] | 166 | max_cpus = 8 |
| 167 | max_vms = 16 |
Andrew Walbran | 808531e | 2019-05-20 14:52:45 +0100 | [diff] [blame] | 168 | toolchain_args = { |
Olivier Deprez | d82b5e0 | 2021-07-05 11:16:16 +0200 | [diff] [blame] | 169 | plat_ffa = "//src/arch/aarch64/plat/ffa:hypervisor" |
Andrew Walbran | 808531e | 2019-05-20 14:52:45 +0100 | [diff] [blame] | 170 | pl011_base_address = "0x09000000" |
| 171 | } |
Andrew Scull | 2d527c2 | 2018-11-27 14:21:08 +0000 | [diff] [blame] | 172 | } |
| 173 | |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 174 | aarch64_toolchains("qemu_aarch64_vhe") { |
| 175 | cpu = "cortex-a57" |
| 176 | origin_address = "0x40001000" |
| 177 | boot_flow = "//src/boot_flow:linux" |
| 178 | console = "//src/arch/aarch64/pl011" |
| 179 | iommu = "//src/iommu:absent" |
| 180 | gic_version = 3 |
| 181 | gicd_base_address = "0x08000000" |
| 182 | gicr_base_address = "0x080A0000" |
| 183 | heap_pages = 60 |
| 184 | max_cpus = 8 |
| 185 | max_vms = 16 |
| 186 | toolchain_args = { |
Olivier Deprez | d82b5e0 | 2021-07-05 11:16:16 +0200 | [diff] [blame] | 187 | plat_ffa = "//src/arch/aarch64/plat/ffa:hypervisor" |
Raghu Krishnamurthy | 8e68099 | 2021-06-15 20:19:47 -0700 | [diff] [blame] | 188 | pl011_base_address = "0x09000000" |
| 189 | enable_vhe = "1" |
| 190 | } |
| 191 | } |
| 192 | |
David Brazdil | 3d7b88b | 2019-07-22 17:19:35 +0100 | [diff] [blame] | 193 | aarch64_toolchains("rpi4") { |
| 194 | cpu = "cortex-a72" |
| 195 | origin_address = "0x80000" |
| 196 | boot_flow = "//src/boot_flow:linux" |
| 197 | console = "//project/reference/rpi:mini_uart" |
Andrew Scull | e2a525d | 2019-12-02 12:56:06 +0000 | [diff] [blame] | 198 | iommu = "//src/iommu:absent" |
David Brazdil | 3d7b88b | 2019-07-22 17:19:35 +0100 | [diff] [blame] | 199 | gic_version = 2 |
| 200 | heap_pages = 60 |
| 201 | max_cpus = 4 |
| 202 | max_vms = 16 |
| 203 | toolchain_args = { |
Daniel Boulby | 0029f48 | 2021-03-25 14:19:21 +0000 | [diff] [blame] | 204 | plat_ffa = "//src/arch/aarch64/plat/ffa:hypervisor" |
David Brazdil | 3d7b88b | 2019-07-22 17:19:35 +0100 | [diff] [blame] | 205 | gpio_base_address = "0xfe200000" |
| 206 | aux_base_address = "0xfe215000" |
| 207 | core_freq_mhz = 500 |
David Brazdil | b38816f | 2020-01-31 16:31:10 +0000 | [diff] [blame] | 208 | hftest_ctrl = "//test/hftest:ctrl_uart" |
David Brazdil | 3d7b88b | 2019-07-22 17:19:35 +0100 | [diff] [blame] | 209 | } |
| 210 | } |
David Brazdil | c702a03 | 2020-01-31 15:44:11 +0000 | [diff] [blame] | 211 | |
Arunachalam Ganapathy | f20727f | 2020-04-28 20:23:13 +0100 | [diff] [blame] | 212 | # The Total Compute platform provides an envelope for all of Arm's latest IP. |
Usama Arif | f0996a5 | 2021-08-09 14:28:30 +0100 | [diff] [blame] | 213 | # TC0 and TC1 are reference open source software stack for the |
Arunachalam Ganapathy | f20727f | 2020-04-28 20:23:13 +0100 | [diff] [blame] | 214 | # Total Compute Fixed Virtual Platform (FVP). More info at: |
| 215 | # https://community.arm.com/developer/tools-software/oss-platforms/w/docs/606/total-compute |
Usama Arif | 50a4b89 | 2021-04-15 10:48:30 +0100 | [diff] [blame] | 216 | # https://gitlab.arm.com/arm-reference-solutions/arm-reference-solutions-docs/-/blob/master/docs/totalcompute/tc0/user-guide.rst |
Arunachalam Ganapathy | f20727f | 2020-04-28 20:23:13 +0100 | [diff] [blame] | 217 | # |
Usama Arif | f0996a5 | 2021-08-09 14:28:30 +0100 | [diff] [blame] | 218 | # Secure hafnium build for tc0 and tc1 platforms. This builds reference Secure Partition |
| 219 | # Manager (SPM) for tc0 and tc1 with Armv8.4-A Secure-EL2 extension. |
| 220 | aarch64_toolchains("secure_tc") { |
Arunachalam Ganapathy | f20727f | 2020-04-28 20:23:13 +0100 | [diff] [blame] | 221 | cpu = "cortex-a57" |
| 222 | origin_address = "0xfd000000" |
Olivier Deprez | 59e35f7 | 2020-11-10 17:15:18 +0100 | [diff] [blame] | 223 | boot_flow = "//src/boot_flow:spmc" |
Arunachalam Ganapathy | f20727f | 2020-04-28 20:23:13 +0100 | [diff] [blame] | 224 | console = "//src/arch/aarch64/pl011" |
| 225 | iommu = "//src/iommu:absent" |
Madhukar Pappireddy | 89ee8cc | 2021-10-29 10:03:18 -0500 | [diff] [blame] | 226 | gic_version = 4 |
Arunachalam Ganapathy | f20727f | 2020-04-28 20:23:13 +0100 | [diff] [blame] | 227 | gicd_base_address = "0x30000000" |
Usama Arif | 2c636ff | 2021-04-01 11:09:25 +0100 | [diff] [blame] | 228 | gicr_base_address = "0x30080000" |
Arunachalam Ganapathy | f20727f | 2020-04-28 20:23:13 +0100 | [diff] [blame] | 229 | heap_pages = 60 |
Arunachalam Ganapathy | 51e8157 | 2021-01-20 14:57:41 +0000 | [diff] [blame] | 230 | max_cpus = 8 |
Arunachalam Ganapathy | f20727f | 2020-04-28 20:23:13 +0100 | [diff] [blame] | 231 | max_vms = 16 |
Olivier Deprez | 16fc50e | 2021-02-16 08:59:07 +0100 | [diff] [blame] | 232 | branch_protection = "standard" |
Arunachalam Ganapathy | f20727f | 2020-04-28 20:23:13 +0100 | [diff] [blame] | 233 | toolchain_args = { |
Daniel Boulby | 0029f48 | 2021-03-25 14:19:21 +0000 | [diff] [blame] | 234 | plat_ffa = "//src/arch/aarch64/plat/ffa:spmc" |
Olivier Deprez | cf03990 | 2021-01-25 15:32:39 +0100 | [diff] [blame] | 235 | plat_psci = "//src/arch/aarch64/plat/psci:spmc" |
Olivier Deprez | cc0eb84 | 2021-04-07 14:03:59 +0200 | [diff] [blame] | 236 | plat_interrupts = "//src/arch/aarch64/plat/interrupts:gicv3" |
Olivier Deprez | 16fc50e | 2021-02-16 08:59:07 +0100 | [diff] [blame] | 237 | plat_prng = "//src/arch/aarch64/plat/prng:prng" |
Arunachalam Ganapathy | f20727f | 2020-04-28 20:23:13 +0100 | [diff] [blame] | 238 | secure_world = "1" |
| 239 | pl011_base_address = "0x7ff80000" |
| 240 | } |
| 241 | } |