adds riscv_vp platform

This commit is contained in:
2025-08-14 16:28:34 +02:00
parent 84044ee83c
commit e64a712de9
4 changed files with 293 additions and 0 deletions

16
platform/riscv_vp/Kconfig Normal file
View File

@@ -0,0 +1,16 @@
# SPDX-License-Identifier: BSD-2-Clause
#
# All mandatory drivers or libraries for this platform should
# be directly selected by the PLATFORM_xyz kconfig symbol.
#
# All optional drivers or libraries for this platform should
# be enabled via configs/defconfig of this platform.
#
config PLATFORM_TEMPLATE
bool
select IPI_MSWI
select IRQCHIP_PLIC
select SERIAL_UART8250
select TIMER_MTIMER
default n