Bin Meng | 6b69775 | 2018-09-26 06:55:06 -0700 | [diff] [blame] | 1 | menu "RISC-V architecture" |
Rick Chen | 64d4ead | 2017-12-26 13:55:52 +0800 | [diff] [blame] | 2 | depends on RISCV |
| 3 | |
| 4 | config SYS_ARCH |
| 5 | default "riscv" |
| 6 | |
| 7 | choice |
| 8 | prompt "Target select" |
| 9 | optional |
| 10 | |
Leo Yu-Chi Liang | 249ce73 | 2023-02-14 20:42:49 +0800 | [diff] [blame] | 11 | config TARGET_AE350 |
| 12 | bool "Support ae350" |
Rick Chen | 64d4ead | 2017-12-26 13:55:52 +0800 | [diff] [blame] | 13 | |
Padmarao Begari | 4216f34 | 2019-05-28 15:47:51 +0530 | [diff] [blame] | 14 | config TARGET_MICROCHIP_ICICLE |
| 15 | bool "Support Microchip PolarFire-SoC Icicle Board" |
| 16 | |
Bin Meng | 8a8694d | 2018-09-26 06:55:21 -0700 | [diff] [blame] | 17 | config TARGET_QEMU_VIRT |
| 18 | bool "Support QEMU Virt Board" |
| 19 | |
Bin Meng | e9ead4a | 2021-03-17 11:10:58 +0800 | [diff] [blame] | 20 | config TARGET_SIFIVE_UNLEASHED |
| 21 | bool "Support SiFive Unleashed Board" |
Anup Patel | 7a167f2 | 2019-02-25 08:15:19 +0000 | [diff] [blame] | 22 | |
Green Wan | 2e5da52 | 2021-05-27 06:52:13 -0700 | [diff] [blame] | 23 | config TARGET_SIFIVE_UNMATCHED |
| 24 | bool "Support SiFive Unmatched Board" |
Tom Rini | 3ef67ae | 2021-08-26 11:47:59 -0400 | [diff] [blame] | 25 | select SYS_CACHE_SHIFT_6 |
Green Wan | 2e5da52 | 2021-05-27 06:52:13 -0700 | [diff] [blame] | 26 | |
Yanhong Wang | 3867879 | 2023-03-29 11:42:20 +0800 | [diff] [blame] | 27 | config TARGET_STARFIVE_VISIONFIVE2 |
| 28 | bool "Support StarFive VisionFive2 Board" |
| 29 | |
Yixun Lan | 5dfa901 | 2023-07-08 19:24:32 +0800 | [diff] [blame] | 30 | config TARGET_TH1520_LPI4A |
| 31 | bool "Support Sipeed's TH1520 Lichee PI 4A Board" |
| 32 | select SYS_CACHE_SHIFT_6 |
| 33 | |
Sean Anderson | edc32ab | 2020-06-24 06:41:25 -0400 | [diff] [blame] | 34 | config TARGET_SIPEED_MAIX |
| 35 | bool "Support Sipeed Maix Board" |
Tom Rini | 3ef67ae | 2021-08-26 11:47:59 -0400 | [diff] [blame] | 36 | select SYS_CACHE_SHIFT_6 |
Sean Anderson | edc32ab | 2020-06-24 06:41:25 -0400 | [diff] [blame] | 37 | |
Tianrui Wei | 2ef594d | 2021-07-01 12:54:19 +0800 | [diff] [blame] | 38 | config TARGET_OPENPITON_RISCV64 |
| 39 | bool "Support RISC-V cores on OpenPiton SoC" |
| 40 | |
Rick Chen | 64d4ead | 2017-12-26 13:55:52 +0800 | [diff] [blame] | 41 | endchoice |
| 42 | |
Trevor Woerner | ba64b8b | 2019-05-03 09:40:59 -0400 | [diff] [blame] | 43 | config SYS_ICACHE_OFF |
| 44 | bool "Do not enable icache" |
Trevor Woerner | ba64b8b | 2019-05-03 09:40:59 -0400 | [diff] [blame] | 45 | help |
| 46 | Do not enable instruction cache in U-Boot. |
| 47 | |
Trevor Woerner | 43ec7e0 | 2019-05-03 09:41:00 -0400 | [diff] [blame] | 48 | config SPL_SYS_ICACHE_OFF |
| 49 | bool "Do not enable icache in SPL" |
| 50 | depends on SPL |
| 51 | default SYS_ICACHE_OFF |
| 52 | help |
| 53 | Do not enable instruction cache in SPL. |
| 54 | |
Trevor Woerner | ba64b8b | 2019-05-03 09:40:59 -0400 | [diff] [blame] | 55 | config SYS_DCACHE_OFF |
| 56 | bool "Do not enable dcache" |
Trevor Woerner | ba64b8b | 2019-05-03 09:40:59 -0400 | [diff] [blame] | 57 | help |
| 58 | Do not enable data cache in U-Boot. |
| 59 | |
Trevor Woerner | 43ec7e0 | 2019-05-03 09:41:00 -0400 | [diff] [blame] | 60 | config SPL_SYS_DCACHE_OFF |
| 61 | bool "Do not enable dcache in SPL" |
| 62 | depends on SPL |
| 63 | default SYS_DCACHE_OFF |
| 64 | help |
| 65 | Do not enable data cache in SPL. |
| 66 | |
Rick Chen | 842d580 | 2018-11-07 09:34:06 +0800 | [diff] [blame] | 67 | # board-specific options below |
Leo Yu-Chi Liang | 249ce73 | 2023-02-14 20:42:49 +0800 | [diff] [blame] | 68 | source "board/AndesTech/ae350/Kconfig" |
Bin Meng | 8a8694d | 2018-09-26 06:55:21 -0700 | [diff] [blame] | 69 | source "board/emulation/qemu-riscv/Kconfig" |
Padmarao Begari | 4216f34 | 2019-05-28 15:47:51 +0530 | [diff] [blame] | 70 | source "board/microchip/mpfs_icicle/Kconfig" |
Bin Meng | e9ead4a | 2021-03-17 11:10:58 +0800 | [diff] [blame] | 71 | source "board/sifive/unleashed/Kconfig" |
Green Wan | 2e5da52 | 2021-05-27 06:52:13 -0700 | [diff] [blame] | 72 | source "board/sifive/unmatched/Kconfig" |
Yixun Lan | 5dfa901 | 2023-07-08 19:24:32 +0800 | [diff] [blame] | 73 | source "board/thead/th1520_lpi4a/Kconfig" |
Tianrui Wei | 2ef594d | 2021-07-01 12:54:19 +0800 | [diff] [blame] | 74 | source "board/openpiton/riscv64/Kconfig" |
Sean Anderson | edc32ab | 2020-06-24 06:41:25 -0400 | [diff] [blame] | 75 | source "board/sipeed/maix/Kconfig" |
Yanhong Wang | 3867879 | 2023-03-29 11:42:20 +0800 | [diff] [blame] | 76 | source "board/starfive/visionfive2/Kconfig" |
Rick Chen | 64d4ead | 2017-12-26 13:55:52 +0800 | [diff] [blame] | 77 | |
Rick Chen | 842d580 | 2018-11-07 09:34:06 +0800 | [diff] [blame] | 78 | # platform-specific options below |
Leo Yu-Chi Liang | 249ce73 | 2023-02-14 20:42:49 +0800 | [diff] [blame] | 79 | source "arch/riscv/cpu/andesv5/Kconfig" |
Pragnesh Patel | 25269c0 | 2020-05-29 11:33:34 +0530 | [diff] [blame] | 80 | source "arch/riscv/cpu/fu540/Kconfig" |
Green Wan | 7f33743 | 2021-05-27 06:52:07 -0700 | [diff] [blame] | 81 | source "arch/riscv/cpu/fu740/Kconfig" |
Anup Patel | 1240cd6 | 2019-02-25 08:14:10 +0000 | [diff] [blame] | 82 | source "arch/riscv/cpu/generic/Kconfig" |
Yanhong Wang | 3867879 | 2023-03-29 11:42:20 +0800 | [diff] [blame] | 83 | source "arch/riscv/cpu/jh7110/Kconfig" |
Rick Chen | 842d580 | 2018-11-07 09:34:06 +0800 | [diff] [blame] | 84 | |
| 85 | # architecture-specific options below |
| 86 | |
Rick Chen | 64d4ead | 2017-12-26 13:55:52 +0800 | [diff] [blame] | 87 | choice |
Lukas Auer | 54ebfe7 | 2018-11-22 11:26:12 +0100 | [diff] [blame] | 88 | prompt "Base ISA" |
| 89 | default ARCH_RV32I |
Rick Chen | 64d4ead | 2017-12-26 13:55:52 +0800 | [diff] [blame] | 90 | |
Lukas Auer | 54ebfe7 | 2018-11-22 11:26:12 +0100 | [diff] [blame] | 91 | config ARCH_RV32I |
| 92 | bool "RV32I" |
Rick Chen | 64d4ead | 2017-12-26 13:55:52 +0800 | [diff] [blame] | 93 | select 32BIT |
| 94 | help |
Lukas Auer | 54ebfe7 | 2018-11-22 11:26:12 +0100 | [diff] [blame] | 95 | Choose this option to target the RV32I base integer instruction set. |
Rick Chen | 64d4ead | 2017-12-26 13:55:52 +0800 | [diff] [blame] | 96 | |
Lukas Auer | 54ebfe7 | 2018-11-22 11:26:12 +0100 | [diff] [blame] | 97 | config ARCH_RV64I |
| 98 | bool "RV64I" |
Rick Chen | 64d4ead | 2017-12-26 13:55:52 +0800 | [diff] [blame] | 99 | select 64BIT |
Lukas Auer | 7ab1df0 | 2018-11-22 11:26:13 +0100 | [diff] [blame] | 100 | select PHYS_64BIT |
Rick Chen | 64d4ead | 2017-12-26 13:55:52 +0800 | [diff] [blame] | 101 | help |
Lukas Auer | 54ebfe7 | 2018-11-22 11:26:12 +0100 | [diff] [blame] | 102 | Choose this option to target the RV64I base integer instruction set. |
Rick Chen | 64d4ead | 2017-12-26 13:55:52 +0800 | [diff] [blame] | 103 | |
| 104 | endchoice |
| 105 | |
Lukas Auer | ecc5d83 | 2018-12-12 06:12:23 -0800 | [diff] [blame] | 106 | choice |
| 107 | prompt "Code Model" |
| 108 | default CMODEL_MEDLOW |
| 109 | |
| 110 | config CMODEL_MEDLOW |
| 111 | bool "medium low code model" |
| 112 | help |
| 113 | U-Boot and its statically defined symbols must lie within a single 2 GiB |
| 114 | address range and must lie between absolute addresses -2 GiB and +2 GiB. |
| 115 | |
| 116 | config CMODEL_MEDANY |
| 117 | bool "medium any code model" |
| 118 | help |
| 119 | U-Boot and its statically defined symbols must be within any single 2 GiB |
| 120 | address range. |
| 121 | |
| 122 | endchoice |
| 123 | |
Anup Patel | 2788177 | 2018-12-12 06:12:29 -0800 | [diff] [blame] | 124 | choice |
| 125 | prompt "Run Mode" |
| 126 | default RISCV_MMODE |
| 127 | |
| 128 | config RISCV_MMODE |
| 129 | bool "Machine" |
| 130 | help |
| 131 | Choose this option to build U-Boot for RISC-V M-Mode. |
| 132 | |
| 133 | config RISCV_SMODE |
| 134 | bool "Supervisor" |
| 135 | help |
| 136 | Choose this option to build U-Boot for RISC-V S-Mode. |
| 137 | |
| 138 | endchoice |
| 139 | |
Lukas Auer | 6134659 | 2019-08-21 21:14:43 +0200 | [diff] [blame] | 140 | choice |
| 141 | prompt "SPL Run Mode" |
| 142 | default SPL_RISCV_MMODE |
| 143 | depends on SPL |
| 144 | |
| 145 | config SPL_RISCV_MMODE |
| 146 | bool "Machine" |
| 147 | help |
| 148 | Choose this option to build U-Boot SPL for RISC-V M-Mode. |
| 149 | |
| 150 | config SPL_RISCV_SMODE |
| 151 | bool "Supervisor" |
| 152 | help |
| 153 | Choose this option to build U-Boot SPL for RISC-V S-Mode. |
| 154 | |
| 155 | endchoice |
| 156 | |
Lukas Auer | 002012f | 2018-11-22 11:26:14 +0100 | [diff] [blame] | 157 | config RISCV_ISA_C |
| 158 | bool "Emit compressed instructions" |
| 159 | default y |
| 160 | help |
| 161 | Adds "C" to the ISA subsets that the toolchain is allowed to emit |
| 162 | when building U-Boot, which results in compressed instructions in the |
| 163 | U-Boot binary. |
| 164 | |
Heinrich Schuchardt | c66c950 | 2022-10-12 14:59:51 +0200 | [diff] [blame] | 165 | config RISCV_ISA_F |
| 166 | bool "Standard extension for Single-Precision Floating Point" |
| 167 | default y |
| 168 | help |
| 169 | Adds "F" to the ISA string passed to the compiler. |
| 170 | |
| 171 | config RISCV_ISA_D |
| 172 | bool "Standard extension for Double-Precision Floating Point" |
| 173 | depends on RISCV_ISA_F |
| 174 | default y |
| 175 | help |
| 176 | Adds "D" to the ISA string passed to the compiler and changes the |
| 177 | riscv32 ABI from ilp32 to ilp32d and the riscv64 ABI from lp64 to |
| 178 | lp64d. |
| 179 | |
Lukas Auer | 002012f | 2018-11-22 11:26:14 +0100 | [diff] [blame] | 180 | config RISCV_ISA_A |
| 181 | def_bool y |
| 182 | |
Rick Chen | 64d4ead | 2017-12-26 13:55:52 +0800 | [diff] [blame] | 183 | config 32BIT |
| 184 | bool |
| 185 | |
| 186 | config 64BIT |
| 187 | bool |
| 188 | |
Padmarao Begari | a235d43 | 2021-01-15 08:20:35 +0530 | [diff] [blame] | 189 | config DMA_ADDR_T_64BIT |
| 190 | bool |
| 191 | default y if 64BIT |
| 192 | |
Bin Meng | b5f0372 | 2023-06-21 23:11:46 +0800 | [diff] [blame] | 193 | config RISCV_ACLINT |
Bin Meng | b6ee5e1 | 2018-12-12 06:12:30 -0800 | [diff] [blame] | 194 | bool |
Bin Meng | 614b1d8 | 2021-05-11 20:04:12 +0800 | [diff] [blame] | 195 | depends on RISCV_MMODE |
Bin Meng | 08b8d26 | 2023-06-21 23:11:45 +0800 | [diff] [blame] | 196 | select REGMAP |
| 197 | select SYSCON |
Bin Meng | 614b1d8 | 2021-05-11 20:04:12 +0800 | [diff] [blame] | 198 | help |
Bin Meng | b5f0372 | 2023-06-21 23:11:46 +0800 | [diff] [blame] | 199 | The RISC-V ACLINT block holds memory-mapped control and status registers |
Bin Meng | 614b1d8 | 2021-05-11 20:04:12 +0800 | [diff] [blame] | 200 | associated with software and timer interrupts. |
| 201 | |
Bin Meng | b5f0372 | 2023-06-21 23:11:46 +0800 | [diff] [blame] | 202 | config SPL_RISCV_ACLINT |
Bin Meng | 614b1d8 | 2021-05-11 20:04:12 +0800 | [diff] [blame] | 203 | bool |
| 204 | depends on SPL_RISCV_MMODE |
Bin Meng | 08b8d26 | 2023-06-21 23:11:45 +0800 | [diff] [blame] | 205 | select SPL_REGMAP |
| 206 | select SPL_SYSCON |
Bin Meng | b6ee5e1 | 2018-12-12 06:12:30 -0800 | [diff] [blame] | 207 | help |
Bin Meng | b5f0372 | 2023-06-21 23:11:46 +0800 | [diff] [blame] | 208 | The RISC-V ACLINT block holds memory-mapped control and status registers |
Bin Meng | b6ee5e1 | 2018-12-12 06:12:30 -0800 | [diff] [blame] | 209 | associated with software and timer interrupts. |
| 210 | |
Zong Li | c39544c | 2021-09-01 15:01:41 +0800 | [diff] [blame] | 211 | config SIFIVE_CACHE |
| 212 | bool |
| 213 | help |
| 214 | This enables the operations to configure SiFive cache |
| 215 | |
Yu Chien Peter Lin | 739cd6f | 2022-10-25 23:03:50 +0800 | [diff] [blame] | 216 | config ANDES_PLICSW |
Rick Chen | 6df4ed0 | 2019-04-02 15:56:39 +0800 | [diff] [blame] | 217 | bool |
Lukas Auer | 6134659 | 2019-08-21 21:14:43 +0200 | [diff] [blame] | 218 | depends on RISCV_MMODE || SPL_RISCV_MMODE |
Rick Chen | 6df4ed0 | 2019-04-02 15:56:39 +0800 | [diff] [blame] | 219 | select REGMAP |
| 220 | select SYSCON |
Lukas Auer | 6134659 | 2019-08-21 21:14:43 +0200 | [diff] [blame] | 221 | select SPL_REGMAP if SPL |
| 222 | select SPL_SYSCON if SPL |
Rick Chen | 6df4ed0 | 2019-04-02 15:56:39 +0800 | [diff] [blame] | 223 | help |
Yu Chien Peter Lin | 739cd6f | 2022-10-25 23:03:50 +0800 | [diff] [blame] | 224 | The Andes PLICSW block holds memory-mapped claim and pending |
| 225 | registers associated with software interrupt. |
Rick Chen | 6df4ed0 | 2019-04-02 15:56:39 +0800 | [diff] [blame] | 226 | |
Lukas Auer | 83d573d | 2019-03-17 19:28:32 +0100 | [diff] [blame] | 227 | config SMP |
| 228 | bool "Symmetric Multi-Processing" |
Bin Meng | 4997522 | 2020-04-16 08:09:31 -0700 | [diff] [blame] | 229 | depends on SBI_V01 || !RISCV_SMODE |
Lukas Auer | 83d573d | 2019-03-17 19:28:32 +0100 | [diff] [blame] | 230 | help |
| 231 | This enables support for systems with more than one CPU. If |
| 232 | you say N here, U-Boot will run on single and multiprocessor |
| 233 | machines, but will use only one CPU of a multiprocessor |
| 234 | machine. If you say Y here, U-Boot will run on many, but not |
| 235 | all, single processor machines. |
| 236 | |
Bin Meng | b161f90 | 2020-04-16 08:09:30 -0700 | [diff] [blame] | 237 | config SPL_SMP |
| 238 | bool "Symmetric Multi-Processing in SPL" |
| 239 | depends on SPL && SPL_RISCV_MMODE |
| 240 | default y |
| 241 | help |
| 242 | This enables support for systems with more than one CPU in SPL. |
| 243 | If you say N here, U-Boot SPL will run on single and multiprocessor |
| 244 | machines, but will use only one CPU of a multiprocessor |
| 245 | machine. If you say Y here, U-Boot SPL will run on many, but not |
| 246 | all, single processor machines. |
| 247 | |
Lukas Auer | 83d573d | 2019-03-17 19:28:32 +0100 | [diff] [blame] | 248 | config NR_CPUS |
| 249 | int "Maximum number of CPUs (2-32)" |
| 250 | range 2 32 |
Bin Meng | b161f90 | 2020-04-16 08:09:30 -0700 | [diff] [blame] | 251 | depends on SMP || SPL_SMP |
Lukas Auer | 83d573d | 2019-03-17 19:28:32 +0100 | [diff] [blame] | 252 | default 8 |
| 253 | help |
| 254 | On multiprocessor machines, U-Boot sets up a stack for each CPU. |
| 255 | Stack memory is pre-allocated. U-Boot must therefore know the |
| 256 | maximum number of CPUs that may be present. |
| 257 | |
Bin Meng | ee3bcd0 | 2020-03-09 19:35:28 -0700 | [diff] [blame] | 258 | config SBI |
| 259 | bool |
| 260 | default y if RISCV_SMODE || SPL_RISCV_SMODE |
| 261 | |
Bin Meng | a75325e | 2020-04-16 08:09:32 -0700 | [diff] [blame] | 262 | choice |
| 263 | prompt "SBI support" |
Bin Meng | 3aecc4b | 2020-04-16 08:09:33 -0700 | [diff] [blame] | 264 | default SBI_V02 |
Bin Meng | a75325e | 2020-04-16 08:09:32 -0700 | [diff] [blame] | 265 | |
Bin Meng | 887d809 | 2020-03-09 19:35:30 -0700 | [diff] [blame] | 266 | config SBI_V01 |
| 267 | bool "SBI v0.1 support" |
Bin Meng | 887d809 | 2020-03-09 19:35:30 -0700 | [diff] [blame] | 268 | depends on SBI |
| 269 | help |
| 270 | This config allows kernel to use SBI v0.1 APIs. This will be |
| 271 | deprecated in future once legacy M-mode software are no longer in use. |
| 272 | |
Bin Meng | a75325e | 2020-04-16 08:09:32 -0700 | [diff] [blame] | 273 | config SBI_V02 |
Heinrich Schuchardt | 693baee | 2022-11-08 15:53:12 +0100 | [diff] [blame] | 274 | bool "SBI v0.2 or later support" |
Bin Meng | a75325e | 2020-04-16 08:09:32 -0700 | [diff] [blame] | 275 | depends on SBI |
| 276 | help |
Heinrich Schuchardt | 693baee | 2022-11-08 15:53:12 +0100 | [diff] [blame] | 277 | The SBI specification introduced the concept of extensions in version |
| 278 | v0.2. With this configuration option U-Boot can detect and use SBI |
| 279 | extensions. With the HSM extension introduced in SBI 0.2, only a |
| 280 | single hart needs to boot and enter the operating system. The booting |
| 281 | hart can bring up secondary harts one by one afterwards. |
Bin Meng | a75325e | 2020-04-16 08:09:32 -0700 | [diff] [blame] | 282 | |
Heinrich Schuchardt | 693baee | 2022-11-08 15:53:12 +0100 | [diff] [blame] | 283 | Choose this option if OpenSBI release v0.7 or above is used together |
Bin Meng | a75325e | 2020-04-16 08:09:32 -0700 | [diff] [blame] | 284 | with U-Boot. |
| 285 | |
| 286 | endchoice |
| 287 | |
Lukas Auer | e79178b | 2019-03-17 19:28:34 +0100 | [diff] [blame] | 288 | config SBI_IPI |
| 289 | bool |
Bin Meng | ee3bcd0 | 2020-03-09 19:35:28 -0700 | [diff] [blame] | 290 | depends on SBI |
Lukas Auer | 6134659 | 2019-08-21 21:14:43 +0200 | [diff] [blame] | 291 | default y if RISCV_SMODE || SPL_RISCV_SMODE |
Lukas Auer | e79178b | 2019-03-17 19:28:34 +0100 | [diff] [blame] | 292 | depends on SMP |
| 293 | |
Rick Chen | e5e6c36 | 2019-04-30 13:49:33 +0800 | [diff] [blame] | 294 | config XIP |
| 295 | bool "XIP mode" |
| 296 | help |
| 297 | XIP (eXecute In Place) is a method for executing code directly |
| 298 | from a NOR flash memory without copying the code to ram. |
| 299 | Say yes here if U-Boot boots from flash directly. |
| 300 | |
Nikita Shubin | 7e5e029 | 2022-09-02 11:47:39 +0300 | [diff] [blame] | 301 | config SPL_XIP |
| 302 | bool "Enable XIP mode for SPL" |
| 303 | help |
| 304 | If SPL starts in read-only memory (XIP for example) then we shouldn't |
| 305 | rely on lock variables (for example hart_lottery and available_harts_lock), |
| 306 | this affects only SPL, other stages should proceed as non-XIP. |
| 307 | |
Rick Chen | 9c4d5c1 | 2022-09-21 14:34:54 +0800 | [diff] [blame] | 308 | config AVAILABLE_HARTS |
| 309 | bool "Send IPI by available harts" |
| 310 | default y |
| 311 | help |
| 312 | By default, IPI sending mechanism will depend on available_harts. |
| 313 | If disable this, it will send IPI by CPUs node numbers of device tree. |
| 314 | |
Sean Anderson | e8b46a1 | 2019-12-25 00:27:44 -0500 | [diff] [blame] | 315 | config SHOW_REGS |
| 316 | bool "Show registers on unhandled exception" |
| 317 | |
Sean Anderson | 7f4b666 | 2020-06-24 06:41:19 -0400 | [diff] [blame] | 318 | config RISCV_PRIV_1_9 |
| 319 | bool "Use version 1.9 of the RISC-V priviledged specification" |
| 320 | help |
| 321 | Older versions of the RISC-V priviledged specification had |
| 322 | separate counter enable CSRs for each privilege mode. Writing |
| 323 | to the unified mcounteren CSR on a processor implementing the |
| 324 | old specification will result in an illegal instruction |
| 325 | exception. In addition to counter CSR changes, the way virtual |
| 326 | memory is configured was also changed. |
| 327 | |
Lukas Auer | a359665 | 2019-03-17 19:28:37 +0100 | [diff] [blame] | 328 | config STACK_SIZE_SHIFT |
| 329 | int |
Lukas Auer | 0381370 | 2019-10-20 20:53:47 +0200 | [diff] [blame] | 330 | default 14 |
Lukas Auer | a359665 | 2019-03-17 19:28:37 +0100 | [diff] [blame] | 331 | |
Bin Meng | 2bdcd05 | 2020-06-25 18:16:08 -0700 | [diff] [blame] | 332 | config OF_BOARD_FIXUP |
Sean Anderson | 584a5ee | 2020-09-05 09:22:11 -0400 | [diff] [blame] | 333 | default y if OF_SEPARATE && RISCV_SMODE |
Bin Meng | 2bdcd05 | 2020-06-25 18:16:08 -0700 | [diff] [blame] | 334 | |
Bin Meng | ce64bd3 | 2021-05-13 16:46:18 +0800 | [diff] [blame] | 335 | menu "Use assembly optimized implementation of memory routines" |
| 336 | |
Heinrich Schuchardt | 23caf66 | 2021-03-27 12:37:04 +0100 | [diff] [blame] | 337 | config USE_ARCH_MEMCPY |
| 338 | bool "Use an assembly optimized implementation of memcpy" |
| 339 | default y |
| 340 | help |
| 341 | Enable the generation of an optimized version of memcpy. |
| 342 | Such an implementation may be faster under some conditions |
| 343 | but may increase the binary size. |
| 344 | |
| 345 | config SPL_USE_ARCH_MEMCPY |
| 346 | bool "Use an assembly optimized implementation of memcpy for SPL" |
| 347 | default y if USE_ARCH_MEMCPY |
| 348 | depends on SPL |
| 349 | help |
| 350 | Enable the generation of an optimized version of memcpy. |
| 351 | Such an implementation may be faster under some conditions |
| 352 | but may increase the binary size. |
| 353 | |
| 354 | config TPL_USE_ARCH_MEMCPY |
| 355 | bool "Use an assembly optimized implementation of memcpy for TPL" |
| 356 | default y if USE_ARCH_MEMCPY |
| 357 | depends on TPL |
| 358 | help |
| 359 | Enable the generation of an optimized version of memcpy. |
| 360 | Such an implementation may be faster under some conditions |
| 361 | but may increase the binary size. |
| 362 | |
| 363 | config USE_ARCH_MEMMOVE |
| 364 | bool "Use an assembly optimized implementation of memmove" |
| 365 | default y |
| 366 | help |
| 367 | Enable the generation of an optimized version of memmove. |
| 368 | Such an implementation may be faster under some conditions |
| 369 | but may increase the binary size. |
| 370 | |
| 371 | config SPL_USE_ARCH_MEMMOVE |
| 372 | bool "Use an assembly optimized implementation of memmove for SPL" |
| 373 | default y if USE_ARCH_MEMCPY |
| 374 | depends on SPL |
| 375 | help |
| 376 | Enable the generation of an optimized version of memmove. |
| 377 | Such an implementation may be faster under some conditions |
| 378 | but may increase the binary size. |
| 379 | |
| 380 | config TPL_USE_ARCH_MEMMOVE |
| 381 | bool "Use an assembly optimized implementation of memmove for TPL" |
| 382 | default y if USE_ARCH_MEMCPY |
| 383 | depends on TPL |
| 384 | help |
| 385 | Enable the generation of an optimized version of memmove. |
| 386 | Such an implementation may be faster under some conditions |
| 387 | but may increase the binary size. |
| 388 | |
| 389 | config USE_ARCH_MEMSET |
| 390 | bool "Use an assembly optimized implementation of memset" |
| 391 | default y |
| 392 | help |
| 393 | Enable the generation of an optimized version of memset. |
| 394 | Such an implementation may be faster under some conditions |
| 395 | but may increase the binary size. |
| 396 | |
| 397 | config SPL_USE_ARCH_MEMSET |
| 398 | bool "Use an assembly optimized implementation of memset for SPL" |
| 399 | default y if USE_ARCH_MEMSET |
| 400 | depends on SPL |
| 401 | help |
| 402 | Enable the generation of an optimized version of memset. |
| 403 | Such an implementation may be faster under some conditions |
| 404 | but may increase the binary size. |
| 405 | |
| 406 | config TPL_USE_ARCH_MEMSET |
| 407 | bool "Use an assembly optimized implementation of memset for TPL" |
| 408 | default y if USE_ARCH_MEMSET |
| 409 | depends on TPL |
| 410 | help |
| 411 | Enable the generation of an optimized version of memset. |
| 412 | Such an implementation may be faster under some conditions |
| 413 | but may increase the binary size. |
| 414 | |
Rick Chen | 64d4ead | 2017-12-26 13:55:52 +0800 | [diff] [blame] | 415 | endmenu |
Bin Meng | ce64bd3 | 2021-05-13 16:46:18 +0800 | [diff] [blame] | 416 | |
| 417 | endmenu |