mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 04:07:33 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user