[PATCH] riscv: sbi: vendorid_list: Add SpacemiT Technology to the vendor list

Troy Mitchell posted 1 patch 3 weeks, 5 days ago
arch/riscv/include/asm/vendorid_list.h | 1 +
1 file changed, 1 insertion(+)
[PATCH] riscv: sbi: vendorid_list: Add SpacemiT Technology to the vendor list
Posted by Troy Mitchell 3 weeks, 5 days ago
Add SpacemiT Technology to the RISC-V vendor list.

Signed-off-by: Troy Mitchell <troy.mitchell@linux.spacemit.com>
---
 arch/riscv/include/asm/vendorid_list.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/riscv/include/asm/vendorid_list.h b/arch/riscv/include/asm/vendorid_list.h
index 7f5030ee1fcf830b17c6529e9c430fe19ac68b05..5f75408ddee75d1e45c2c72207c66c5905f9b84d 100644
--- a/arch/riscv/include/asm/vendorid_list.h
+++ b/arch/riscv/include/asm/vendorid_list.h
@@ -9,6 +9,7 @@
 #define MICROCHIP_VENDOR_ID	0x029
 #define MIPS_VENDOR_ID		0x127
 #define SIFIVE_VENDOR_ID	0x489
+#define SPACEMIT_VENDOR_ID	0x710
 #define THEAD_VENDOR_ID		0x5b7
 
 #endif

---
base-commit: 8f0b4cce4481fb22653697cced8d0d04027cb1e8
change-id: 20260113-spacemit-vendor-id-841edcdfbf48

Best regards,
-- 
Troy Mitchell <troy.mitchell@linux.spacemit.com>
Re: [PATCH] riscv: sbi: vendorid_list: Add SpacemiT Technology to the vendor list
Posted by Inochi Amaoto 3 weeks, 5 days ago
On Tue, Jan 13, 2026 at 10:32:21AM +0800, Troy Mitchell wrote:
> Add SpacemiT Technology to the RISC-V vendor list.
> 
> Signed-off-by: Troy Mitchell <troy.mitchell@linux.spacemit.com>
> ---
>  arch/riscv/include/asm/vendorid_list.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/riscv/include/asm/vendorid_list.h b/arch/riscv/include/asm/vendorid_list.h
> index 7f5030ee1fcf830b17c6529e9c430fe19ac68b05..5f75408ddee75d1e45c2c72207c66c5905f9b84d 100644
> --- a/arch/riscv/include/asm/vendorid_list.h
> +++ b/arch/riscv/include/asm/vendorid_list.h
> @@ -9,6 +9,7 @@
>  #define MICROCHIP_VENDOR_ID	0x029
>  #define MIPS_VENDOR_ID		0x127
>  #define SIFIVE_VENDOR_ID	0x489
> +#define SPACEMIT_VENDOR_ID	0x710
>  #define THEAD_VENDOR_ID		0x5b7
>  
>  #endif
> 
> ---
> base-commit: 8f0b4cce4481fb22653697cced8d0d04027cb1e8
> change-id: 20260113-spacemit-vendor-id-841edcdfbf48
> 
> Best regards,
> -- 
> Troy Mitchell <troy.mitchell@linux.spacemit.com>
> 
> 

I see no usage, this patch is useless.
Please submit this code with the patch that uses
this ID. Thanks

Regards,
Inochi