xref: /linux/arch/riscv/include/asm/vendorid_list.h (revision 127fa2ae9e2b1f9b9d876dfaa39fe3640cec5764)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (C) 2021 SiFive
4  */
5 #ifndef ASM_VENDOR_LIST_H
6 #define ASM_VENDOR_LIST_H
7 
8 #define ANDES_VENDOR_ID		0x31e
9 #define MICROCHIP_VENDOR_ID	0x029
10 #define MIPS_VENDOR_ID		0x127
11 #define SIFIVE_VENDOR_ID	0x489
12 #define THEAD_VENDOR_ID		0x5b7
13 
14 #endif
15