Skip to content

Commit 0e7925c

Browse files
committed
soc: riscv: disable local isr location
build for some risc-v SoCs is now failing due to #91018. Use this workaround to fix the issue and keep ISR location feature as not-supported for now. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
1 parent 3370e52 commit 0e7925c

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

soc/litex/litex_vexriscv/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
99
config NUM_IRQS
1010
default 12
1111

12+
config ISR_TABLES_LOCAL_DECLARATION_SUPPORTED
13+
default n
14+
1215
config REBOOT
1316
depends on DT_HAS_LITEX_SOC_CONTROLLER_ENABLED
1417
default y

soc/lowrisc/opentitan/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
99
config RISCV_SOC_INTERRUPT_INIT
1010
default y
1111

12+
config ISR_TABLES_LOCAL_DECLARATION_SUPPORTED
13+
default n
14+
1215
config 2ND_LVL_ISR_TBL_OFFSET
1316
default 32
1417

soc/sensry/ganymed/sy1xx/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ config INCLUDE_RESET_VECTOR
1818
config GEN_IRQ_VECTOR_TABLE
1919
default y
2020

21+
config ISR_TABLES_LOCAL_DECLARATION_SUPPORTED
22+
default n
23+
2124
config RISCV_GENERIC_TOOLCHAIN
2225
default y if "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr"
2326

soc/sifive/sifive_freedom/fe300/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
1010
config RISCV_SOC_INTERRUPT_INIT
1111
default y
1212

13+
config ISR_TABLES_LOCAL_DECLARATION_SUPPORTED
14+
default n
15+
1316
config 2ND_LVL_ISR_TBL_OFFSET
1417
default 12
1518

0 commit comments

Comments
 (0)