We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7009d commit 5582130Copy full SHA for 5582130
arch/ext/S.yaml
@@ -234,11 +234,6 @@ params:
234
235
# SCOUNTEN_EN can only be writable if the hpm counter exists
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
STVEC_MODE_DIRECT:
243
description: |
244
Whether or not `stvec.MODE` supports Direct (0).
cfgs/example_rv64_with_overlay.yaml
@@ -520,7 +520,6 @@ params:
520
SV48X4_TRANSLATION: true
521
SV57X4_TRANSLATION: false
522
VMID_WIDTH: 8
523
- SV_MODE_BARE: true
524
STVEC_MODE_DIRECT: true
525
STVEC_MODE_VECTORED: true
526
SATP_MODE_BARE: true
0 commit comments