d6ca3a56f4
Add Andes Technology to the vendors list. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Heiko Stuebner <heiko@sntech.de> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Tested-by: Conor Dooley <conor.dooley@microchip.com> # tyre-kicking on a d1 Link: https://lore.kernel.org/r/20230818135723.80612-2-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
13 lines
237 B
C
13 lines
237 B
C
/* 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 THEAD_VENDOR_ID 0x5b7
|
|
|
|
#endif
|