summary refs log tree commit diff stats
path: root/target/riscv/cpu_vendorid.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/riscv/cpu_vendorid.h')
-rw-r--r--target/riscv/cpu_vendorid.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/riscv/cpu_vendorid.h b/target/riscv/cpu_vendorid.h
index a5aa249bc9..96b6b9c2cb 100644
--- a/target/riscv/cpu_vendorid.h
+++ b/target/riscv/cpu_vendorid.h
@@ -3,4 +3,8 @@
 
 #define THEAD_VENDOR_ID         0x5b7
 
+#define VEYRON_V1_MARCHID       0x8000000000010000
+#define VEYRON_V1_MIMPID        0x111
+#define VEYRON_V1_MVENDORID     0x61f
+
 #endif /*  TARGET_RISCV_CPU_VENDORID_H */