According to MIPS programming guide, the id is 0x127. A patch for this has been sent on Linux mailing list as well.
Signed-off-by: Djordje Todorovic <[email protected]> --- target/riscv/cpu_vendorid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/riscv/cpu_vendorid.h b/target/riscv/cpu_vendorid.h index 28f0ce9370..f1ffc66542 100644 --- a/target/riscv/cpu_vendorid.h +++ b/target/riscv/cpu_vendorid.h @@ -2,7 +2,7 @@ #define TARGET_RISCV_CPU_VENDORID_H #define THEAD_VENDOR_ID 0x5b7 -#define MIPS_VENDOR_ID 0x722 +#define MIPS_VENDOR_ID 0x127 #define VEYRON_V1_MARCHID 0x8000000000010000 #define VEYRON_V1_MIMPID 0x111 -- 2.34.1
