be5e8872b3
Use "ANDES" rather than "ANDESTECH" to unify the naming convention with directory, file names, Kconfig options and other definitions. Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com> Reviewed-by: Charles Ci-Jyun Wu <dminus@andestech.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Link: https://lore.kernel.org/r/20240222083946.3977135-2-peterlin@andestech.com Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
13 lines
234 B
C
13 lines
234 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (C) 2021 SiFive
|
|
*/
|
|
#ifndef ASM_VENDOR_LIST_H
|
|
#define ASM_VENDOR_LIST_H
|
|
|
|
#define ANDES_VENDOR_ID 0x31e
|
|
#define SIFIVE_VENDOR_ID 0x489
|
|
#define THEAD_VENDOR_ID 0x5b7
|
|
|
|
#endif
|