snps: board: rmx100: add pmp

Add RV PMP to the SoC configuration and to simulator options

Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
This commit is contained in:
Evgeniy Paltsev 2024-06-12 17:28:06 +01:00 committed by Anas Nashif
parent f33d2c1251
commit 59667d19ed
2 changed files with 9 additions and 0 deletions

View file

@ -4,3 +4,6 @@
nsim_mem-dev=clint,base=0x2000000,size=4096
nsim_mem-dev=uart0,kind=16550,base=0x10000000,irq=24
nsim_mem-dev=plic,base=0xc000000,size=0x04000000,interrupts=128,priorities=16
mpu_version=64
mpu_regions=16
mpu_granule=0

View file

@ -15,4 +15,10 @@ config MULTI_LEVEL_INTERRUPTS
config NUM_IRQS
default 18
config RISCV_PMP
default y
config PMP_SLOTS
default 16
endif # SOC_SERIES_RMX