Skip to content

Commit 91f815b

Browse files
icebergfuPaul Walmsley
authored andcommitted
riscv: Update MIPS vendor id to 0x127
[1] defines MIPS vendor id as 0x127. All previous MIPS RISC-V patches were tested on QEMU, also modified to use 0x722 as MIPS_VENDOR_ID. This new value should reflect real hardware. [1] https://mips.com/wp-content/uploads/2025/06/P8700_Programmers_Reference_Manual_Rev1.84_5-31-2025.pdf Fixes: a8fed1b ("riscv: Add xmipsexectl as a vendor extension") Signed-off-by: Chao-ying Fu <cfu@wavecomp.com> Signed-off-by: Aleksa Paunovic <aleksa.paunovic@htecgroup.com> Link: https://patch.msgid.link/20251113-mips-vendorid-v2-1-3279489b7f84@htecgroup.com Cc: <stable@vger.kernel.org> Signed-off-by: Paul WAlmsley <pjw@kernel.org>
1 parent 4427259 commit 91f815b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/riscv/include/asm/vendorid_list.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
#define ANDES_VENDOR_ID 0x31e
99
#define MICROCHIP_VENDOR_ID 0x029
10+
#define MIPS_VENDOR_ID 0x127
1011
#define SIFIVE_VENDOR_ID 0x489
1112
#define THEAD_VENDOR_ID 0x5b7
12-
#define MIPS_VENDOR_ID 0x722
1313

1414
#endif

0 commit comments

Comments
 (0)