boards: snps: nsim: align HS platforms
As these boards are completely simulated and do not represent any real hardware configurations anymore, provide them with 1M of both ICCM and DCCM to avoid any out-of-memory test failures. Signed-off-by: Ilya Tagunov <Ilya.Tagunov@synopsys.com>
This commit is contained in:
parent
1ecdc660e7
commit
99f789ce6f
6 changed files with 14 additions and 14 deletions
|
|
@ -34,11 +34,11 @@
|
|||
-dcache_mem_cycles=2
|
||||
-icache=65536,64,4,a
|
||||
-icache_feature=2
|
||||
-dccm_size=0x40000
|
||||
-dccm_size=0x100000
|
||||
-dccm_base=0x80000000
|
||||
-dccm_mem_cycles=2
|
||||
-iccm0_size=0x40000
|
||||
-iccm0_base=0x70000000
|
||||
-iccm0_size=0x100000
|
||||
-iccm0_base=0x00000000
|
||||
-mpuv3
|
||||
-mpu_regions=16
|
||||
-prop=nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24
|
||||
|
|
|
|||
|
|
@ -34,11 +34,11 @@
|
|||
-dcache_mem_cycles=2
|
||||
-icache=65536,64,4,a
|
||||
-icache_feature=2
|
||||
-dccm_size=0x40000
|
||||
-dccm_size=0x100000
|
||||
-dccm_base=0x80000000
|
||||
-dccm_mem_cycles=2
|
||||
-iccm0_size=0x40000
|
||||
-iccm0_base=0x70000000
|
||||
-iccm0_size=0x100000
|
||||
-iccm0_base=0x00000000
|
||||
-mpuv3
|
||||
-mpu_regions=16
|
||||
-noprofile
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
-dccm_size=0x100000
|
||||
-dccm_base=0x80000000
|
||||
-dccm_mem_cycles=2
|
||||
-iccm0_size=0x40000
|
||||
-iccm0_base=0x70000000
|
||||
-iccm0_size=0x100000
|
||||
-iccm0_base=0x00000000
|
||||
-prop=nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24
|
||||
-noprofile
|
||||
|
|
|
|||
|
|
@ -41,8 +41,8 @@
|
|||
dccm_size=0x100000
|
||||
dccm_base=0x80000000
|
||||
nsim_isa_dccm_mem_cycles=2
|
||||
iccm0_size=0x40000
|
||||
iccm0_base=0x70000000
|
||||
iccm0_size=0x100000
|
||||
iccm0_base=0x00000000
|
||||
mpu_regions=16
|
||||
mpu_version=3
|
||||
nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
dccm_size=0x100000
|
||||
dccm_base=0x80000000
|
||||
nsim_isa_dccm_mem_cycles=2
|
||||
iccm0_size=0x40000
|
||||
iccm0_base=0x70000000
|
||||
iccm0_size=0x100000
|
||||
iccm0_base=0x00000000
|
||||
mpu_regions=16
|
||||
mpu_version=3
|
||||
|
|
|
|||
|
|
@ -43,6 +43,6 @@
|
|||
dccm_size=0x100000
|
||||
dccm_base=0x80000000
|
||||
nsim_isa_dccm_mem_cycles=2
|
||||
iccm0_size=0x40000
|
||||
iccm0_base=0x70000000
|
||||
iccm0_size=0x100000
|
||||
iccm0_base=0x00000000
|
||||
nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24
|
||||
|
|
|
|||
Loading…
Reference in a new issue