-
CONFIG_RISCV_RAM_BASE_ADDR
¶
(No prompt – not directly user assignable.)
Type: hex
Direct dependencies¶
SOC_SERIES_RISCV32_MIV
|| SOC_SERIES_RISCV32_SIFIVE_FREEDOM
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0x80040000 if
SOC_SERIES_RISCV32_MIV
- 0x80000000 if
SOC_SERIES_RISCV32_SIFIVE_FREEDOM
Kconfig definitions¶
At soc/riscv32/riscv-privilege/miv/Kconfig.defconfig.series:41
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/riscv32/riscv-privilege/Kconfig.defconfig:7
Menu path: (top menu)
config RISCV_RAM_BASE_ADDR hex default 0x80040000 ifSOC_SERIES_RISCV32_MIV
depends onSOC_SERIES_RISCV32_MIV
At soc/riscv32/riscv-privilege/sifive-freedom/Kconfig.defconfig.series:41
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/riscv32/riscv-privilege/Kconfig.defconfig:7
Menu path: (top menu)
config RISCV_RAM_BASE_ADDR hex default 0x80000000 ifSOC_SERIES_RISCV32_SIFIVE_FREEDOM
depends onSOC_SERIES_RISCV32_SIFIVE_FREEDOM
(Definitions include propagated dependencies, including from if’s and menus.)