bsps/noel: Fix build

Declare and provide riscv_send_ipi().

Build issue was introduced by commit
128106b2f1.

Update #3337.
Update #5617.

Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
This commit is contained in:
Sebastian Huber
2026-06-23 14:28:46 +02:00
parent 385d322d81
commit c12b4d5881
2 changed files with 7 additions and 4 deletions
+2
View File
@@ -50,6 +50,8 @@ extern uint32_t riscv_hart_count;
uint32_t riscv_get_hart_index_by_phandle( uint32_t phandle );
void riscv_send_ipi(uint32_t cpu_index);
#ifdef __cplusplus
}
#endif
+5 -4
View File
@@ -18,20 +18,21 @@ install:
- bsps/riscv/noel/include/bsp/riscv.h
links: []
source:
- bsps/riscv/riscv/clock/clockdrv.c
- bsps/riscv/noel/console/console-config.c
- bsps/riscv/riscv/irq/irq.c
- bsps/riscv/noel/start/bsp_fatal_halt.c
- bsps/riscv/riscv/clock/clockdrv.c
- bsps/riscv/riscv/irq/irq.c
- bsps/riscv/riscv/start/bspstart.c
- bsps/riscv/shared/fdt/riscv-fdt.c
- bsps/riscv/shared/start/bspgetworkarea.c
- bsps/riscv/shared/start/sendipi.c
- bsps/shared/cache/nocache.c
- bsps/shared/dev/btimer/btimer-cpucounter.c
- bsps/shared/dev/getentropy/getentropy-cpucounter.c
- bsps/shared/dev/serial/console-termios.c
- bsps/shared/grlib/uart/apbuart_polled.c
- bsps/shared/grlib/uart/apbuart_termios.c
- bsps/shared/irq/irq-default-handler.c
- bsps/shared/start/bsp-fdt.c
- bsps/shared/start/gettargethash-default.c
- bsps/shared/grlib/uart/apbuart_polled.c
- bsps/shared/grlib/uart/apbuart_termios.c
type: build