Skip to content

Commit c87d2f5

Browse files
committed
conf/evalsoc: adapt to E603
- no SMP - no L2 - not support `svpbmt` - shouldn't declare `dma-noncoherent` Signed-off-by: qiujiandong <qiujiandong@nucleisys.com>
1 parent e8f8952 commit c87d2f5

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

conf/evalsoc/freeloader.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ TLB_CTRL ?= 0x0
88
SPFL1DCTRL1 ?= 0x1F
99
SPFL1DCTRL2 ?=
1010
MERGL1DCTRL ?= 0x013503FF
11-
ENABLE_SMP ?= 1
12-
ENABLE_L2 ?= 1
11+
ENABLE_SMP ?= 0
12+
ENABLE_L2 ?= 0
1313
AMPFW_START_OFFSET ?= 0x7E000000
1414
AMPFW_SIZE ?= 0x400000
1515
AMP_START_CORE ?= 8

conf/evalsoc/nuclei_rv64imafdc.dts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#size-cells = <2>;
2626
compatible = "nuclei,evalsoc";
2727
model = "nuclei,evalsoc";
28-
dma-noncoherent;
28+
// dma-noncoherent;
2929
chosen {
3030
#if SIMULATION == 2
3131
bootargs = "earlycon=sbi console=hvc0";
@@ -49,7 +49,7 @@
4949
reg = <0>;
5050
status = "okay";
5151
compatible = "riscv";
52-
riscv,isa = "rv64imafdc_zicbom_svpbmt_sstc";
52+
riscv,isa = "rv64imafdc";
5353
riscv,cbom-block-size =<64>;
5454
mmu-type = "riscv,sv39";
5555
clock-frequency = <CPUCLK_FREQ>;
@@ -64,7 +64,7 @@
6464
reg = <1>;
6565
status = "okay";
6666
compatible = "riscv";
67-
riscv,isa = "rv64imafdc_zicbom_svpbmt_sstc";
67+
riscv,isa = "rv64imafdc";
6868
riscv,cbom-block-size =<64>;
6969
mmu-type = "riscv,sv39";
7070
clock-frequency = <CPUCLK_FREQ>;
@@ -79,7 +79,7 @@
7979
reg = <2>;
8080
status = "okay";
8181
compatible = "riscv";
82-
riscv,isa = "rv64imafdc_zicbom_svpbmt_sstc";
82+
riscv,isa = "rv64imafdc";
8383
riscv,cbom-block-size =<64>;
8484
mmu-type = "riscv,sv39";
8585
clock-frequency = <CPUCLK_FREQ>;
@@ -94,7 +94,7 @@
9494
reg = <3>;
9595
status = "okay";
9696
compatible = "riscv";
97-
riscv,isa = "rv64imafdc_zicbom_svpbmt_sstc";
97+
riscv,isa = "rv64imafdc";
9898
riscv,cbom-block-size =<64>;
9999
mmu-type = "riscv,sv39";
100100
clock-frequency = <CPUCLK_FREQ>;
@@ -109,7 +109,7 @@
109109
reg = <4>;
110110
status = "okay";
111111
compatible = "riscv";
112-
riscv,isa = "rv64imafdc_zicbom_svpbmt_sstc";
112+
riscv,isa = "rv64imafdc";
113113
riscv,cbom-block-size =<64>;
114114
mmu-type = "riscv,sv39";
115115
clock-frequency = <CPUCLK_FREQ>;
@@ -124,7 +124,7 @@
124124
reg = <5>;
125125
status = "okay";
126126
compatible = "riscv";
127-
riscv,isa = "rv64imafdc_zicbom_svpbmt_sstc";
127+
riscv,isa = "rv64imafdc";
128128
riscv,cbom-block-size =<64>;
129129
mmu-type = "riscv,sv39";
130130
clock-frequency = <CPUCLK_FREQ>;
@@ -139,7 +139,7 @@
139139
reg = <6>;
140140
status = "okay";
141141
compatible = "riscv";
142-
riscv,isa = "rv64imafdc_zicbom_svpbmt_sstc";
142+
riscv,isa = "rv64imafdc";
143143
riscv,cbom-block-size =<64>;
144144
mmu-type = "riscv,sv39";
145145
clock-frequency = <CPUCLK_FREQ>;
@@ -154,7 +154,7 @@
154154
reg = <7>;
155155
status = "okay";
156156
compatible = "riscv";
157-
riscv,isa = "rv64imafdc_zicbom_svpbmt_sstc";
157+
riscv,isa = "rv64imafdc";
158158
riscv,cbom-block-size =<64>;
159159
mmu-type = "riscv,sv39";
160160
clock-frequency = <CPUCLK_FREQ>;

freeloader

0 commit comments

Comments
 (0)