Skip to content

Commit e576b7c

Browse files
charlie-rivospalmer-dabbelt
authored andcommitted
dt-bindings: riscv: Add xtheadvector ISA extension description
The xtheadvector ISA extension is described on the T-Head extension spec Github page [1] at commit 95358cb2cca9. Link: https://github.com/T-head-Semi/thead-extension-spec/blob/95358cb2cca9489361c61d335e03d3134b14133f/xtheadvector.adoc [1] Signed-off-by: Charlie Jenkins <[email protected]> Reviewed-by: Conor Dooley <[email protected]> Tested-by: Yangyu Chen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 9d87cf5 commit e576b7c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/devicetree/bindings/riscv/extensions.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,13 +593,23 @@ properties:
593593
latency, as ratified in commit 56ed795 ("Update
594594
riscv-crypto-spec-vector.adoc") of riscv-crypto.
595595

596+
# vendor extensions, each extension sorted alphanumerically under the
597+
# vendor they belong to. Vendors are sorted alphanumerically as well.
598+
599+
# Andes
596600
- const: xandespmu
597601
description:
598602
The Andes Technology performance monitor extension for counter overflow
599603
and privilege mode filtering. For more details, see Counter Related
600604
Registers in the AX45MP datasheet.
601605
https://www.andestech.com/wp-content/uploads/AX45MP-1C-Rev.-5.0.0-Datasheet.pdf
602606

607+
# T-HEAD
608+
- const: xtheadvector
609+
description:
610+
The T-HEAD specific 0.7.1 vector implementation as written in
611+
https://github.com/T-head-Semi/thead-extension-spec/blob/95358cb2cca9489361c61d335e03d3134b14133f/xtheadvector.adoc.
612+
603613
allOf:
604614
# Zcb depends on Zca
605615
- if:

0 commit comments

Comments
 (0)