File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -234,11 +234,6 @@ params:
234
234
235
235
# SCOUNTEN_EN can only be writable if the hpm counter exists
236
236
SCOUNTENABLE_EN.each_with_index { |scounten, idx| next if idx < 3; assert (!scounten || HPM_COUNTER_EN[idx]) }
237
- SV_MODE_BARE :
238
- description : |
239
- Whether or not writing mode=Bare is supported in the `satp` register.
240
- schema :
241
- type : boolean
242
237
STVEC_MODE_DIRECT :
243
238
description : |
244
239
Whether or not `stvec.MODE` supports Direct (0).
Original file line number Diff line number Diff line change @@ -520,7 +520,6 @@ params:
520
520
SV48X4_TRANSLATION : true
521
521
SV57X4_TRANSLATION : false
522
522
VMID_WIDTH : 8
523
- SV_MODE_BARE : true
524
523
STVEC_MODE_DIRECT : true
525
524
STVEC_MODE_VECTORED : true
526
525
SATP_MODE_BARE : true
You can’t perform that action at this time.
0 commit comments