summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/vendorid_list.h
blob: 8c8f19ea505f7ea3a0fe30e2fe7a55225562ab97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (C) 2021 SiFive
 */
#ifndef ASM_VENDOR_LIST_H
#define ASM_VENDOR_LIST_H

#define ANDESTECH_VENDOR_ID	0x31e
#define SIFIVE_VENDOR_ID	0x489
#define STARFIVE_VENDOR_ID	0x67e
#define THEAD_VENDOR_ID		0x5b7

#endif